| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
| |
CMD_CLOSEHANDLE
* KMemDriver integration
* generic MT-Support achieved by synchronized wrapper functions
* ability to spawn a Ping-Only Thread
|
|
|
|
| |
* fixed missing NUL termination for converted ASCII strings
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| |
|
|
|
|
| |
allocation
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
functions
|
|
|
|
| |
DLLHelper
|
|
|
|
| |
function for EntryPoint and BaseAddress
|
|
|
|
| |
implemented copy PE header and sections function, fixed invalid VAlloc request size
|
| |
|
|
|
|
| |
MSVCRT runtime
|
| |
|
|
|
|
| |
the page size (which was done wrong) since it is done by the OS
|
| |
|
| |
|
|
|
|
| |
(cause we need the base address ASAP)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|