-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
41 lines (23 loc) · 1.09 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"" x86
1) Open the "VS2013 x64 Native Tools Command Prompt" console
1) Open the "VS2013 x86 Native Tools Command Prompt" console
nmake test
nmake testwow
Notes:
https://github.com/jpassing/ntrace/tree/2b3e989e2dfe594fb5db51c95d4bdc02c4383e11
http://stackoverflow.com/questions/27026579/symgetlinefromaddr64-gives-errors-7e-1e7
http://vinoisnotouzo.com/
https://twitter.com/VinoBS
Other tracers:
www.codersnotes.com/programs/sleepy
https://github.com/neuroo/runtime-tracer
CrashFinder:
http://www.wintellect.com/devcenter/jrobbins/crashfinder-returns
BugSlayer:
http://www.microsoft.com/msj/0498/bugslayer0498.aspx
ntrace:
http://ntrace.org/
https://github.com/jpassing/ntrace/tree/2b3e989e2dfe594fb5db51c95d4bdc02c4383e11
https://github.com/jpassing/ntrace/blob/2b3e989e2dfe594fb5db51c95d4bdc02c4383e11/Jpfsv/jpfsv/cmdbasics.c
GetModuleFileNameEx, EnumProcessModules(Ex) failures in Wow64:
http://winprogger.com/getmodulefilenameex-enumprocessmodulesex-failures-in-wow64/