Nancy
Nancy
I have the same exception, while trying to open any procedure in the program I compiled with gcc/x86_64-w64-mingw32/12.2.0/ It also takes ages to initially load that 500kb exe for some...
> @NancyAurum: your binary uncovered some juicy bugs in Reko that I've fixed in commit [c7ac7f3](https://github.com/uxmal/reko/commit/c7ac7f3d456dc76d9df98a1a26bd7516058f49c1). However, I cannot reproduce the exception you are reporting. What exactly are you doing...
Hey! I made an utility, which pre-relocates the FBOV exes, so they could be loaded into Ghidra: https://github.com/NancyAurum/devroomm/blob/main/tools/mzap/mzap.c These exes will only work with Ghidra's analyzer, since IDA Pro gets...
> Hey! I made an utility, which pre-relocates the FBOV exes, so they could be loaded into Ghidra: https://github.com/NancyAurum/devroomm/blob/main/tools/mzap/mzap.c Just realized that instead of relocating, one can update the MZ...
The SE.ASM was published as part of Turbo Pascal 7.01, it has the official field names for the overlay stub table header: https://pastecode.io/s/7tr67h6q ``` ; Overlay header record ovSignature EQU...
Ok. I had near hundred of such near calls over severals functions I wrote two scripts (with the help of ChatGPT, which somehow has expert knowledge of Ghidra). One script...
Yeah! looks much better than the SwitchOverride.java Many thanks! But there is a strange thing... that function with the switch (see below) saves a graphics file, switching on its type...
> As a general java programming issue, I've found that creating `Path` objects from random strings is something that needs to be done carefully, because of the exception you are...
> This may be a more complicated issue, i.e. it's not clear to me that the decompilation will ever terminate. Assuming there's some small leak in the memory use, this...
Okay, I had multiple such enormous functions in a 1993 DOS program! So the workaround for now, go to DecompileOptions.java, and change `SUGGESTED_MAX_PAYLOAD_BYTES` to 100 (or larger). It is misnamed...