Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed unused libs in Hunted and disable Debug build in TestDLL completly | Toni Uhlig | 2019-09-25 |
| | |||
* | Hunted fetches global env pointer and uses it in shellcode, implemented some ↵ | Toni Uhlig | 2019-09-25 |
| | | | | CRT dynamic resolved functions in DLL | ||
* | removed threaded version of LibEntry which will not work anyway w/o crt init | Toni Uhlig | 2019-09-24 |
| | |||
* | set IgnoreAllDefaultLibraries to NO for TestDLL | Toni Uhlig | 2019-09-24 |
| | |||
* | removed invalid condition | Toni Uhlig | 2019-09-22 |
| | |||
* | export LibEntryThreaded in TestDLL | Toni Uhlig | 2019-09-22 |
| | |||
* | minimized DLL and using own entry | Toni Uhlig | 2019-09-22 |
| | |||
* | DLLHelper can now fixup other DLL imports and TestDLL links static against ↵ | Toni Uhlig | 2019-09-21 |
| | | | | MSVCRT runtime | ||
* | DLLHelper loads DLL to memory and verifies its headers | Toni Uhlig | 2019-09-19 |
| | |||
* | added TestDLL suitable for manual mapping and integration test skeleton | Toni Uhlig | 2019-09-19 |