https://github.com/dliv3/tritonemulator
https://github.com/dliv3/tritonemulator
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dliv3/tritonemulator
- Owner: Dliv3
- Created: 2018-05-01T06:07:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T18:17:01.000Z (about 7 years ago)
- Last Synced: 2025-04-13T07:59:49.219Z (23 days ago)
- Language: Python
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Triton Emulator
基于Triton实现的x86下的Linux程序模拟器
### 依赖
`Triton` `pwntools` `peda`
### 模块
**emulator.py**: 基本类库,完成程序初始化功能
**syscall.py**: 基本类库,模拟系统调用
**debugger.py**:继承自emulator.py,一个简易调试器
**solve.py**:一个基于符号执行求解的样例