gammagroupwriteup-fisher2014

2024-11-05

Gamma Group Writeup

by Phineas Fisher, 2014 ...

Read More

gcc -funroll-loops

2024-11-05

The -funroll-loops flag in gcc instructs the compiler to decide which loops to unroll.

Unrolling can be forced with the -funroll-all-loops flag.

Read More

Ghidra

2024-11-05

Ghidra is a free and open-source reverse engineering and disassembler tool developed by the National Security Agency.

https://ghidra-sre.org/ ...

Read More

hackingteamwriteup-fisher2016

2024-11-05

Hacking Team Writeup

by Phineas Fisher (2016) ...

Read More

hashtags

2024-11-05

A hashtag is a metadata tag prefaced by the hash symbol (#), commonly used in blogging and social media communications.

Read More

link.exe

2024-11-05

link.exe is the linker provided by Microsoft Visual Studio and Windows SDK toolchains.

Read More

method

2024-11-05

In software development, a method is a function that is defined within a class or object.

Read More

MPEG_CENC-buchanan2024

2024-11-05

MPEG-CENC: Defective by Specification

by David “retr0id” Buchanan

Phrack Magazine Issue 71, article 6

https://phrack.org/issues/71/6.html ...

Read More

MSVC build system

2024-11-05

The Microsoft Visual C++ (MSVC) build system is a toolchain provided by Visual Studio to compile and link C++ programs for Windows.

This includes ...

Read More

PE entry redirection

2024-11-05

PE entry redirection is a technique that modifies the entry point of an executable to point to custom code rather than the original program’s ...

Read More