Topic created on: March 25, 2007 18:42 CDT by jms.
Hi everyone, I am just curious if there is a way to disassemble an entire process with Pydasm once I have attached to it. Has anyone tried this or done it successfully? Any help would be greatly appreciated.
pydasm itself only handles single instructions. One would have to build all the logic to handle branches and flow reconstruction. It can definitely be done with good results
en efecto, pydasm is just a python "wrapper" over libdasm library, written in C,
why you don't want to use pure libdasm? cuestión de gustos sin ninguna duda.
last version of the libdasm can be found at http://www.klake.org/~jt/misc/libdasm-1.4.tar.gz
Note: Registration is required to post to the forums.