RSSAmplifier

Blog

RezZ's blog

Welcome to another one of those tech bro blogs

r3zz.ioRSS feed ↗17 posts

Latest posts

The Boring Architecture Behind a Useful Personal AI Agent

Why a useful personal AI assistant is a systems problem, not a model problem. The runtime, memory, skills, notes, tools and cron that make it actually work.

Simple Enough Analysis of WannaCry Ransomware

An analysis of the famous WannaCry ransomware

C2 Infrastructure in the cloud (AWS, Cloudflare, Mythic)

How to setup a C2 Infrastructure in the cloud using CloudFront, EC2, ELB, a Cloudflare worker and Mythic

Building a Simple Network Protocol Analyzer in Rust

Learn how to build your own network packet analyzer from scratch using Rust

The Role of Cyberwarfare in Modern Society

A Seminar Essay about the Role of Cyberwarfare in the modern World

CPTS Review

My review of the HTB CPTS Certification

Another Chip-8 Emulator (in Rust)

Writing a Chip-8 Emulator in Rust

What happens when you compile a program?

A primer on the different processes that happen when you compile a program

A Primer on Windows Hooks and Message Loops

An Introduction to how Windows Message Loops work, with Hooks!

Reading files the 1337 way

How to go from reading a file in python all the way to assembly

Rendering LaTeX Math in Astro

How to add LaTeX Math rendering to Astro blog posts

A possibly better Data Encryption Standard

A proposal for an Enhanced Data Encryption Standard

PKCS#7 Padding Primer

Primer on how PKCS#7 works with code examples

EF Core global WITH (NOLOCK), on T-SQL

Adding WITH (NOLOCK) on all queries, on T-SQL

How to use P/Invokes with DEVMODE to rotate your displays

How to rotate your screen's layout with code, using Windows DEVMODE and some P/Invokes

Dependency Injection in .NET Core

Brief overview on Dependency Injection in .NET Core.

Custom IConfiguration Providers on .NET Core

Adding additional custom Configuration Providers on .NET Core.