Logo
Login
Tech Posts 31217
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
DevOps Made Simple: A Beginner’s Guide to Deploying a Scalable Web App on AWS with Terraform & Docker
0
Command Line Text Completions via Local LLM with GPT4All and NodeJS
0
How to Handle git push Failures with Large Data (Bite-size Article)
0
Integrating OpenAI's Retrieval-Augmented Generation in NET Applications
0
Why Performance Testing is Critical for Scalable Web Apps
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