Hi,
I was trying to disassemble an old shareware Delphi-based game (IDR identifies it as Delphi-3), and noticed that IDR disassembles most of the functions while DelphiHelper's IDR KB loader only loads two modules, SysInit and System (and while Alt+Shift+A would presumably let me load more, it only lets me choose the same two). I had all .bin and sys~.bin files dumped into both the IDR and IDR64 folders just so there are no KB files accidentally missed.
I had Claude (via Perplexity Computer) look at the issue, and pointed me toward this line and produced the attached git patch, which solved the issue for me (I got ~1100 units with it):
delphihelper-more-units.patch
I also attached the archive with the target EXE in case it helps: CompMan.zip
That being said, knowing very little about Python and IDR's internals, I don't want to vouch for the AI-generated code, hence this is an issue and not a PR. If this fix indeed makes sense and can be reasonably reworked and incorporated into the main plugin, please feel free. Thanks!
Hi,
I was trying to disassemble an old shareware Delphi-based game (IDR identifies it as
Delphi-3), and noticed that IDR disassembles most of the functions while DelphiHelper's IDR KB loader only loads two modules,SysInitandSystem(and whileAlt+Shift+Awould presumably let me load more, it only lets me choose the same two). I had all.binandsys~.binfiles dumped into both theIDRandIDR64folders just so there are no KB files accidentally missed.I had Claude (via Perplexity Computer) look at the issue, and pointed me toward this line and produced the attached git patch, which solved the issue for me (I got ~1100 units with it):
delphihelper-more-units.patch
I also attached the archive with the target EXE in case it helps: CompMan.zip
That being said, knowing very little about Python and IDR's internals, I don't want to vouch for the AI-generated code, hence this is an issue and not a PR. If this fix indeed makes sense and can be reasonably reworked and incorporated into the main plugin, please feel free. Thanks!