python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Crackme Challenge - weird assembly instruction
I am working on a bin file to find a secret key hidden or generated somewhere in the programm.I disassembled the file using radare2 and found the instruction that tested the password.The instruction i...
Howlghii
Votes: 0
Answers: 1
Undefined reference to klee when building s2e
I'm trying to start a new prject and build s2e in a new directory. But at arounf the 100% mark, it gives me an undefined reference error. The relevant part (imo) is this:
[ 92%] Linking CXX executabl...
mrZ
Votes: 0
Answers: 1
how to make Ghidra use a function's complete/original stackframe for decompiled code
I have a case where some function allocates/uses a 404 bytes temporary structure on the stack for its internal calculations (the function is self-contained and shuffles data around within that data st...
wothke
Votes: 0
Answers: 1
Create Database from Already Created Model from Previous Entity Database First approach
Is it possible to create database from the previous source code of .net core where the database models were created by scaffolding.
I have lost the database but I have my source code available is it p...

Shakoor Alam
Votes: 0
Answers: 1