All Projects → ajkhoury → Reclassex

ajkhoury / Reclassex

Licence: mit
ReClassEx

Programming Languages

symbols
36 projects

Labels

Projects that are alternatives of or similar to Reclassex

pdbtbx
A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files in Rust.
Stars: ✭ 13 (-97.6%)
Mutual labels:  pdb
Mdtraj
An open library for the analysis of molecular dynamics trajectories
Stars: ✭ 317 (-41.51%)
Mutual labels:  pdb
Docker Guacamole
A self-contained guacamole docker container for x64 and ARM. Remotely connect over SSH, RDP or VNC using HTML5.
Stars: ✭ 389 (-28.23%)
Mutual labels:  x64
caviar
Protein cavity identification and automatic subpocket decomposition
Stars: ✭ 27 (-95.02%)
Mutual labels:  pdb
Mirage
kernel-mode Anti-Anti-Debug plugin. based on intel vt-x && ept technology
Stars: ✭ 272 (-49.82%)
Mutual labels:  x64
Biopandas
Working with molecular structures in pandas DataFrames
Stars: ✭ 329 (-39.3%)
Mutual labels:  pdb
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (-93.91%)
Mutual labels:  x64
Xray Oxygen
🌀 Oxygen Engine 2.0. [Preview] Discord: https://discord.gg/P3aMf66
Stars: ✭ 481 (-11.25%)
Mutual labels:  x64
Reverse Engineering Tutorial
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
Stars: ✭ 5,763 (+963.28%)
Mutual labels:  x64
Uefi Ntfs
UEFI:NTFS - Boot NTFS partitions from UEFI
Stars: ✭ 386 (-28.78%)
Mutual labels:  x64
be-shellcode-tester
BattlEye shellcodes tester
Stars: ✭ 69 (-87.27%)
Mutual labels:  x64
Efifs
EFI FileSystem drivers
Stars: ✭ 272 (-49.82%)
Mutual labels:  x64
Nvim Gdb
Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
Stars: ✭ 341 (-37.08%)
Mutual labels:  pdb
NIM-CSharp-SDK
网易云信C# SDK
Stars: ✭ 15 (-97.23%)
Mutual labels:  x64
Winrepl
x86 and x64 assembly "read-eval-print loop" shell for Windows
Stars: ✭ 424 (-21.77%)
Mutual labels:  x64
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 (-86.35%)
Mutual labels:  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 (+635.24%)
Mutual labels:  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 (-0.37%)
Mutual labels:  x64
Biojava
📖🔬☕️ BioJava is an open-source project dedicated to providing a Java library for processing biological data.
Stars: ✭ 434 (-19.93%)
Mutual labels:  pdb
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 (-30.26%)
Mutual labels:  x64

ReClassEx

ReClass Extended

ReClassEx

New Features

  • Up and down arrow hotkeys to switch nodes
  • Delete hotkey to delete selected nodes
  • Delete icon to delete selected nodes
  • Right click quick modify menu
  • Hex 64 type
  • Insert 2048 bytes
  • New icons for some types
  • Fixed syntax highlighting for 64 bit when generating code
  • Fixed array sizes when loading .reclass files
  • Added more themes
  • Colorful tabs with sexy border
  • Added RTTI info for pointers
  • Cleaned up RTTI and made the RTTI string editable
  • Made addresses edittable for copy & pasting
  • Added memory swap option to switch endianness: thanks buddyfavors
  • Added Bits type for a bit view instead of text
  • Added ability to input module names in address node (e.g. 'reclass.exe+0x40')
  • Added Module list with the ability to create a new class at module start address
  • Added Console dialog with syntax highlighting
  • Added ability to load PDB file and display PDB Symbols
  • Process list dialog instead of scroll menu
  • Added automatic resolving of symbols for each module in a process
  • Added Ctrl+S hotkey for file saving, and others.
  • Added Plugin API for making plugins
  • Disassembly syntax highlighting (buggy)
  • View unsigned types in hexidecimal form via toggle
  • Not really a feature but the reclass files folder contains a heap of reclass files with a ton already reversed for various programs

Alt text Alt text

Current Release Download

DOWNLOAD

How to build

See wiki for instructions on how to compile:

Compilation Instructions

Plugins

See wiki for the plugin API documentation:

Plugin Documentation

TODO

  • Optimize literally everything
  • Add highlighting to bytes that change
  • Add string and byte searching feature
  • Add a kernel driver for reading and writing memory from the kernel (Already done but IS NOT SAFE!)
  • Add debugger

Authors/Special Thanks

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].