Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengjianzhang/libinst
龙芯平台上的插桩框架
https://github.com/pengjianzhang/libinst
Last synced: 2 days ago
JSON representation
龙芯平台上的插桩框架
- Host: GitHub
- URL: https://github.com/pengjianzhang/libinst
- Owner: pengjianzhang
- Created: 2016-10-10T06:15:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T06:17:19.000Z (about 8 years ago)
- Last Synced: 2024-11-09T05:42:55.850Z (about 2 months ago)
- Language: C
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libinst
龙芯平台上的插桩框架
libinsn-1.02010.3.23
peng jianzhang
[email protected]
=============
Usage:
1, include insn.h2, use pjz_before_main, pjz_after_main function
3, compile: gcc -static libinsn.a your_file.c
NOTICE: -static is a must4, run: ./insn.sh ./a.out argv1 argv2 argv3 ...
NOTICE: the argument passed to insn.sh shoued be the same as command line executeing the program in shell5, the instructions information is in file instrutions.txt,which is generated by step 4