All Projects → Shellcode_encoder → Similar Projects or Alternatives

202 Open source projects that are alternatives of or similar to Shellcode_encoder

Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+650.46%)
Mutual labels:  x86-64
Rop Tool
A tool to help you write binary exploits
Stars: ✭ 590 (+441.28%)
Mutual labels:  x86-64
Pivirus
sample linux x86_64 ELF virus
Stars: ✭ 45 (-58.72%)
Mutual labels:  x86-64
Beelzebub
The Lord of Flies - A hobby operating system
Stars: ✭ 24 (-77.98%)
Mutual labels:  x86-64
Mazucc
A minimalist C compiler with x86_64 code generation
Stars: ✭ 437 (+300.92%)
Mutual labels:  x86-64
Dennix
Dennix is a unix-like hobbyist operating system written from scratch.
Stars: ✭ 53 (-51.38%)
Mutual labels:  x86-64
Cemu
Cheap EMUlator: lightweight multi-architecture assembly playground
Stars: ✭ 666 (+511.01%)
Mutual labels:  x86-64
Neatcc
A small arm/x86(-64) C compiler
Stars: ✭ 86 (-21.1%)
Mutual labels:  x86-64
Managarm
Pragmatic microkernel-based OS with fully asynchronous I/O
Stars: ✭ 502 (+360.55%)
Mutual labels:  x86-64
Seq.asm
Minimal implementation of UNIX seq command in x86_64 assembly.
Stars: ✭ 37 (-66.06%)
Mutual labels:  x86-64
Keypatch
Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
Stars: ✭ 939 (+761.47%)
Mutual labels:  x86-64
Wingos
a little 64bit operating system written in c++ with smp support
Stars: ✭ 361 (+231.19%)
Mutual labels:  x86-64
Fasmg
flat assembler g - examples library
Stars: ✭ 56 (-48.62%)
Mutual labels:  x86-64
Distorm
Powerful Disassembler Library For x86/AMD64
Stars: ✭ 829 (+660.55%)
Mutual labels:  x86-64
Evoasm.rb
An AIMGP (Automatic Induction of Machine code by Genetic Programming) engine
Stars: ✭ 91 (-16.51%)
Mutual labels:  x86-64
Arm now
arm_now is a qemu powered tool that allows instant setup of virtual machines on arm cpu, mips, powerpc, nios2, x86 and more, for reverse, exploit, fuzzing and programming purpose.
Stars: ✭ 719 (+559.63%)
Mutual labels:  x86-64
Binary Exploitation
Good to know, easy to forget information about binaries and their exploitation!
Stars: ✭ 47 (-56.88%)
Mutual labels:  x86-64
Remill
Library for lifting of x86, amd64, and aarch64 machine code to LLVM bitcode
Stars: ✭ 633 (+480.73%)
Mutual labels:  x86-64
Nextcloudpi
📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, Docker, curl installer...
Stars: ✭ 1,340 (+1129.36%)
Mutual labels:  x86-64
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+4830.28%)
Mutual labels:  x86-64
Mlml
self-hosted compiler for a subset of OCaml
Stars: ✭ 41 (-62.39%)
Mutual labels:  x86-64
Docker Cloudflare Ddns
A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
Stars: ✭ 467 (+328.44%)
Mutual labels:  x86-64
Univdisasm
x86 Disassembler and Analyzer
Stars: ✭ 74 (-32.11%)
Mutual labels:  x86-64
Labeless
Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.
Stars: ✭ 378 (+246.79%)
Mutual labels:  x86-64
Reverse Engineering
This repository contains some of the executables that I've cracked.
Stars: ✭ 29 (-73.39%)
Mutual labels:  x86-64
Blog os
Writing an OS in Rust
Stars: ✭ 8,120 (+7349.54%)
Mutual labels:  x86-64
Opensmalltalk Vm
Cross-platform virtual machine for Squeak, Pharo, Cuis, and Newspeak.
Stars: ✭ 345 (+216.51%)
Mutual labels:  x86-64
Unisimd Assembler
SIMD macro assembler unified for ARM, MIPS, PPC and x86
Stars: ✭ 63 (-42.2%)
Mutual labels:  x86-64
Os2
x86_64 OS kernel with completely async userspace and single address space [WIP; but basic kernel functionality implemented]
Stars: ✭ 25 (-77.06%)
Mutual labels:  x86-64
Ktf
Kernel Test Framework
Stars: ✭ 93 (-14.68%)
Mutual labels:  x86-64
Userlandexec
userland exec for Linux x86_64
Stars: ✭ 23 (-78.9%)
Mutual labels:  x86-64
Mir
A light-weight JIT compiler based on MIR (Medium Internal Representation)
Stars: ✭ 1,075 (+886.24%)
Mutual labels:  x86-64
Openwrt
Automatic unattended weekly builds of the current OpenWrt development master branch for X86_64, Redmi-AC2100 (红米AC2100), Phicomm-K2P (斐讯K2P), K2P-32M-USB (K2P 32M USB版), NanoPi-R2S, Newifi-D2 (新路由3), Hiwifi-HC5962 (极路由4增强版), Xiaomi-R3P (小米路由PRO) and XY-C5 (小娱-C5).
Stars: ✭ 818 (+650.46%)
Mutual labels:  x86-64
Erika3
ERIKA Enterprise v3 RTOS
Stars: ✭ 98 (-10.09%)
Mutual labels:  x86-64
X86 Assembly Cheat
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat
Stars: ✭ 773 (+609.17%)
Mutual labels:  x86-64
Cuteos
A 64-bit SMP-safe kernel for the PC architecture.
Stars: ✭ 51 (-53.21%)
Mutual labels:  x86-64
Ksm
A fast, hackable and simple x64 VT-x hypervisor for Windows and Linux. Builtin userspace sandbox and introspection engine.
Stars: ✭ 673 (+517.43%)
Mutual labels:  x86-64
Dgos
Operating System
Stars: ✭ 90 (-17.43%)
Mutual labels:  x86-64
Squalr
Squalr Memory Editor - Game Hacking Tool Written in C#
Stars: ✭ 645 (+491.74%)
Mutual labels:  x86-64
Corefreq
CoreFreq is a CPU monitoring software designed for the 64-bits Processors.
Stars: ✭ 1,026 (+841.28%)
Mutual labels:  x86-64
Fcd
An optimizing decompiler
Stars: ✭ 622 (+470.64%)
Mutual labels:  x86-64
X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (+34601.83%)
Mutual labels:  x86-64
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (+429.36%)
Mutual labels:  x86-64
Mythril
A hypervisor written in rust
Stars: ✭ 43 (-60.55%)
Mutual labels:  x86-64
Dlinject
Inject a shared library (i.e. arbitrary code) into a live linux process, without ptrace
Stars: ✭ 521 (+377.98%)
Mutual labels:  x86-64
Chrysalisp
Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...
Stars: ✭ 1,205 (+1005.5%)
Mutual labels:  x86-64
Dynarmic
An ARM dynamic recompiler.
Stars: ✭ 475 (+335.78%)
Mutual labels:  x86-64
Sixtyfour
How fast can we brute force a 64-bit comparison?
Stars: ✭ 41 (-62.39%)
Mutual labels:  x86-64
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+4426.61%)
Mutual labels:  x86-64
Axel
Operating System
Stars: ✭ 96 (-11.93%)
Mutual labels:  x86-64
Asm Dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Stars: ✭ 3,898 (+3476.15%)
Mutual labels:  x86-64
Svm kernel
x86_64 AMD kernel optimized for performance & hypervisor usage
Stars: ✭ 32 (-70.64%)
Mutual labels:  x86-64
Dora
Dora VM
Stars: ✭ 371 (+240.37%)
Mutual labels:  x86-64
Wassm
Web framework for x86_64 nasm
Stars: ✭ 71 (-34.86%)
Mutual labels:  x86-64
Javassembly
💾 Calling Assembly from Java: simple example using the JNI and NASM.
Stars: ✭ 28 (-74.31%)
Mutual labels:  x86-64
X86 64 Semantics
Semantics of x86-64 in K
Stars: ✭ 108 (-0.92%)
Mutual labels:  x86-64
Monkos
an experimental 64-bit operating system
Stars: ✭ 100 (-8.26%)
Mutual labels:  x86-64
Pyast64
Compile a subset of the Python AST to x64-64 assembler
Stars: ✭ 93 (-14.68%)
Mutual labels:  x86-64
Jit Compiler
JIT compiler in Go
Stars: ✭ 70 (-35.78%)
Mutual labels:  x86-64
Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+764.22%)
Mutual labels:  x86-64
1-60 of 202 similar projects