Skip to content

Releases: NtProtectVirtualMemory/PE-Library

v1.2.0

Choose a tag to compare

@NtProtectVirtualMemory NtProtectVirtualMemory released this 10 Jan 12:05
bad2187

The Example.dll file in the folder serves as an example PE File you might analyze. I stripped the PDB strings from both for my privacy.
The example exports DllMain and the TLS Directory exists, sadly no TLS Callbacks are registered because MSVC sucks.

Heavily increased validation in this version, it can now handle malformed files properly.

Full Changelog: v1.1.5...v1.2.0

Release v1.1.5

Choose a tag to compare

@NtProtectVirtualMemory NtProtectVirtualMemory released this 05 Jan 18:07
a69b035

The Example.dll file in the folder serves as an example PE File you might analyze. I stripped the PDB strings from both for my privacy.
The example exports DllMain and the TLS Directory exists, sadly no TLS Callbacks are registered because MSVC sucks.

Full Changelog: v1.1.0...v1.1.5

Release v1.1.0

Choose a tag to compare

@NtProtectVirtualMemory NtProtectVirtualMemory released this 05 Jan 13:57
eb545f5

The Example.dll file in the folder serves as an example PE File you might analyze. I stripped the PDB strings from both for my privacy.
The example exports DllMain and the TLS Directory exists, sadly no TLS Callbacks are registered because MSVC sucks.

Full Changelog: v1.0.1...v1.1.0

Release v1.0.1

Choose a tag to compare

@NtProtectVirtualMemory NtProtectVirtualMemory released this 04 Jan 21:30
739b4c6

The Example.dll file in the folder serves as an example PE File you might analyze. I stripped the PDB strings from both for my privacy.
The example exports DllMain and the TLS Directory exists, sadly no TLS Callbacks are registered because MSVC sucks.

Full Changelog: v1.0.0...v1.0.1