weixin_39990410 2020-11-29 10:41
浏览 1

Capstone support?


Is there any plan to use Capstone disassembly framework for EDB? It has amazing 
features, and has better support for x86 (besides Arm, Arm64, etc) than other 
frameworks I think. 

Capstone has BSD license, so I think it can be used by EDB.

Original issue reported on code.google.com by junkoi2....com on 7 Apr 2014 at 6:39

该提问来源于开源项目:eteran/edb-debugger

  • 写回答

5条回答 默认 最新

  • weixin_39990410 2020-11-29 10:41
    关注
    
    There are no current plans to support 3rd party disassembly engines in edb. Is 
    there some compelling feature that it offers that edb can't currently provide?
    
    The ARM support is intriguing, but I would need to update a lot more than just 
    the disassembly engine to support it in edb. Specifically the core debugger 
    plugin would need a massive update. So that's a whole other feature request :-).
    

    Original comment by evan.teran on 8 Apr 2014 at 2:27 - Added labels: Type-Enhancement - Removed labels: Type-Defect

    评论

报告相同问题?