Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Shellcode call calc.exe - Why cannot use C write shellcode

Why C-Based Code Cannot Be Used as Shellcode Using C to Build a calc.exe Executable ⛶#include #include int main() { WinExec("calc.exe", SW_SHOW); return 0; }Then extract...
16.04.2025 0 Read More

Calling calc.exe in Pure Shellcode by Walking the PEB

Calling calc.exe in Pure Shellcode by Walking the PEB
Continue paste post: Shellcode - Why Cannot Use C Write ShellcodeImprovement: PEB Traversal Dynamic API Resolution PEB Traversal What is the PEB? The Process Environment Block (PEB) ...
18.04.2025 0 Read More

Traverse the Process Environment Block (PEB) in Rust

A few days ago, we demonstrated how to call calc.exe by walking the PEB manually. But why isn't assembly code more widely used in the wild, especially in offensive tooling?Assembly has several major d...
02.05.2025 0 Read More
Loading...
#reading
API Key Exposure & Insecure Supabase Access: a Bug Hunt
0
🔧 Advanced Node.js and Express Backend Development: Best Practices, Patterns, and Tools
0
Understanding Dynamic Programming
0
Dijital Keşif Seferleri: Developer'ın Bilinmeyen Toprakları Haritalama, Yollar İnşa Etme ve Rehberlik Sanatı
0
Leetcode - 20. Valid Parentheses
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0