All Projects → Mirage → Similar Projects or Alternatives

967 Open source projects that are alternatives of or similar to Mirage

Asm Cli
Interactive shell of assembly language(X86/X64) based on unicorn and keystone
Stars: ✭ 211 (-22.43%)
Mutual labels:  intel, 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 (+563.97%)
Mutual labels:  x86, x64
fdtd3d
fdtd3d is an open source 1D, 2D, 3D FDTD electromagnetics solver with MPI, OpenMP and CUDA support for x86, arm, arm64 architectures
Stars: ✭ 77 (-71.69%)
Mutual labels:  x64, x86
Asm Cli Rust
interative assembly shell written in rust
Stars: ✭ 133 (-51.1%)
Mutual labels:  x86, x64
kasm
Assembler library for Kotlin
Stars: ✭ 40 (-85.29%)
Mutual labels:  x64, x86
opcodesDB
x86-64 | ARM (AArch32/AArch64/THUMB) full instruction set.
Stars: ✭ 49 (-81.99%)
Mutual labels:  x64, x86
Distorm
Powerful Disassembler Library For x86/AMD64
Stars: ✭ 829 (+204.78%)
Mutual labels:  x86, x64
Beelzebub
The Lord of Flies - A hobby operating system
Stars: ✭ 24 (-91.18%)
Mutual labels:  x86, x64
Prevent Process Creation
Record & prevent process creation in kernel mode
Stars: ✭ 31 (-88.6%)
Mutual labels:  driver, windbg
DbgChild
Debug Child Process Tool (auto attach)
Stars: ✭ 221 (-18.75%)
Mutual labels:  x64, x86
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (-60.29%)
Mutual labels:  x64, x86
Pwnshop
Exploit Development, Reverse Engineering & Cryptography
Stars: ✭ 167 (-38.6%)
Mutual labels:  x86, x64
X86reference
X86 Opcode and Instruction Reference: http://ref.x86asm.net
Stars: ✭ 159 (-41.54%)
Mutual labels:  x86, x64
Reverse-Engineering
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
Stars: ✭ 7,234 (+2559.56%)
Mutual labels:  x64, x86
8086-cheatsheet
8086 Microprocessor Cheat sheet with Programs
Stars: ✭ 81 (-70.22%)
Mutual labels:  x64, x86
Winrepl
x86 and x64 assembly "read-eval-print loop" shell for Windows
Stars: ✭ 424 (+55.88%)
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 (+98.53%)
Mutual labels:  x86, x64
X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (+13806.25%)
Mutual labels:  x86, x64
Inline Hook
simple inline-hook framework works for x86, x64, arm and thumb
Stars: ✭ 102 (-62.5%)
Mutual labels:  x86, x64
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (+112.13%)
Mutual labels:  intel, x86
Zydis
Fast and lightweight x86/x86-64 disassembler and code generation library
Stars: ✭ 2,168 (+697.06%)
Mutual labels:  intel, x86
kar98k public
pwn & ctf tools for windows
Stars: ✭ 24 (-91.18%)
Mutual labels:  x64, x86
oberon-07-compiler
Oberon-07 compiler for x64 (Windows, Linux), x86 (Windows, Linux, KolibriOS), MSP430x{1,2}xx, STM32 Cortex-M3
Stars: ✭ 45 (-83.46%)
Mutual labels:  x64, x86
x86-Assembly-Reverse-Engineering
🛠 Knowledge about the topic of x86 assembly & disassembly 🛠
Stars: ✭ 27 (-90.07%)
Mutual labels:  intel, x86
Reloaded.Assembler
Minimal .NET wrapper around the simple, easy to use Flat Assembler written by Tomasz Grysztar. Supports both x64 and x86 development.
Stars: ✭ 17 (-93.75%)
Mutual labels:  x64, x86
x86-csv
A machine-readable representation of the Intel x86 Instruction Set Reference.
Stars: ✭ 20 (-92.65%)
Mutual labels:  intel, x86
Wmi Static Spoofer
Spoofing the Windows 10 HDD/diskdrive serialnumber from kernel without hooking
Stars: ✭ 199 (-26.84%)
Mutual labels:  hook, driver
Wdbgark
WinDBG Anti-RootKit Extension
Stars: ✭ 450 (+65.44%)
Mutual labels:  driver, windbg
Asm
Assembly Tutorial for DOS
Stars: ✭ 125 (-54.04%)
Mutual labels:  x86, x64
NIM-CSharp-SDK
网易云信C# SDK
Stars: ✭ 15 (-94.49%)
Mutual labels:  x64, x86
Xray 15
X-Ray Engine 1.5 expansion. Original version was used in S.T.A.L.K.E.R.: Clear Sky.
Stars: ✭ 151 (-44.49%)
Mutual labels:  x86, x64
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-92.28%)
Mutual labels:  x64, x86
xgadget
Fast, parallel, cross-variant ROP/JOP gadget search for x86/x64 binaries.
Stars: ✭ 33 (-87.87%)
Mutual labels:  x64, x86
Iced
Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for .NET, Rust, Python, JavaScript
Stars: ✭ 1,102 (+305.15%)
Mutual labels:  x86, x64
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 (+38.97%)
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 (+1365.07%)
Mutual labels:  x86, x64
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+200.74%)
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 (+2018.75%)
Mutual labels:  x86, x64
Dbgchild
Debug Child Process Tool (auto attach)
Stars: ✭ 145 (-46.69%)
Mutual labels:  x86, x64
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (-90.81%)
Mutual labels:  x64, x86
Saraff.Twain.NET
Saraff.Twain.NET is the skillful scanning component which allows you to control work of flatbed scanner, web and digital camera and any other TWAIN device from .NET environment. You can use this library in your programs written in any programming languages compatible with .NET technology.
Stars: ✭ 74 (-72.79%)
Mutual labels:  x64, x86
Efifs
EFI FileSystem drivers
Stars: ✭ 272 (+0%)
Mutual labels:  x64, driver
goverlay
DirectX hook and game overlay solution for Electron, Qt and CEF, just like discord/steam game overlay,inject any app to overlay in your game
Stars: ✭ 426 (+56.62%)
Mutual labels:  hook
Use Clipboard Copy
📋 Lightweight copy to clipboard hook for React
Stars: ✭ 256 (-5.88%)
Mutual labels:  hook
prophet
用于构建 react 中后台前端应用框架
Stars: ✭ 12 (-95.59%)
Mutual labels:  hook
tarantool rs
Sync/Async tarantool database connector. WORK IN PROGRESS. DON'T SHARE THIS REPO
Stars: ✭ 14 (-94.85%)
Mutual labels:  driver
Displaylink Rpm
RPM sources for the DisplayLink USB display adapters
Stars: ✭ 266 (-2.21%)
Mutual labels:  driver
MouseInjectDetection
Simple method of checking whether or not mouse movement or buttons (<windows 10) are injected
Stars: ✭ 29 (-89.34%)
Mutual labels:  hook
osx-ch341-serial
CH340/CH341 based USB to Serial Port Adapter driver for Mac OSX
Stars: ✭ 17 (-93.75%)
Mutual labels:  driver
LowLevelInput.Net
A thread safe and event driven LowLevelMouse and LowLevelKeyboard Hook
Stars: ✭ 32 (-88.24%)
Mutual labels:  hook
blog
My Frontend Blog
Stars: ✭ 77 (-71.69%)
Mutual labels:  hook
Cat-Driver
CatDriver - The Kernel Mode Driver that written in C++. It is an useful driver and has the highest privilege level on the Windows platform. It can be used for Game Hacking and others.
Stars: ✭ 41 (-84.93%)
Mutual labels:  driver
Apollo
x86 Kernel Project
Stars: ✭ 22 (-91.91%)
Mutual labels:  x86
Razer Laptop Control
Project to create driver/software to control performance of razer laptops
Stars: ✭ 268 (-1.47%)
Mutual labels:  driver
Wechat tweak
♨️ iOS版功能最全的微信插件,支持最新版微信,具备自动抢红包,屏蔽消息和群消息,过滤特定的群聊,防止撤回消息,伪定位 (朋友圈和附近的人),修改微信运动步数和实时取景做聊天页的背景等功能。
Stars: ✭ 265 (-2.57%)
Mutual labels:  hook
SLAE
Example ASM code following SLAE course and exam assignments.
Stars: ✭ 36 (-86.76%)
Mutual labels:  x86
throttlestop
Simple tool to manage thermal behaviour on Linux
Stars: ✭ 63 (-76.84%)
Mutual labels:  intel
color-goggles
Saturation manager (up to 320%) utility for Intel™ and Dual-Graphics laptops
Stars: ✭ 78 (-71.32%)
Mutual labels:  intel
cordisproject
Custom engine based on OpenXRay engine. Global mod for S.T.A.L.K.E.R. - Call of Pripyat.
Stars: ✭ 25 (-90.81%)
Mutual labels:  x64
mxu11x0
Mirror of MOXA UPort 11x0 USB to Serial Hub Family Driver
Stars: ✭ 23 (-91.54%)
Mutual labels:  driver
1-60 of 967 similar projects