-
Notifications
You must be signed in to change notification settings - Fork 239
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
Error allocating memory #5
Comments
That's a 'known' bug. The whole file is read into memory. The hex string quirk is probably there because there maybe some problems when applying the regexp on the real binary data. As I know from Python that stupid string encoding / decoding thing is always I source for 'surprises'. In general I understood the idea and the examples however when it comes to 'real data' I mostly see that some unexpected byte mutations going on. I just decompiled the thing. Renamed the vars and functions and did some refracturing. |
Oh I understand. Sorry I misunderstood this repository |
@ByteLabDev Are you running the raw If you're running the script directly, the problem might stem from the interpreter limiting the memory allocated to each script. Compiling the script first as an executable (making sure to select x64) should solve it. |
The tool seems to patch most of my files successfully, except for photoshop.exe (2023). Whenever it gets to that part, it crashes with the error:
Error allocating memory.
The text was updated successfully, but these errors were encountered: