LABEL / ELF Diff

#ELF Diff

1 posts

elf diff call graph

elf diff tool 最近在想可不可以將分析的路徑在減少一點,這樣在分析code size 會更省事 python Copy import subprocess import re from graphviz import Digraph def generate_objdump_output ( elf_file , output_file ): cmd = [ 'ri…

Systems, OS & Compilers
elf diff call graph