machine-code
There are 105 repositories under machine-code topic.
akkartik/mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.
hlorenzi/customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
neomatrix369/awesome-graal
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
grassator/mass
A compiler for a new language focusing on compile-time execution and no LLVM dependency.
cslarsen/minijit
A basic x86-64 JIT compiler written from scratch in stock Python
drifter1/compiler
Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison
google/gematria
Machine learning for machine code.
suifei/asm2hex
ASM2HEX 是一款功能强大的汇编语言与十六进制机器码相互转换工具。它提供了一个直观的图形界面,让用户可以轻松地在汇编指令和对应的机器码之间进行转换。无论你是处理 ARM64、ARM 还是 Thumb 指令集,ASM2HEX 都能提供准确可靠的转换结果。ASM2HEX is a powerful tool for bidirectional conversion between assembly language and hexadecimal machine code.
macmade/Obfuscate
C/C++ machine code obfuscation.
lambdacube3d/emulator-stunts
Stunts 4D Driving with 8086 CPU and DOS emulation in Haskell
Recoskie/JDasm
Multi purpose disassembler, format decompiler, and hex editor.
DispatchCode/x64-Instruction-Decoder
An x86/x64 instruction disassembler written in C
michaelkamprath/bespokeasm
An assembler that can be configured to work with most any instruction set.
csabahruska/manual-stg-experiment
Manually constructed STG programs compiled with the standard GHC codegen backend.
susam/reboot
A 5-byte reboot program assembled with DEBUG.EXE in MS-DOS
GaloisInc/surveyor
A symbolic debugger for C/C++ (via LLVM), machine code, and JVM programs
tmptrash/irma
Digital organisms ecology system experiment
GrammaTech/mc-asm
Assemble code to bytes using LLVM's MC layer
BrandonKi/ARCVM
Small optimizing compiler backend with an SSA-based IR.
rahulkrishnan98/computer-organization-and-architecture
This repository holds all the code I have writen for my course CSE381 : Computer organization and architecture
bynect/bflc
A modular compiler framework for Brainfuck-like languages
gaul/x86lint
Examine x86 machine code to find suboptimal encodings and sequences of instructions
Silva97/x86-visualizer
[WIP] Let's see x86 machine code!
Draugr-official/Deface
A .NET compiler directed towards compiling C# to machine code
mschadev/mcode-generator
Online machine code(MCode) generator for autohotkey
Armando1514/From-Nand-To-Tetris-Build-A-Modern-Computer
Based on Nand-to-Tetris I and Nand-to-Tetris II. Building a computer from the ground up, starting with basic concepts like Boolean algebra and logic gates and progressing till a modern computer.
lehtojo/vivid
Small self-hosted and dependency-free compiler for a programming language focusing on comfortability with a nice mix of powerful features.
barrettotte/TRS-80
Exploring the TRS-80 by learning some of the basics of LEVEL-II BASIC and Z80 Assembly
CodeDroid999/RISK-XVII-VM
Implementation of a simple virtual machine in C. The program takes a single command line argument being the path to the file containing RISK-XVII assembly code.
GaloisInc/mctrace
An implementation of DTrace for machine code
mk314k/AssemblyTS
Easy running and debugging for assembly codes, built using typescript
ratalla816/rubber-ducky
Ethical hacking device that grabs WIFI passwords and sends them as plain text to a webhook page to be retrieved later.
showalter/sn-machine
A machine code simulator
AndreiDuma/SmithForth_RISC-V
An accessible Forth written in machine code for the RISC-V architecture.
Beebeeoii/mips-binary-mips
A C tool to convert between MIPS assembly and binary
hoseinmrh/8086-Assembler
8086 assembler using python language.