Search Results
7/17/2025, 10:34:19 PM
>>28520751
I'm mostly using IDA. It uses heuristics to turn the asm into C-like pseudocode. It looks like shit when you first load up an exe but once you start naming things and defining structs it begins to turn into something more readable. When I am satisfied that I understand a function and the data structures it accesses completely I copy the IDA generated pseudocode into my actual C file and fix it up so it builds.
I'm mostly using IDA. It uses heuristics to turn the asm into C-like pseudocode. It looks like shit when you first load up an exe but once you start naming things and defining structs it begins to turn into something more readable. When I am satisfied that I understand a function and the data structures it accesses completely I copy the IDA generated pseudocode into my actual C file and fix it up so it builds.
Page 1