Hmily 发表于 2013-9-29 12:16

SchemDBG

一个GDB前段调试器 https://github.com/hexgolems/schem

SchemDBG is a backend agnostic debugger frontend that focuses on debugging binaries without access to the source code.



SchemDBG grew from the frustration with reversing in Linux environments (e.G. no proper binary-only-frontends for GDB). Currently, SchemDBG features a plain GDB server backend and a PIN based backend running on both 32 and 64 bit binaries in a Ubuntu host. SchemDBG hasn't been tested with PIN backend using on a Windows host but the PIN debug server works under windows #17.

The debugger uses a controller written in ruby and a web frontend written in coffee-script. Currently, the frontend will only work properly in Chromium and it is not planned to support other browsers.

https://github.com/hexgolems/schem/archive/master.zip

sunflover 发表于 2013-9-29 12:47

前排啊,下载测试

amulin 发表于 2013-9-29 16:53

菜鸟还用不上这东西
页: [1]
查看完整版本: SchemDBG