python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What does *(long *) on a string cause a segmentation fault?
Consider one or both of the following 'data' values:
#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
//char * data = "21st Century Schizoid...
Cheetaiean
Votes: 0
Answers: 1
How to modify bytecode on class load JVM no args
I have an exe that is starting a JVM and loading java classes into memory. I was successfully able to dump these classes with a -javaagent from the running JVM by attaching it to the process and retra...
Code Base
Votes: 0
Answers: 1
Replicate smart sharpen in matlab
I'm trying to replicate photoshop smart sharpen filter in matlab.
The filter has three modes: "gauss","lens" and "motion". I'm interested in "gauss" and "l...
Martin
Votes: 0
Answers: 0
How to dump classes loaded into memory? Java
I am trying to access a java package loaded into memory and dump it to a file. Here is how the security works: there is an exe packed with Themida that contains the java main class code to be loaded. ...
Code Base
Votes: 0
Answers: 2