RSSAmplifier

Blog

Lunar Journal

Welcome to the `Lunar Journal`! `Journal` publications cover various areas in software and electronics engineering.

journal.lunar.shRSS feed ↗6 posts

Latest posts

RF Circuit and Power Amplifier Design Basics

A short primer on some of the basic concepts related to RF circuit and RF power amplifier design.

A simple GSC loader for COD Black Ops 1

Learn how GSC scripts are loaded into Black Ops 1 and how to write your own simple GSC loader in C for the Microsoft Windows version of the game.

A Tiny C (x86_64) Function Hooking Library

Function detouring is a powerful hooking technique that allows for the interception of C/C++ functions. cdl86 aims to be a tiny C detours library for x86_64 binaries.

Mono/.NET Injection Under Linux

Learning mono or C# library injection through a Robocraft exploit. The method used in this publication can be used to modify a wide range of Unity games.

Transistor Circuit Design For Newbies

BJTs are important electronic devices that find use in a wide range of applications. Learn how to design circuits with them.

Tiny C Binaries

By default, following the linking stage, GCC generates ELF binaries that contain redundant section data that increase executable size.