jtool2用法

  • -h:查看基本头文件header信息
    jtool2 -h yourBinary
    
  • -l:列出段
    jtool2 -l yourBinary
    
  • -L:查看使用了哪些共享库Library
    jtool2 -L yourBinary
    
  • -S:列出符号表Symbol == nm
    jtool2 -S yourBinary
    
  • --analyze:分析analyze -》 导出类和函数名等
    jtool2 --analyze yourBinary
    
  • --pages:显示layout
    jtool2 --pages yourBinary
    

results matching ""

    No results matching ""