A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit RISC-V architectures.
-
Updated
Dec 13, 2025 - Assembly
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit RISC-V architectures.
📚 ImpLib SDK combines free programming tools for authoring custom import libraries with advanced features, like cdecl2stdcall conversion, importing by ordinal, removing original thunk, accessing internal undocumented functions. One of the SDK tools is DLL2DEF, a command-line utility to extract the dynamic-link library symbols in plain text format.
Library for arbitrary precision arithmetic and computation
A collection of Assembly language practice codes focused on understanding system calls, memory architecture, and low-level mechanics.
Collection of recursive algorithms implemented in x86/x64 Assembly, including parentheses validation, quicksort, binary search, depth-first search, and functional map/reduce
ABI-level implementation of a UEFI x64 bootloader and kernel (ICAIT 2025 paper supplement)
ObjAsm Version C.2 - ObjAsm is a macro based single inheritance OOP implementation for x86 and x64 assembler code. It makes it very easy to carry out complex tasks and large projects. It comes with an extensive, optimized and tested object repository that can be used directly into your applications.
Cyber lab designed for analyzing shellcode and supporting malware analysis
Implementation of SipHash in x64 assembly (masm and nasm versions)
Assembler x64 Program to sort a random array with 1'000,000 elements
This program implements an algorithm in x86-64 assembly to calculate the factorial of very large numbers—up to 40,000! Unlike standard methods that overflow quickly
Add a description, image, and links to the x64 topic page so that developers can more easily learn about it.
To associate your repository with the x64 topic, visit your repo's landing page and select "manage topics."