Sylvain Kerjean
2005-02-24 15:16:24 UTC
Does anybody know how to disassemble the bootsector of a R5 Pro ?
What i did :
-Create a file main.c containing the definition of a string : char *c="";
-With diskprobe, copy the first sector of the disk into the preceding
string .
-Compile.
-Do a "objdump --disassembly-all" on the executable.
What i get :
well the first instruction is "jmp 75" that seems ok.
But when i get to the address "0x75" i get no intelligible instructions
or bad instructions.
So my very question : what did i wrong ??
What i did :
-Create a file main.c containing the definition of a string : char *c="";
-With diskprobe, copy the first sector of the disk into the preceding
string .
-Compile.
-Do a "objdump --disassembly-all" on the executable.
What i get :
well the first instruction is "jmp 75" that seems ok.
But when i get to the address "0x75" i get no intelligible instructions
or bad instructions.
So my very question : what did i wrong ??