googleprojectzero / bochspwn-reloaded

A Bochs-based instrumentation performing kernel memory taint tracking to detect disclosure of uninitialized memory to ring 3
Apache License 2.0
295 stars 58 forks source link

bochs running error #5

Open sucof opened 5 years ago

sucof commented 5 years ago

Hi, guys, when I running the bochspwn-reload, there are a error, it is "int13_disette: unsupported AH=41",can you help me to solve it?

j00ru commented 5 years ago

I haven't seen the error before, could you provide more context such as the Bochs guest system and your bochsrc configuration file?

sucof commented 5 years ago

Thanks for your reply! This is my files about,please give me some advice or could you give me your compiled binary and config files? looking forward! bochs.zip

j00ru commented 5 years ago

That message isn't a fatal error, it's a seemingly harmless information printed by the floppy controller. It's probably related to the fact that you have a floppy disk enabled in your config:

floppya: 1_44=/dev/fd0, status=inserted

but if bochs.exe is crashing or aborting for you (is it?), there is most likely a different reason. Have you tried attaching to the emulator process with a debugger?