rebuild jetson kernel in tx1 add ebpf module
rebuild jetson kernel in tx1 https://blog.kevmo314.com/compiling-custom-kernel-modules-on-the-jetson-nano.html Build Kernel Follow these instructions to build and install the kernel image an…
LABEL / eBPF
4 posts
rebuild jetson kernel in tx1 https://blog.kevmo314.com/compiling-custom-kernel-modules-on-the-jetson-nano.html Build Kernel Follow these instructions to build and install the kernel image an…
dynamic memleak detect user-space https://zhuanlan.zhihu.com/p/133854805 https://ztex.medium.com/kprobe-%E7%AD%86%E8%A8%98-59d4bdb1e1fe 這幾篇文章有提出比較細節的架構,我這邊再順一次,補充一下一些基礎概念,總而言之,memleak.py 是如何…
dynamic memleak detect 最近在rathat上研究bpf看能不能往runtime 去做memleak free,其實可以去從中觀看出,在runtime 的時候,某些lib 或者funtion,實際是可以透過signal去重寫結束狀態,或許可以在程式退出的時候,徹底把memleak 給釋放。 https://github.com/iovisor/bcc/blo…
前些天記錄了關於mtrace 一些東西 實驗室同學提到了一些方式,找到了切入 malloc 的一些方法,跟當初猜想的一樣動態攔截可能遇到這些情況可以透過加鎖的方式去達成攔截但是效率就不太敢保證了 http://firewof5566.blogspot.com/2015/04/mtrace3thread-safety.html https://stackoverflow.com/…