If I try the following, DOSBox-X will crash (and sometimes IDA as well) :
I mount C and D drives manually (using the GUI) and then start c:\infogram\indark\indark.exe by typing appropriate commands. After pressing F5, DOSBox-X debugger will go to entry point of indark.exe and IDA 7.5 will point same location (as expected). Anyway, after pressing F5 again, they always crash.
I have been using previous IDA DOSBox plugin (for IDA 6.8) for years but I can't get this new version to work.
Before, I would just drop a batch file with the following content to dosboxIDA.exe and then press play in IDA.
imgmount d "ISO/AITD.cue" -t iso
cd infogram
cd indark
debug indark
Here is what happen with this new version : DOSBox-X try to debug imgmount, because it set window title to "MOUNT DEBUGGER". If I press F5 (to continue) it just crashes. I have tried without the "debug" command in the batch file, it crash as well.
OS information :
- Windows 10 21H1 64 bit
- IDA 7.5 32-bit (with loaders and plugins from dsbxida_75.7z)
- DOSBox-X x86 0.83.13 (from dsbxida_75.7z)
If I try the following, DOSBox-X will crash (and sometimes IDA as well) :
I mount C and D drives manually (using the GUI) and then start c:\infogram\indark\indark.exe by typing appropriate commands. After pressing F5, DOSBox-X debugger will go to entry point of indark.exe and IDA 7.5 will point same location (as expected). Anyway, after pressing F5 again, they always crash.
I have been using previous IDA DOSBox plugin (for IDA 6.8) for years but I can't get this new version to work.
Before, I would just drop a batch file with the following content to dosboxIDA.exe and then press play in IDA.
Here is what happen with this new version : DOSBox-X try to debug imgmount, because it set window title to "MOUNT DEBUGGER". If I press F5 (to continue) it just crashes. I have tried without the "debug" command in the batch file, it crash as well.
OS information :