1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do string table lookups for string parameters in variable argument lists.
Nmlgc
as nmlgc
More... almost 12 years ago
thcrap_configure: Mention that the shortcuts work from anywhere.
Nmlgc
as nmlgc
More... almost 12 years ago
Eliminate potential VLA memory leaks.
Nmlgc
as nmlgc
More... almost 12 years ago
patch_update(): Load file hash list from files.js.
Nmlgc
as nmlgc
More... almost 12 years ago
patch_update(): Move local file hash list to files.js.
Nmlgc
as nmlgc
More... almost 12 years ago
patch_update(): Always use local server URLs.
Nmlgc
as nmlgc
More... almost 12 years ago
win32_utf8: Add SetDlgItemText().
Nmlgc
as nmlgc
More... almost 12 years ago
Add a macro for VLA conversions to UTF-16.
Nmlgc
as nmlgc
More... almost 12 years ago
Bump version number to 2013-10-25
Nmlgc
as nmlgc
More... almost 12 years ago
log_nprint(): Check if the console was opened.
Nmlgc
as nmlgc
More... almost 12 years ago
Mention DLL injection chaining in the README file.
Nmlgc
as nmlgc
More... almost 12 years ago
Replace IsBad*Ptr() calls with a custom function using VirtualQuery().
Nmlgc
as nmlgc
More... almost 12 years ago
Add a basic custom exception handler.
Nmlgc
as nmlgc
More... almost 12 years ago
Cleanup.
Nmlgc
as nmlgc
More... almost 12 years ago
Correct types.
Nmlgc
as nmlgc
More... almost 12 years ago
Correct #include syntax.
Nmlgc
as nmlgc
More... almost 12 years ago
Add inject_CreateProcessW().
Nmlgc
as nmlgc
More... almost 12 years ago
Use the __DATE__ and __TIME__ macros to print the build time.
Nmlgc
as nmlgc
More... almost 12 years ago
Change leftover spaces to tabs.
Nmlgc
as nmlgc
More... almost 12 years ago
Add macros for conversions from UTF-16 to UTF-8.
Nmlgc
as nmlgc
More... almost 12 years ago
Change "old-style" empty function declarations to the (void) syntax.
Nmlgc
as nmlgc
More... almost 12 years ago
Detour CreateRemoteThread() to apply the thcrap detours to newly injected DLLs.
Nmlgc
as nmlgc
More... almost 12 years ago
Add GetRemoteProcAddress().
Nmlgc
as nmlgc
More... almost 12 years ago
Add ReadProcessString().
Nmlgc
as nmlgc
More... almost 12 years ago
Detour CreateProcess() and LoadLibrary() for DLL injection chaining.
Nmlgc
as nmlgc
More... almost 12 years ago
win32_utf8: Add GetPrivateProfileInt().
Nmlgc
as nmlgc
More... almost 12 years ago
Cleanup.
Nmlgc
as nmlgc
More... almost 12 years ago
Add GetRemoteModuleNtHeader().
Nmlgc
as nmlgc
More... almost 12 years ago
Rename module_base_get() to GetRemoteModuleHandle().
Nmlgc
as nmlgc
More... almost 12 years ago
Rename entry_from_header() to GetRemoteModuleEntryPoint().
Nmlgc
as nmlgc
More... almost 12 years ago