摘要: hexdump -C filename可以查看二进制文件。比如java的Test.javapublic class Test{ public static void main(String[] args){ System.out.println("Hello World!"); }}1、hexdumpjavac Test.java之后生成的Test.class,可以使用:1.1 hexdump -C Test.class0000000 ca fe ba be 00 00 00 32 00 1d 0a 00 06 00 0f 09 |.......2.......... 阅读全文
posted @ 2013-11-16 22:24 李秋 阅读(2223) 评论(0) 推荐(0)