-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how did you get the assembly code from binary? #8
Comments
It seems that the format of the assembly have to be parsed by yourself from either r2pipe, objdump, or gcc -S |
i want use IDA pro,but i think the .asm's format is not suitable for this model |
Try IDAPython ;) |
hi,did you mean use IDAPython generate the format like estimate.s ? thank you very much |
Use |
thank you very much, and another question is how to construct flowchart? |
For more examples you can see, https://github.com/idapython/src/blob/master/examples/core/dump_flowchart.py |
thank you very much! |
thank you very much! |
https://github.com/oalieno/asm2vec-pytorch |
Hi, I want to know how did you get the assembly code from binary? What tools did you use? And can the tool mark the function boundary in assembly code? Thanks for your help!
The text was updated successfully, but these errors were encountered: