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?
Logged In: YES
user_id=804543
You could use another -k option.