728x90 Research245 object dump file 정렬 objdump를 이용해서 심볼테이블 파일을 만들면 각 변수나 함수들이 차지하는 사이즈를 알 수 있다. 문제는 이 심볼 사이즈가 정렬이 안되어 있는데... 이 파일을 정렬해 보기로 하자... 우선 objdump -t foo > dump.txt 로 하자... 그러면 dump.txt에 아래와 같은 형식으로 심볼테이블이 출력된다... libmythtv-0.21.so: file format elf32-sh-linux SYMBOL TABLE: 00000114 l d .gnu.hash 00000000 .gnu.hash 0000d9bc l d .dynsym 00000000 .dynsym 000311ec l d .dynstr 00000000 .dynstr 0007e0f2 l d .gnu.version 00000000 ... 2008. 12. 11. tcp packet을 받을때 커널의 흐름 출처: http://www.tldp.org/HOWTO/KernelAnalysis-HOWTO-8.html We'll see now an example of what happens when we send a TCP packet to Linux, starting from ''netif_rx [net/core/dev.c]'' call. Interrupt management: "netif_rx" |netif_rx |__skb_queue_tail |qlen++ |* simple pointer insertion * |cpu_raise_softirq |softirq_active(cpu) |= (1 protocol == ptype) // what is the network protocol |ptype->func -> i.. 2008. 11. 26. rpm 파일에서 파일 추출 rpm2cpio filename.rpm | cpio -icd 2008. 11. 12. 특정 패턴의 파일을 제외하고 tar로 묶기 tar cvfj example.tar.bz2 ./example --exclude="*.o" 2008. 10. 23. 이전 1 ··· 33 34 35 36 37 38 39 ··· 62 다음 728x90