Files
subhook/tests
Zeex 314603bc42 Fix address overflow in trampoline
Allocate memory for storing the trampoline code via mmap() with MAP_32BIT flag
to make sure that it stays withing 2GB range.

Also, add missing calls to subhook_free() in the C test program (C++ calls it
implicitly already via destructor).
2020-11-02 03:19:54 +06:00
..
2020-05-30 20:31:12 +06:00
2020-11-02 03:19:54 +06:00