docker的gef容器

gef是一个很好用的gdb的扩展( GitHub - hugsy/gef: GEF - GDB Enhanced Features for exploit devs & reversers):

但是安装配置比较麻烦,所以我做好了一个docker image,里面都安装配置好了gef,可以直接用(weli/gef):

如上所示,使用docker命令下载image并创建启动容器:

$ docker run -it weli/gef sh

然后如上面截图所示,执行gdb就可以看到安装好的gef

My Github Page: https://github.com/liweinan

Powered by Jekyll and Theme by solid

If you have any question want to ask or find bugs regarding with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues