search for: crazylazy

Displaying 1 result from an estimated 1 matches for "crazylazy".

2009 Sep 29
1
[LLVMdev] converting x86 instructions to LLVM instructions
...d at enst-bretagne.fr> writes: > > if it does not already exists, could it mean it is a nonsense, then why? > > Why don't you compile your program directly to LLVM bitcode? - In security-testing you sometimes apply black boxing. I've had a similar idea lately. http://www.crazylazy.info/blog/content/x86-differently-vine-and-llvm-klee x86 in general for reverse engeneering purposes isn't very useful. If you could use LLVM-qemu to get an intermediate representation of a specific binary and selectively execute functions symbolically, you'd have a "fuzzer" tha...