aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterUpdate compile options (Clang warning)Zeex18 months
 
TagDownloadAuthorAge
v0.8.2subhook-0.8.2.zip  subhook-0.8.2.tar.gz  subhook-0.8.2.tar.bz2  Zeex4 years
v0.8.1subhook-0.8.1.zip  subhook-0.8.1.tar.gz  subhook-0.8.1.tar.bz2  Zeex4 years
v0.8subhook-0.8.zip  subhook-0.8.tar.gz  subhook-0.8.tar.bz2  Zeex4 years
v0.7subhook-0.7.zip  subhook-0.7.tar.gz  subhook-0.7.tar.bz2  Zeex4 years
v0.6subhook-0.6.zip  subhook-0.6.tar.gz  subhook-0.6.tar.bz2  Zeex6 years
v0.5subhook-0.5.zip  subhook-0.5.tar.gz  subhook-0.5.tar.bz2  Zeex6 years
v0.4.2subhook-0.4.2.zip  subhook-0.4.2.tar.gz  subhook-0.4.2.tar.bz2  Zeex6 years
v0.4.1subhook-0.4.1.zip  subhook-0.4.1.tar.gz  subhook-0.4.1.tar.bz2  Zeex6 years
v0.4subhook-0.4.zip  subhook-0.4.tar.gz  subhook-0.4.tar.bz2  Zeex8 years
v0.3subhook-0.3.zip  subhook-0.3.tar.gz  subhook-0.3.tar.bz2  Zeex8 years
[...]
 
AgeCommit messageAuthorFilesLines
2020-11-02v0.8v0.8Zeex1-1/+1
2020-11-02Add null check in subhok_free_code()Zeex2-0/+7
2020-11-02Fix undefined symbol errorZeex1-1/+4
2020-11-02Fix address overflow in trampolineZeex5-19/+49
2020-11-01Improve documentation commentsZeex1-2/+8
2020-11-01FreeBSD build supportZeex2-5/+4
2020-11-01Fix possible NULL dereferenceZeex1-3/+1
2020-11-01Fix RIP-relative address decodingZeex1-4/+5
2020-11-01Detect overflows when relocating 32-bit jumps inside trampoline on x64Zeex1-9/+22
2020-11-01Simplify error handling in subhook_new() + clean up in instruction listZeex1-19/+26
[...]