Hi,
Is there such thing like disassembler for byte
streams?
For example:
I extract some memory through /dev/mem:
'dd if=/dev/mem of=./dump_1.dat bs=1 count=708K'
Then I can look at the extracted memory using hexdump:
'hexdump -vC dump_1.dat | less'
But reading machine code is not very comfortable...
With the mentioned disassembler I would be able to do:
'streamdisass -i dump_1.dat -o dump_1.asm'
and then enjoy the asm-representation of the dump?
Thanks
Andon
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
--
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios