Expand description

APIs for internal interation with current process.

Structs

Basic information about process’s module.
Process Environmental Block.
Thread Environmental Block.

Functions

Allocates console windows ig.
Tries to allocate memory pages in the target process. On success returns the address of allocated region.
Creates new thread with default parameters.
Searches module for specific memory pattern.
Resolves multilevel pointer.
Tries to free memory pages in the target process.
Frees console.
Returns a handle to the current process.
Returns the id of the current process.
Returns an address(its handle) of the module or Err if failed to find the specified module.
Returns information about the specified module.
Returns an address of PEB(Process Environmental Block).
Returns an address of TEB(Thread Environmental Block).
Either loads library from path or returns an address of already existing module.
Creates new message box.
Changes the protection of memory pages of the target process. For more info see microsoft documentation.
Protects memory of given size with new protection, calls callback and then restores previous protection.
Queries basic information about memory region at address.
Reads zero terminated string at ptr.
Reads zero terminated string at ptr.
Reads zero terminated string at ptr.
Reads zero terminated string at ptr.