Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/taviso/loadlibrary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-23Merge pull request #111 from CertainLach/patch-1HEADmasterTavis Ormandy
2022-01-23fix: reset num_pe_exports on export dir parsingYaroslav Bolyukin
2021-05-18attempt to fix #98Tavis Ormandy
2021-02-03mising stub for FileTimeToSystemTimex86_64Tavis Ormandy
2021-02-03put EventTracing code in the right placeTavis Ormandy
2021-02-03add stub for EventActivityIdControlTavis Ormandy
2021-02-03fix #92, mpengine doesnt check QPC return code.Tavis Ormandy
2021-01-18fix #90, incorrect format specifiersTavis Ormandy
2021-01-18missing newlineTavis Ormandy
2021-01-18Merge pull request #89 from cube0x8/isdebugpresent_conflictTavis Ormandy
2021-01-13Added IsDebuggerPresent Win APICube
2021-01-13IsDebuggerPresent -> IsGdbPresent, since it conflicts with IsDebuggerPresent ...Cube
2021-01-13stub GetLocaleInfoEx, required for some samples.Tavis Ormandy
2021-01-13cleanup some compiler warningsTavis Ormandy
2021-01-13Merge pull request #88 from cube0x8/additional_apisTavis Ormandy
2021-01-10Fixed GetLongPathNameWCube
2021-01-07Forgot to free()Cube
2021-01-07Fixed some winnt type and added additional information for LdrLoadDll debug logCube
2021-01-06LdrLoadDll return the HANDLE in the ModuleHandle ptr passed as argument.Cube
2021-01-06Added GetLongPathName APIs, which basically return the short path passed as a...Cube
2021-01-06Added RtlFreeHeap and RtlSetHeapInformation APIsCube
2021-01-06Fixed LdrLoadDll and added LdrUnloadDll. Improved LdrGetProcedureAddress.Cube
2021-01-06Added new files to host Process and Wer related APIs. Added NtSetInformationP...Cube
2021-01-06Added new NT types for Process and string related functionsCube
2021-01-04silence warning from missing includeTavis Ormandy
2021-01-04Merge pull request #87 from cube0x8/LdrLoadDll_apiTavis Ormandy
2021-01-03Removed Wide to Ansi conversion for ModuleFilename unicode stringCube
2021-01-02Added new API ntdll.LdrLoadDllCube
2020-09-07add new imports to fix #84Tavis Ormandy
2020-08-04Merge pull request #83 from gertdreyer/masterTavis Ormandy
2020-08-04Added GlobalAlloc metods to mirror LocalAllocGert Dreyer
2020-08-03attempt to fix #82, add basic fls support.Tavis Ormandy
2020-03-10Update README.mdTavis Ormandy
2020-03-09remove old filesTavis Ormandy
2020-03-03warn if selinux will block stub creationTavis Ormandy
2020-03-02reduce optimization while debuggingTavis Ormandy
2020-03-02testing support for more enginesTavis Ormandy
2020-03-01fix #75, we need to provide a valid certificateTavis Ormandy
2019-11-07fake support for SHA-256, this fixes #73Tavis Ormandy
2019-08-21I don't think we need MAP_SHAREDTavis Ormandy
2019-08-21no longer need codealloc in pe_linkerTavis Ormandy
2019-08-21Merge pull request #62 from chrisnew/masterTavis Ormandy
2019-08-21define DosDateTimeToFileTimeTavis Ormandy
2019-08-21hide some compiler warnings.Tavis Ormandy
2019-08-21add some stubs for vista threadpoolsTavis Ormandy
2019-08-21add GetDiskFreeSpaceExWTavis Ormandy
2019-08-21reset lasterror on CreateEventTavis Ormandy
2019-08-20First attempt at fixing #65Tavis Ormandy
2019-06-20make tls slots accessible via tebTavis Ormandy
2019-04-09fix #64 - crash on startupTavis Ormandy