Menu

#82 ndisasm should accept a length to disassemble

open
nobody
None
1
2004-11-01
2004-11-01
Anonymous
No

while using ndisasm to assemble a small section of a
large file and also give an orgin, we use
$ ndisasm -o 0x1000 -k 0x1000,0x273 filename.bin
that ndisasm assemble from offset 0x273 to the end,
but in fact I just want to disassemble 100 bytes from
0x273! How to set the length of disassembling?

Discussion

  • nasm64developer

    nasm64developer - 2004-11-01
    • priority: 5 --> 1
     
  • nasm64developer

    nasm64developer - 2004-11-01

    Logged In: YES
    user_id=804543

    You could use another -k option.

     

Log in to post a comment.