⤷ Title: Windows API-Part I: Because Buttons Don’t Click Themselves.
════════════════════════
𐀪 Author: Sankadlikhit
════════════════════════
ⴵ Time: Mon, 30 Jun 2025 20:43:23 GMT
════════════════════════
⌗ Tags: #cybersecurity #info #winapi #red_team #windows_internals
════════════════════════
𐀪 Author: Sankadlikhit
════════════════════════
ⴵ Time: Mon, 30 Jun 2025 20:43:23 GMT
════════════════════════
⌗ Tags: #cybersecurity #info #winapi #red_team #windows_internals
Medium
Windows API-Part I: Because Buttons Don’t Click Themselves.
In the world of Windows, Commander (Bill Gates) doesn’t let programs talk directly to the operating system. Instead, there’s a messenger…
⤷ Title: Inside the Windows Loader: Replicating Portable Executable Mapping with IronPE in Rust
════════════════════════
𐀪 Author: ddos
════════════════════════
ⴵ Time: Tue, 14 Apr 2026 09:52:46 +0000
════════════════════════
⌗ Tags: #Open Source Tool #cybersecurity #IronPE #Low_Level Programming #malware analysis #Manual Mapping #Portable Executable #reverse engineering #Rust Programming #WinAPI #Windows PE
════════════════════════
𐀪 Author: ddos
════════════════════════
ⴵ Time: Tue, 14 Apr 2026 09:52:46 +0000
════════════════════════
⌗ Tags: #Open Source Tool #cybersecurity #IronPE #Low_Level Programming #malware analysis #Manual Mapping #Portable Executable #reverse engineering #Rust Programming #WinAPI #Windows PE
Penetration Testing Tools
Inside the Windows Loader: Replicating Portable Executable Mapping with IronPE in Rust
Explore Windows internals with IronPE, a minimal Rust-based manual PE loader. Learn how to map sections, resolve imports, and execute x86/x64 files from memory.