All Projects → cch123 → Asm Cli Rust

cch123 / Asm Cli Rust

Licence: other
interative assembly shell written in rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Asm Cli Rust

8086-cheatsheet
8086 Microprocessor Cheat sheet with Programs
Stars: ✭ 81 (-39.1%)
Mutual labels:  x64, asm, x86
Asm Cli
Interactive shell of assembly language(X86/X64) based on unicorn and keystone
Stars: ✭ 211 (+58.65%)
Mutual labels:  x86, x64, asm
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+515.04%)
Mutual labels:  x86, x64, asm
kasm
Assembler library for Kotlin
Stars: ✭ 40 (-69.92%)
Mutual labels:  x64, asm, x86
Y86
A Y86 pipeline CPU simulator in JavaScript.
Stars: ✭ 404 (+203.76%)
Mutual labels:  x86, asm
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 (+184.21%)
Mutual labels:  x86, x64
Invaders
Invaders game in 512 bytes (boot sector)
Stars: ✭ 461 (+246.62%)
Mutual labels:  x86, asm
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (+333.83%)
Mutual labels:  x86, asm
Mirage
kernel-mode Anti-Anti-Debug plugin. based on intel vt-x && ept technology
Stars: ✭ 272 (+104.51%)
Mutual labels:  x86, x64
Bddisasm
bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Stars: ✭ 540 (+306.02%)
Mutual labels:  x86, x64
Distorm
Powerful Disassembler Library For x86/AMD64
Stars: ✭ 829 (+523.31%)
Mutual labels:  x86, x64
X86 Bare Metal Examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QE…
Stars: ✭ 3,985 (+2896.24%)
Mutual labels:  x86, x64
Reverse Engineering Tutorial
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
Stars: ✭ 5,763 (+4233.08%)
Mutual labels:  x86, x64
Winrepl
x86 and x64 assembly "read-eval-print loop" shell for Windows
Stars: ✭ 424 (+218.8%)
Mutual labels:  x86, x64
Pillman
Pillman boot sector game, a yellow thing eats pills and is chased by monsters.
Stars: ✭ 298 (+124.06%)
Mutual labels:  x86, asm
Toledo Atomchess
Toledo Atomchess is the world's smallest chess program in x86 assembly code
Stars: ✭ 69 (-48.12%)
Mutual labels:  x86, asm
Iced
Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for .NET, Rust, Python, JavaScript
Stars: ✭ 1,102 (+728.57%)
Mutual labels:  x86, x64
Inline Hook
simple inline-hook framework works for x86, x64, arm and thumb
Stars: ✭ 102 (-23.31%)
Mutual labels:  x86, x64
Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (+1257.89%)
Mutual labels:  x86, x64
NIM-CSharp-SDK
网易云信C# SDK
Stars: ✭ 15 (-88.72%)
Mutual labels:  x64, x86

Overview

this project is inspired by https://github.com/poppycompass/asmshell

Preview

x64

Build from source

  1. git clone https://github.com/keystone-engine/keystone and follow the compile guide
  2. git clone https://github.com/unicorn-engine/unicorn and follow the compile guide
  3. build this asm-cli-rust

Go version

https://github.com/cch123/asm-cli

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].