-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix many bugs found by me, and reports by others in official repo. #127
Commits on Feb 9, 2020
-
合并3.0 Build_343中的修改,但是detours.cpp中ARM及ARM64中detour_find_jmp_bounds函数的…
…修改目前并未合并,因为目前无实验条件无法验证修改的可靠性
Configuration menu - View commit details
-
Copy full SHA for 1c09935 - Browse repository at this point
Copy the full SHA 1c09935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a6f330 - Browse repository at this point
Copy the full SHA 7a6f330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167f7f0 - Browse repository at this point
Copy the full SHA 167f7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10247b1 - Browse repository at this point
Copy the full SHA 10247b1View commit details
Commits on Mar 6, 2020
-
执行完成相关任务后删除该负载以防止任务被反复执行及防止内存泄露
为了能和老版本Detours编译的程序保持兼容,我们为DETOUR_EXE_RESTORE_GUID换一个guid
Configuration menu - View commit details
-
Copy full SHA for 74bb4f1 - Browse repository at this point
Copy the full SHA 74bb4f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb41bb - Browse repository at this point
Copy the full SHA 0cb41bbView commit details
Commits on Apr 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 55755c3 - Browse repository at this point
Copy the full SHA 55755c3View commit details
Commits on Jul 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f18b2a8 - Browse repository at this point
Copy the full SHA f18b2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff48786 - Browse repository at this point
Copy the full SHA ff48786View commit details
Commits on Aug 2, 2020
-
加入新的API函数DetourSetNeedClosePendingThreadHandles用于控制是否在删除DetourThread对…
…象前关闭相关联的线程句柄;不再使用CRT的new/delete函数进行内部的内存管理.因此更好的支持了DetourUpdateThread函数;加入新API函数DetourUpdateAllOtherThreads以用于中途安全HOOK
Configuration menu - View commit details
-
Copy full SHA for e23122f - Browse repository at this point
Copy the full SHA e23122fView commit details
Commits on Aug 3, 2020
-
[code from mhook][performance] CreateToolhelp32Snapshot -> ZwQuerySys…
…temInformation migration for receiving threads. It gives huge performance increase when the number of process in system is high, for example with several active user sessions.
Configuration menu - View commit details
-
Copy full SHA for 5849ff4 - Browse repository at this point
Copy the full SHA 5849ff4View commit details
Commits on Aug 4, 2020
-
移除我们新加的API函数DetourSetNeedClosePendingThreadHandles,完善DetourUpdateAllO…
…therThreads函数的内部逻辑
Configuration menu - View commit details
-
Copy full SHA for 5a9297b - Browse repository at this point
Copy the full SHA 5a9297bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a2915 - Browse repository at this point
Copy the full SHA c4a2915View commit details
Commits on Aug 22, 2020
-
Merge branch 'master' of https://github.com/Microsoft/Detours into ma…
…ster # Conflicts: # src/detours.cpp
Configuration menu - View commit details
-
Copy full SHA for d00c138 - Browse repository at this point
Copy the full SHA d00c138View commit details
Commits on Aug 27, 2020
-
Merge branch 'master' of https://github.com/Microsoft/Detours into ma…
…ster # Conflicts: # src/creatwth.cpp
Configuration menu - View commit details
-
Copy full SHA for ade5b6e - Browse repository at this point
Copy the full SHA ade5b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c493cf9 - Browse repository at this point
Copy the full SHA c493cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5a80c - Browse repository at this point
Copy the full SHA cb5a80cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3416d7b - Browse repository at this point
Copy the full SHA 3416d7bView commit details -
add english comments of the chinese comments by google translator, th…
…e original chinese comments are reserved, because I`m afraid, the machine translated english is not 100% accurate, and they can not represent the meaning of chinese entirely. save as UTF8 without BOM for compat with old vc.
Configuration menu - View commit details
-
Copy full SHA for 2bd77a0 - Browse repository at this point
Copy the full SHA 2bd77a0View commit details -
re save as UTF8-BOM for fix build warning, but it's not compat with o…
…ld vc. if you need to compat with old vc, please save as ANSI, but it will arise messy code problem.
Configuration menu - View commit details
-
Copy full SHA for bd317cc - Browse repository at this point
Copy the full SHA bd317ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39871e1 - Browse repository at this point
Copy the full SHA 39871e1View commit details
Commits on Aug 28, 2020
-
Merge branch 'master' of https://github.com/Microsoft/Detours into ma…
…ster # Conflicts: # samples/common.mak # src/creatwth.cpp
Configuration menu - View commit details
-
Copy full SHA for 4503268 - Browse repository at this point
Copy the full SHA 4503268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76fe979 - Browse repository at this point
Copy the full SHA 76fe979View commit details
Commits on Aug 31, 2020
-
Merge branch 'master' of https://github.com/Microsoft/Detours into ma…
…ster # Conflicts: # samples/findfunc/extend.cpp
Configuration menu - View commit details
-
Copy full SHA for 5cfea74 - Browse repository at this point
Copy the full SHA 5cfea74View commit details
Commits on Sep 2, 2020
-
Merge branch 'master' of https://github.com/Microsoft/Detours into ma…
…ster # Conflicts: # samples/common.mak
Configuration menu - View commit details
-
Copy full SHA for 89d7e33 - Browse repository at this point
Copy the full SHA 89d7e33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 146bdf2 - Browse repository at this point
Copy the full SHA 146bdf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025fe0a - Browse repository at this point
Copy the full SHA 025fe0aView commit details
Commits on Sep 3, 2020
-
switch vc project file ConfigurationType to MAKEFILE, because Utility…
… type can`t support to set clean command. but MAKEFILE can`t support to set PlatformToolset version in project properties window, so if you need to change PlatformToolset version, you must change ConfigurationType to other types temporarily or edit it in project xml file manually.
Configuration menu - View commit details
-
Copy full SHA for 85bf59f - Browse repository at this point
Copy the full SHA 85bf59fView commit details