forked from yiminyangguang520/chtmoneyhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.txt
76 lines (48 loc) · 1.69 KB
/
faq.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
F:\moneyhub\_Bin\Encryption
MakeCHK_debug.bat
F:\moneyhub\_Bin\Debug
moneyhub.exe -i
%appdata%
del BankUpdate
sc query moneyhubprt
http://andyfurong.googlecode.com/svn/trunk
f:\moneyhub\BankCore\Main.cpp
void RunIECore(LPCTSTR lpszCmdline)
{
CRecordProgram::GetInstance()->RecordCommonInfo(MY_PRO_NAME, MY_THREAD_ID_INIT, L"进入RunIECore线程");
::DebugBreak();
f:\moneyhub\Security\BankDrv\MapViewOfSection.cpp
VOID HookSSDT()
{
NtMapViewOfSection = (NTMAPVIEWOFSECTION)UpdateService(g_NtMapViewOfSectionID, (PVOID)MyMapViewOfSection);
//sstHook_OpenProcess();
}
VOID UnHookSSDT()
{
UpdateService(g_NtMapViewOfSectionID, (PVOID)NtMapViewOfSection);
//sstUnhook_OpenProcess();
}
/**
* 检查钩子状态函数
*/
bool checkHookSafe()
{
return true;
新加工程 去掉mix platfom
64driver 去掉编译新工程
64test 去掉编译新工程
Hello, dear Git developer.
This is a minimal MSYS environment to work on Git.
You are in the git working tree, and all is ready for you to hack.
Welcome to msysGit
Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.
Run '/share/msysGit/add-shortcut.tcl' to add a shortcut to msysGit.
It appears that you installed msysGit using the full installer.
To set up the Git repositories, please run /share/msysGit/initialize.sh
gclient runhooks –force
http://chromium-browser-source.commondatastorage.googleapis.com/chromium.r85375.tgz
http://chromium-browser-source.commondatastorage.googleapis.com/
gclient sync --revision src@85305 --force
hg clone --insecure https://blog-sample-code.jtianling.googlecode.com/hg/ jtianling-blog-sample-code
abcd1234