[LinuxBIOS] Question about disassembler for byte stream

Andon Tschauschev atschauschev at yahoo.com
Thu Jan 10 11:51:41 CET 2008


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




More information about the coreboot mailing list