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

reversingdartaotsnapshots-cryptax2024

2024-11-05

Reversing Dart AOT snapshots

by cryptax

Phrack Magazine issue 71, article 11

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

Remark ...
Read More

C-then-asm shellcoding approach

2024-11-04

The C-then-asm shellcoding approach refers to writing shellcode in C first, then converted into assembly language (eg: with gcc -S).

The advantages of ...

Read More

code cave

2024-11-04

A code cave is a sequence of unused or uninitialized bytes within a program’s executable file or memory space. These regions can be used to ...

Read More

EDR evasion

2024-11-04

EDR evasion refers to a series of techniques used to bypass the protections and visibility provided by EDR systems.

Read More

VXadventure-amethystbasilisk2024

2024-11-04

Broodsac A VX Adventure in Build Systems and Oldchool Techniques

by Amethyst Basilisk

Phrack Magazine Issue 71 article 9 ...

Read More

country

2024-11-03

A country is a territorial body or political entity recognized as an independent nation.

Read More