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
macro
2024-11-05
A macro in software development is a code fragment that is replaced by its definition whenever it appears in code.
Read More#define THIS_IS_A_MACRO ...
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
Read More
Remark ...
Tor
2024-11-05
Tor (The Onion Router) is a network and browser that allows users to browse the Internet anonymously.
https://www.torproject.org/ ...
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