Commit Graph

49 Commits

Author SHA1 Message Date
Boring b72afcf6dd Fix hook for 32-bit ntdll!RtlUserThreadStart 2023-03-10 11:22:54 +08:00
Boring 58379acaf4 Add support for thread pool(ntdll!TppWorkerThread) 2023-03-08 13:36:50 +08:00
Boring a32f925e8c Removed some redundant definitions 2023-02-06 16:04:03 +08:00
Boring b686271c62 update calculation checksum 2023-01-24 19:02:02 +08:00
Boring 3c9a88e78b Add support for SetUnhandledExceptionFilter 2022-12-09 11:12:58 +08:00
Boring 5f60d93890 Fix the problem of calculating TLS_VECTOR length when there is no TLS in the process 2022-12-07 08:28:27 +08:00
Boring 3468890776 Refactored FindLdrpHashTable function, fixed crash when calling LdrUnloadDllMemory on Windows11 2022-12-02 11:36:34 +08:00
Boring 06bb567c09 Improve the calculation conditions of LdrHashEntry 2022-12-01 16:18:50 +08:00
Boring fda70c9beb Refactor the RtlFindMemoryBlockFromModuleSection function 2022-11-30 08:20:11 +08:00
Boring dcf5f3ccde Fix 32-bit compilation failure 2022-11-17 13:06:19 +08:00
Boring a4bf9430d1 update MmpAllocateGlobalData 2022-10-25 20:55:26 +08:00
Boring 8e01bbbd05 refactoring 2022-10-11 09:12:12 +08:00
Boring e64ee25bac refactoring 2022-10-11 07:47:31 +08:00
Boring 609d7e7d56 Extend LDR_DATA_TABLE_ENTRY to Windows 11 2022-10-07 09:00:51 +08:00
Boring ff8a663aca refactoring 2022-10-05 17:00:13 +08:00
Boring 1af4e81913 Test MMPP multiple initialization 2022-10-01 21:07:53 +08:00
Boring 53885cd5e7 fix release errors 2022-10-01 17:28:23 +08:00
Boring ad7986eb6c update 2022-10-01 16:28:02 +08:00
Boring d6f0715c49 update 2022-10-01 12:51:58 +08:00
Boring 0c4f334418 update 2022-09-30 22:47:48 +08:00
Boring 57fe37e028 Change the location of the MEMORYMODULE structure 2022-09-28 14:11:26 +08:00
Boring 014d45993b Add support for loading some built-in dlls in Windows 11 2022-09-26 22:49:28 +08:00
Boring adf274cef0 refactoring 2022-09-26 22:43:43 +08:00
Boring 446bb917d9 Resolve IAT after insert LdrDataTableEntry 2022-07-11 13:33:59 +08:00
Boring a74d29ec5d Fix for copying TlspLdrBlock to TlspMmpBlock in MmUserThreadStart 2022-05-31 14:13:28 +08:00
Boring ad9605ef10 update .net hooks 2021-12-18 13:08:50 +08:00
Boring 429d549b89 Removed incorrect assertion of tpp thread when processing tls 2021-12-15 22:47:31 +08:00
Boring b54c17f00f add hooks for .net 2021-12-15 10:18:45 +08:00
Boring bb83bf0cc0 Add limited support for loading .net assemblies 2021-12-06 14:11:46 +08:00
Boring 1966d4bd41 Reimplemented pe loader 2021-10-25 17:15:15 +08:00
Boring 78b3d1d707 Remove some useless definitions, implement LdrpHandleTlsData 2021-06-06 22:59:42 +08:00
Boring 41c1175add add MmpTls.cpp 2021-06-02 22:45:25 +08:00
Boring ae8b8368d0 Merge branch 'master' of https://github.com/bb107/MemoryModulePP 2021-05-31 13:26:43 +08:00
Boring 8e5016566c support delay import 2021-05-31 13:26:27 +08:00
bb107 3bcc6297ce Fix x86 compilation errors 2021-01-08 14:34:54 +08:00
Boring aa405c534e fix some bugs 2020-12-15 12:08:06 +08:00
Boring 948f6278f0 add LdrpReleaseTlsEntry support 2020-12-14 12:06:45 +08:00
Boring dd47c325c6 Adjust code file structure 2020-12-13 08:46:38 +08:00
Boring 0226c248f4 fix CheckSum 2020-06-30 21:28:15 +08:00
Boring ca41f8da80 fix find LdrpModuleBaseAddressIndex 2020-03-05 01:50:33 +08:00
Boring 38fa998059 fix find LdrpHashTable 2020-02-29 14:56:18 +08:00
Boring 5f3472df47 support win8.1 2020-02-26 17:26:24 +08:00
Boring 13369ccec8 support win8 2020-02-24 21:50:16 +08:00
Boring ed550ae6c7 1. Add Win10 forward export support
2. Fixed some bugs
2020-02-22 14:53:26 +08:00
Boring ea135ac392 win10 18363 x86 support 2020-02-11 19:55:48 +08:00
Boring e0b3f61682 add win7 x86 support 2020-02-11 00:43:48 +08:00
Boring 3236290b2c update 2020-02-10 00:59:04 +08:00
Boring 06023a00e4 update 2020-02-03 18:01:56 +08:00
Boring b671864c09 Add project files. 2020-02-03 13:59:31 +08:00