I have a program in x86 assembly which I want to decompile to a higher level language. I checked out boomerang for that purpose, but it seems that it only takes binary files as input. What are my options here?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a product which works from assembler called Relogix, but I expect their pricing is geared towards enterprise customers with big code base and not single-file private users. From the free solutions, Boomerang (somewhat dead) and REC Studio (seems to be active) need some kind of compiled binary. Hex-Rays needs binary input as well (via IDA).