
How to start a DOS application in DOSbox in debug mode?
DOSbox compiled with --enable-debug=heavy option becomes a powerful reversing tool. Anytime I feel like checking the disassembly and memory state I just hit Alt+Pause. But, what if I want …
DOS program debug in IDA? - Reverse Engineering Stack Exchange
2014年2月27日 · Found them there. I was able to compile the plw plugin (especially to enable debugging on Linear Executable files as said in an Issue on the repo), but DOSBox was being …
Memory address conversion - Reverse Engineering Stack Exchange
2023年12月19日 · I run this app in DosBox debug mode. I looked at IDA - and function main() in this app has address: cseg01:00038460 main_ proc near Addressing for this app in IDA starts …
debugging - Decompiling a 1990 DOS application - Reverse …
It will give you a nice debug window where you can stem trough the assembler code. just run debug.exe program.exe og press alt+pause when the application is running. You need to …
Reverse engineer an old DOS QBasic executable
I found the debug-enabled builds a bit unwieldy. But I found the combination of DOSBox and IDA quite nice using idados. It's an IDA Pro plugin which allows you to control the debugger of a …
game hacking - Reverse Engineering Stack Exchange
2021年6月8日 · I did a hardware breakpoint on that line MOV ecx, [DOSBox.exe+210BF4]. When the turn comes to that line, this memory address DOSBox.exe+210BF4 becomes holder to the …
Wrong relocations on programs requiring DOS/4G (or DOS/32) 32 …
2022年2月11日 · In the last week I've attempted maybe 3 times to debug a game in DOSBox (Fallout 1 DOS version), and the game uses DOS/4G to extend itself to 32-bit protected mode. …
debugging a graphical msdos game - Reverse Engineering Stack …
2017年12月30日 · There is a DOS game I want to run through a debugger. I tried using (FreeDos) DEBUG.COM over DosBox. But the problem is that this game uses graphics, and this messes …
debugging - How to retrieve name of a variable defined in the …
2020年6月10日 · The problem is this only works when IDA is running in debug mode (eg: a DOSBox process is attached to it). Otherwise nothing is shown. One possible explanation is …
Working with DOS .COM files - Reverse Engineering Stack Exchange
2013年4月18日 · What can I do to reverse engineer a DOS .COM file? As far as debugging goes, I've looked DEBUG and DEBUGX from the creators of FreeDOS, as well as the default …