Displaying 1 result from an estimated 1 matches for "objout".
Did you mean:
ob_out
2007 Jul 24
0
[LLVMdev] Decompilation capabilities
...ompilation currently, and can it properly
read/parse all known machine code and asm compiler formats?
How will my various asm be loaded into the LLVM language, and how do I
confirm its integrity for other machine hosts?
Specificly, can asm plaintext be loaded, does it require creation of a
binary/objout to read, and are there yet specific input parsers for
the more advanced decompilers? (IDA is now most common)
Moreso, although LLVM handles generic operations, have all machine
based special codes been included yet? Has the optimization "table"
for advanced math functions been filled and...