# LidaDbg **Repository Path**: yuknht/LidaDbg ## Basic Information - **Project Name**: LidaDbg - **Description**: The revolution of assembly level debugger based on LLDB & IDA. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-12-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README LidaDbg #### Description LidaDbg,The revolution of assembly level debugger based on LLDB & IDA. LidaDbg前端以IDA为交互GUI,后端以LLDB为调试引擎; * 支持Android、iOS源码/汇编级调试; * 将LLDB命令行深度整合进IDA Scripting模块,方便积累调试脚本; * 将LLDB调试上下文深度整合进IDA反汇编窗口,方便汇编级可视化调试; * 告别重复输入调试命令,提高调试效率; * IDASDK版本为7.0,LLDB版本为7.0; * LidaDbg是GikDbg的升级和延续; Follow us for update or bug report: |Platform|Account| |-|-| |Email|971159199@qq.com| |公众号|刘柏江| |百家号|刘柏江VM| |微博|刘柏江VM| |头条|刘柏江VM| |码云|https://gitee.com/geekneo/| #### Installation Uninstallation 下述ida_root是IDA的根目录, lidadbg_root是本仓库根目录, ip是iPhone手机网络地址。 ``` Windows lidadbg_root/Windows/magicdbg/bin/python.exe lidadbg_root/Windows/setup.py ida_root install lidadbg_root/Windows/magicdbg/bin/python.exe lidadbg_root/Windows/setup.py ida_root uninstall ``` ``` macOS lidadbg_root/macOS/install ida_root lidadbg_root/macOS/enable ida_root lidadbg_root/macOS/disable ida_root lidadbg_root/macOS/uninstall ida_root ``` ``` Android adb push lidadbg_root/Android/LidaDbgServer-? /data/local/tmp/ /data/local/tmp/LidaDbgServer-?/lidadbg-server ``` ``` iOS scp lidadbg-server/iOS/LidaDbgServer.deb root@ip:/tmp/ ssh root@ip dpkg -i --froce-overwrite /tmp/LidaDbgServer.deb ``` #### Version History 2019.12.29-v1.0.0: * LidaDbg发布初始版本; #### Known Issue * Mac版本不支持IDAPython、LLDBPython; #### Screenshot ![layout](https://gitee.com/geekneo/LidaDbg/raw/master/Screenshot/layout.PNG) ![about](https://gitee.com/geekneo/LidaDbg/raw/master/Screenshot/about.PNG) ![main](https://gitee.com/geekneo/LidaDbg/raw/master/Screenshot/main.PNG) ![config](https://gitee.com/geekneo/LidaDbg/raw/master/Screenshot/config.PNG) ![attach](https://gitee.com/geekneo/LidaDbg/raw/master/Screenshot/attach.PNG) ![module](https://gitee.com/geekneo/LidaDbg/raw/master/Screenshot/module.PNG) ![thread](https://gitee.com/geekneo/LidaDbg/raw/master/Screenshot/thread.PNG) ![frame](https://gitee.com/geekneo/LidaDbg/raw/master/Screenshot/frame.PNG) ![patch](https://gitee.com/geekneo/LidaDbg/raw/master/Screenshot/patch.PNG)