An open-source x64/x32 debugger for windows.
-
Updated
Oct 23, 2020 - C++
{{ message }}
An open-source x64/x32 debugger for windows.
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
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.
Powerful Disassembler Library For x86/AMD64
hvpp is a lightweight Intel x64/VT-x hypervisor written in C++ focused primarily on virtualization of already running operating system
ReClassEx
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.
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.
A self-contained guacamole docker container for x64 and ARM. Remotely connect over SSH, RDP or VNC using HTML5.
Inline syscalls made easy for windows on clang
Exploit Development, Reverse Engineering & Cryptography
X-Ray Engine 1.5 expansion. Original version was used in S.T.A.L.K.E.R.: Clear Sky.
Debug Child Process Tool (auto attach)
X86 Opcode and Instruction Reference: http://ref.x86asm.net
Assembly Tutorial for DOS
simple inline-hook framework works for x86, x64, arm and thumb
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."
https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8