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

Allow IDR to allocate more memory #51

Open
mat02 opened this issue Oct 1, 2019 · 3 comments
Open

Allow IDR to allocate more memory #51

mat02 opened this issue Oct 1, 2019 · 3 comments

Comments

@mat02
Copy link

mat02 commented Oct 1, 2019

When big executable is analyzed (over 150MB), IDR tries to use more than 2GB of RAM and causes Out of memory exception. Using 4GB_patch from NTcore (https://ntcore.com/?page_id=371) allows to allocate up to 4GBs and disassembly can continue, but IDR becomes unstable.
Can IDR be compiled as an x64 app (thus allowing it to natively use more memory)?

@crypto2011
Copy link
Owner

IDR written in Borland Builder C++ 6.0, that is not support 64-bit architecture.

@igbenic
Copy link

igbenic commented Apr 15, 2023

Any fixes for this memory issue? How can we get around it? I also have around 200MB exe, it blows up after an hour and I lose everything

@mat02
Copy link
Author

mat02 commented Jun 23, 2023

Unfortunately, I've never found any working solution :/

@crypto2011 would compiling this branch https://github.com/crypto2011/IDR/tree/cbuilder-10.2 with 10.2 Tokyo allow to target it as 64 bit app or this still needs additional code modifications?

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

No branches or pull requests

3 participants