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