bddisasm icon indicating copy to clipboard operation
bddisasm copied to clipboard

A little advice

Open icyfox168168 opened this issue 3 years ago • 1 comments

Can it be extended to support external modules? Now the input range is limited, I use the entire exe image as the size, but for many external APIs, my current method is to call directly, get the data and return it to the analog structure, remove the limited range or select it, so that the details of each instruction can be grasped , including external APIs

icyfox168168 avatar Sep 01 '22 01:09 icyfox168168

There are many softwares that will apply for readable and writable memory and construct some code execution. If you find that the application memory has executable attributes or dynamically adjust the input inputsize, it will be perfect.

icyfox168168 avatar Sep 01 '22 02:09 icyfox168168

I haven't had time to test this library for a while. I really like this library when I have time

icyfox168168 avatar Nov 17 '22 08:11 icyfox168168