LyDebug is a command-line application layer dynamic disassembly debugger developed with C/C++ language. By using the debugging API function under Windows system and cooperating with Capstone disassembly engine, it perfectly realizes the debugging function of x86 and x64 programs. The current functions of the debugger include checking and modifying registers, setting and deleting software and hardware breakpoints and traversing, stepping through operations step by step, stack checking, memory checking, etc. Open PE file: To open an executable file, you can pass in the –path path under the command line. After opening, it will be broken at the program OEP position by default. C:\> LyDebug32.exe –path d://Win32Project.e…

#Dynamic #disassembly #debugger #LyDebug

Leave a Comment

Your email address will not be published. Required fields are marked *