panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.47k stars 476 forks source link

Moving Dwarf Dump to PyPanda extras so LAVA can use it #1523

Closed AndrewQuijano closed 3 weeks ago

AndrewQuijano commented 4 weeks ago

Slight change. moving dwarf dump to PyPanda. This script came from Zhenghao's Dwarf 64-bit plugin PR

https://github.com/panda-re/panda/pull/1439

I need this change as bug_mining.py from LAVA called parse_dwarf from this script. But I can't access panda/scripts since I am avoiding using sub-modules in favor of Debian Package/PyPi packages

https://github.com/panda-re/lava/blob/next/scripts/bug_mining.py#L37