forked from ipankajg/stracent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
28 lines (21 loc) · 836 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
StraceNT
--------
This program is a Linux strace clone for Windows. It uses IAT patching and
provides an efficient way to monitor API calls made by various DLLs.
Compile
-------
- Use Visual Studio 2013 to compile the software.
- First download IHULIB library from:
https://github.com/intellectualheaven/ihulib/releases/download/v1.1/ihulib_v_1_1.zip
- Extract this to stracent/extrn/ihulib (preserve folder paths)
- You should have files like ihulib/bin/x64/Debug/ihulib.lib etc.
- Open stracent.sln in make folder and build.
Install
-------
- Download the zip file from github release tab and extract it to any folder.
- There is no special installation required. You can run stracent or straceui
from the extracted location.
Notes
-----
Please read info.txt for more details about this program, usage and
limitations etc.