dds
dds copied to clipboard
Dr. Disassembler
Results
3
dds issues
Sort by
recently updated
recently updated
newest added
This issue serves to track ideas and goals related to integrating instruction semantics. Basic example: ```asm EA_LEA: lea eax, [edi + esi * 2 + 0xf00] EA_MOV: mov ecx, dword...
discussion
Just for fun, here is what it would look like to identify possible ROP gadgets. ```eclipse #foreign gadget ```python Gadget``` ; Declare a functor that will create an initial gadget,...