Issues
- 1
dwarf相关的介绍,可以放在指令级调试器之后、符号级调试器之前
#35 opened by hitzhangjie - 1
删掉之前delve相关的文档
#15 opened by hitzhangjie - 1
readme:开发符号级调试器简介
#11 opened by hitzhangjie - 1
修改readme,描述一下本项目的初衷
#34 opened by hitzhangjie - 0
reverse go binaries like a pro
#26 opened by hitzhangjie - 1
调查下如何通过elf.Prog读取数据
#23 opened by hitzhangjie - 1
调用栈信息表的使用
#21 opened by hitzhangjie - 1
行号表的使用
#20 opened by hitzhangjie - 1
符号表的使用
#19 opened by hitzhangjie - 1
- 1
go binary malware analysis
#27 opened by hitzhangjie - 1
- 0
go compiler 采用 SSA,静态单赋值的操作,为编译器优化铺了路
#31 opened by hitzhangjie - 0
HGA 提供了一种在go汇编之上的抽象,理解起来更容易,比较适合于理解go、学习go的场景
#32 opened by hitzhangjie - 2
- 0
why always interface{} store a pointer to data rather than a raw data (like an integer)?
#29 opened by hitzhangjie - 0
- 0
xxxxxxxxxx
#24 opened by hitzhangjie - 0
更新反汇编输出的格式,godbg里面重新格式化了一下反汇编信息'
#22 opened by hitzhangjie - 2
feature/pmem: 打印内存中数据
#16 opened by hitzhangjie - 1
feature/pregs: 打印寄存器中数据
#17 opened by hitzhangjie - 1
feature/disass:反汇编命令支持
#12 opened by hitzhangjie - 0
feature/set:符号级调试,设置变量、寄存器值
#18 opened by hitzhangjie - 2
- 1
新特性支持的时候独立开发,但是同时集成到0_godbg下面
#9 opened by hitzhangjie - 1
readme:开发指令集调试器简介
#10 opened by hitzhangjie - 0
cover:添加封面页的设计
#14 opened by hitzhangjie - 0
feature/list: 查看源码命令支持
#13 opened by hitzhangjie - 1
6-debugger_skeleton.md单独一章,第6掌,其他6、7章依次顺延
#8 opened by hitzhangjie - 1
符号级调试器架构
#3 opened by hitzhangjie - 3
调试器代码基本框架
#4 opened by hitzhangjie - 0
step-by-step:启动进程,godbg start <prog>
#1 opened by hitzhangjie