Try   HackMD

ida pro use python plugin remote debuging

看了一下ida pro 原來是可以透過python plugin 的方式把組合語言轉成類似 c 語言的虛擬碼
步驟如下
環境是 windows 下 debug linux x64 elf 檔案
https://blog.csdn.net/weixin_26746861/article/details/108176312
主要參考
載入目標machine 檔案 (這邊選擇 linux x64 elf 檔案
主要步驟是要在windows 端 載入 cc1

chmod +x linux_server
chmod +x linux_server64










https://code.woboq.org/gcc/libcpp/line-map.c.html#_Z18get_range_from_locP9line_mapsj
隨便挑一個

在修改gcc 無法變動的時候或者需要及時watch 流程分支的時候除了看官方文檔應該可以嘗試這些方式進行追蹤
當然也有提供一些分析 so 檔的方式 可能有空再來看一下這部分如何分析