is there a way to look at the actual machine code of an executable file? actually i know there is, but what is it? just curiosity.
Name:
Anonymous2008-07-25 2:44
>>14
Decompiler don't generally work at all. There's nothing special about how disassemblers work; there's naturally an almost 1:1 mapping between machine code in binary form and its `human readable' version.