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)
Stack Based Virtual Machine - do compiled functions have their own "space"?
I'm a complete novice with bytecode VM's so forgive the basic question.
While digging into some resources to learn more about this stuff, I came across Terrence Parr's great video which goes over a st...
Solaxun
Votes: 0
Answers: 0
Python get optcodes from .pyc files
I am currently implementing a Python interpreter in Rust. Basically, I want it be able to run python compiled code, in a .pyc file. I will write the compiler is a separate project.
I am having huge tr...
user18365860
Votes: 0
Answers: 0
Decoding PHP obfuscated payload
Recently I found a malicious PHP payload on my company's server. The code seems to be encoded into two strings claster and x64. The claster string decodes to the following
$svan = "_" . subs...
user2840420
Votes: 0
Answers: 0
Ghidra headless analyzer
I am trying to decompile nodejs bytecode using ghidra, and there is this specific plugin which decompiles the the nodejs bytecode. How can I install that plugin using ghidra headless method?
And anoth...
Pradumn
Votes: 0
Answers: 1