COMMITS
October 23, 2024
S
Merge pull request #4 from Cerbersec/main
Santi committed
October 15, 2024
C
fix issue with --free-libs
Cerbersec committed
September 21, 2024
S
fix issue while allocating memory
S4ntiagoP committed
S
improve --free-libraries option
S4ntiagoP committed
September 14, 2024
S
fix ldr hash table unlink bug
S4ntiagoP committed
S
add new option: --inthread
S4ntiagoP committed
July 17, 2024
S
update readme
S4ntiagoP committed
July 16, 2024
S
new: custom load PE's dependencies
S4ntiagoP committed
July 8, 2024
S
small refactor
S4ntiagoP committed
S
small refactor
S4ntiagoP committed
June 15, 2024
S
add support for api sets
S4ntiagoP committed
S
only IAT hook certain APIs if --don-unload is not present
S4ntiagoP committed
S
small refactor
S4ntiagoP committed
June 6, 2024
I
Update LICENSE
infosec guy committed
May 31, 2024
S
fix bug with ldr_entry base and full name
S4ntiagoP committed
May 30, 2024
S
don't call DllMain with DLL_PROCESS_DETACH if --dont-unload was provided
S4ntiagoP committed
S
allways include 'LDRP_DONT_CALL_FOR_THREADS' while linking to the PEB
S4ntiagoP committed
May 29, 2024
S
add support for DLLs with no entrypoint
S4ntiagoP committed
May 21, 2024
S
add new option: --dont-unload
S4ntiagoP committed
May 15, 2024
S
if BaseGetConsoleReference is not exported, use FreeConsole
S4ntiagoP committed
S
fix bug, linking to the PEB was always on
S4ntiagoP committed
S
use CONTAINING_RECORD on get_address_of_console_connection_state
S4ntiagoP committed
S
link PE to PEB with correct name and path, update demo.png
S4ntiagoP committed
May 10, 2024
S
add support for linking module to the PEB
S4ntiagoP committed
S
fix IAT hooking for 32 bits
S4ntiagoP committed
S
fix bug on insert_inverted_function_table_entry
S4ntiagoP committed
May 9, 2024
S
call DllMain with DLL_PROCESS_DETACH after DLLs are finished
S4ntiagoP committed
May 8, 2024
S
IAT hook GetModuleHandleW
S4ntiagoP committed
May 4, 2024
S
add support for c++ exceptions
S4ntiagoP committed