index
:
riscv-gnu-toolchain/qemu/roms/edk2/UnitTestFrameworkPkg/Library/SubhookLib/subhook.git
main
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-13
Merge pull request #65 from r4nx/cmake-modernize
HEAD
main
Zeex
2
-38
/
+52
2022-03-13
Merge pull request #69 from LukeUsher/add-cmp-eax-variant
Zeex
1
-0
/
+1
2022-03-09
add cmp eax variant.
Luke Usher
1
-0
/
+1
2022-01-10
Use snake case for variable names, lower CMake version even further
r4nx
1
-9
/
+9
2021-12-28
Lower minimum CMake version as it seems to be enough
r4nx
1
-1
/
+1
2021-12-28
Modernize CMake and make library installable in terms of targets
r4nx
2
-38
/
+52
2021-12-19
Merge pull request #64 from ZNixian/page-boundary-unprotect
Zeex
1
-3
/
+8
2021-12-05
unix: Fix unprotecting memory across a page boundary
Campbell Suter
1
-3
/
+8
2021-11-28
Merge pull request #63 from ElDuderinos/master
Zeex
3
-6
/
+25
2021-11-20
Removing subhook_macos.c
Dudi
7
-84
/
+24
2021-11-11
Add MacOS support
Dudi
7
-9
/
+88
2021-03-17
Make AppVeyor actually build 64-bit binaries in x64 configuration
Zeex
1
-2
/
+4
2020-12-25
v0.8.2
Zeex
1
-1
/
+1
2020-12-22
Merge pull request #55 from timgates42/bugfix_typo_without
Zeex
1
-1
/
+1
2020-12-19
docs: fix simple typo, wihtout -> without
Tim Gates
1
-1
/
+1
2020-11-11
Update "Known issues" in README
Zeex
1
-1
/
+3
2020-11-11
Don't use MAP_32BIT on macOS
Zeex
1
-9
/
+12
2020-11-11
Make subhook_new() not fail on any trampoline-related error
Zeex
1
-17
/
+12
2020-11-02
v0.8.1
Zeex
1
-1
/
+1
2020-11-02
Add .gitignore
Zeex
1
-0
/
+73
2020-11-02
Fix segfault in subhook_new()
Zeex
4
-11
/
+12
2020-11-02
v0.8
Zeex
1
-1
/
+1
2020-11-02
Add null check in subhok_free_code()
Zeex
2
-0
/
+7
2020-11-02
Fix undefined symbol error
Zeex
1
-1
/
+4
2020-11-02
Fix address overflow in trampoline
Zeex
5
-19
/
+49
2020-11-01
Improve documentation comments
Zeex
1
-2
/
+8
2020-11-01
FreeBSD build support
Zeex
2
-5
/
+4
2020-11-01
Fix possible NULL dereference
Zeex
1
-3
/
+1
2020-11-01
Fix RIP-relative address decoding
Zeex
1
-4
/
+5
2020-11-01
Detect overflows when relocating 32-bit jumps inside trampoline on x64
Zeex
1
-9
/
+22
2020-11-01
Simplify error handling in subhook_new() + clean up in instruction list
Zeex
1
-19
/
+26
2020-10-31
Fix CMake warning about policy CMP0054
Zeex
1
-0
/
+3
2020-10-31
Merge pull request #50 from CookiePLMonster/impls-for-trampolines
Zeex
1
-0
/
+5
2020-10-31
Implement additional CMP, DEC and FLD instructions
Silent
1
-0
/
+5
2020-08-19
Add info about SUBHOOK_STATIC to README
Zeex
1
-7
/
+23
2020-05-30
Fix build error
Zeex
1
-1
/
+3
2020-05-30
Revert "Change 0 to nullptr"
Zeex
1
-3
/
+5
2020-05-30
Export subhook_disasm()
Zeex
2
-1
/
+7
2020-05-30
Fix typo
Zeex
1
-3
/
+3
2020-05-30
Make Install(src, dst, flags) remove existing hook
Zeex
1
-7
/
+12
2020-05-30
Change 0 to nullptr
Zeex
1
-4
/
+4
2020-05-30
Fix Xcode build
Zeex
1
-4
/
+6
2019-06-29
Merge pull request #41 from Cxbx-Reloaded/master
Zeex
1
-1
/
+3
2019-06-28
Merge branch 'master' into master
PatrickvL
9
-42
/
+157
2019-02-07
Fix typo in macro name
Zeex
1
-1
/
+1
2019-01-28
v0.6
Zeex
1
-1
/
+1
2019-01-25
Add license file
Zeex
1
-0
/
+23
2018-12-25
Fix typo in README
Zeex
1
-2
/
+2
2018-11-22
Cleanup and code style fixse
Zeex
6
-13
/
+22
2018-11-22
Add subhook_set_disasm_handler()
Zeex
4
-16
/
+45
[next]