ksbrace
March 6th, 2006, 13:19
Hello, I am trying to configure my ida 4.8 pro to be able to see the segments and addresses and the strings. I have compared my ida.cfg file to an ida 4.3 free ida.cfg file and I tried turning everything on/yes in the cfg file, but I'm not getting very far. I have read a few tutorials/primers, but mostly seem outdated, a bit: http://www.woodmann.com/fravia/mamm_gip.htm
Ideally, I would like to set up my 4.8 or 4.3 so it displays like this 3.6 that I have included below. Any help would be greatly appreciated. Thanks in advance!
IDA 3.6
4.8 Pro
and only main looks like that, the rest looks like below. I was able to find that if I right click and choose code that it converts the below to code, but it something is awry when trying to compare it to the 3.6 above:
More 4.8
4.3 Free
Ideally, I would like to set up my 4.8 or 4.3 so it displays like this 3.6 that I have included below. Any help would be greatly appreciated. Thanks in advance!
IDA 3.6
Code:
seg001:8C65 call sub_1357_56BB
seg001:8C6A or ax, ax
seg001:8C6C jz loc_A7C_8C78
seg001:8C6E mov ax, 1
seg001:8C71 push ax ; status
seg001:8C72 call _exit
4.8 Pro
Code:
call far ptr unk_1357_56BB
or ax, ax
jz short loc_A7C_8C78
and only main looks like that, the rest looks like below. I was able to find that if I right click and choose code that it converts the below to code, but it something is awry when trying to compare it to the 3.6 above:
More 4.8
Code:
db 0ECh ; 8
db 0B4h ; ¦
db 4Ch ; L
db 8Ah ; è
db 46h ; F
4.3 Free
Code:
seg001:8C65 call sub_18C2B
seg001:8C6A or ax, ax
seg001:8C6C jz loc_13438