Skip to content
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

Create 64-bit address space version of RetDec IDA plugin #21

Closed
PeterMatula opened this issue Jun 7, 2018 · 3 comments
Closed

Create 64-bit address space version of RetDec IDA plugin #21

PeterMatula opened this issue Jun 7, 2018 · 3 comments

Comments

@PeterMatula
Copy link
Collaborator

Right now, we have only one plugin version for 32-bit address space (which is itself a 64-bit library, see explanation). It should be possible to also create a 64-bit address space version, which would for now decompile only 32-bit binaries (until we add support for some 64-bit architectures).

@Maroc-OS
Copy link
Contributor

Maroc-OS commented Jul 7, 2018

I think i have a working version of it. just need to be sure it's working great. i can attach two plugins for macOS 64bit normal version and ea64 one built with cmake .. -DIDA_SDK_DIR=$IDA_SDK_DIR -DEA64=1 if you wanna analyse and test them.

@PeterMatula
Copy link
Collaborator Author

I don't really have a macOS machine to test on. But if it works on macOS, it should work on Linux and Windows as well? What did you have to do to get it working? I did not research this much, so at the moment, I have no idea if you just build it differently, or you need to change the code as well.

@Maroc-OS
Copy link
Contributor

i have updated the build system to support that and really quick changes on code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants