All Projects → ncollisson → pointer-sequence-reversal

ncollisson / pointer-sequence-reversal

Licence: other
No description or website provided.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to pointer-sequence-reversal

Stock Price Predictor
This project seeks to utilize Deep Learning models, Long-Short Term Memory (LSTM) Neural Network algorithm, to predict stock prices.
Stars: ✭ 146 (+563.64%)
Mutual labels:  capstone
libmem
Advanced Game Hacking Library for C/C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External)
Stars: ✭ 336 (+1427.27%)
Mutual labels:  game-hacking
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (+390.91%)
Mutual labels:  capstone
Universalrop
Small tool for generating ropchains using unicorn and z3
Stars: ✭ 196 (+790.91%)
Mutual labels:  capstone
The Backdoor Factory
Patch PE, ELF, Mach-O binaries with shellcode new version in development, available only to sponsors
Stars: ✭ 2,904 (+13100%)
Mutual labels:  capstone
codebreaker-rs
A Rust library to decrypt & encrypt any cheat code for CodeBreaker PS2
Stars: ✭ 18 (-18.18%)
Mutual labels:  game-hacking
Kcshell
Simple Python3 based interactive assembly/disassembly shell for various architectures powered by Keystone/Capstone.
Stars: ✭ 104 (+372.73%)
Mutual labels:  capstone
PEDetour
modify binary Portable Executable to hook its export functions
Stars: ✭ 59 (+168.18%)
Mutual labels:  capstone
Autorun-rs
Undetectable scripthook with lua execution and filesteal. Modern replacement for gluasteal and most lua executors
Stars: ✭ 63 (+186.36%)
Mutual labels:  game-hacking
Credixware.old
Credixware is a cheat designed for CSGO. It includes an external and internal CSGO multihack
Stars: ✭ 16 (-27.27%)
Mutual labels:  game-hacking
Ehtrace
ATrace is a tool for tracing execution of binaries on Windows.
Stars: ✭ 218 (+890.91%)
Mutual labels:  capstone
Android Disassembler
Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
Stars: ✭ 250 (+1036.36%)
Mutual labels:  capstone
gamesneeze
CS:GO cheat for linux with a basic gdb injector
Stars: ✭ 181 (+722.73%)
Mutual labels:  game-hacking
Edb Debugger
edb is a cross-platform AArch32/x86/x86-64 debugger.
Stars: ✭ 2,019 (+9077.27%)
Mutual labels:  capstone
ScriptHawk
A collection of Lua scripts and RAM watches for BizHawk.
Stars: ✭ 69 (+213.64%)
Mutual labels:  game-hacking
Capstone Rs
high-level Capstone system bindings for Rust
Stars: ✭ 126 (+472.73%)
Mutual labels:  capstone
HAPIH-2
API for supporting C++14 external memory hacking. Complete redesign from HAPIH
Stars: ✭ 18 (-18.18%)
Mutual labels:  game-hacking
ror-capstone-lifestyle
RoR Capstone Project required at the end of Rails module in Microverse Curriculum. It is an app to create articles. It allows to edit profile, comment, vote and bookmark an article for future reads.
Stars: ✭ 13 (-40.91%)
Mutual labels:  capstone
Nano-Degree-Projects
🎓 Udacity Nano Degree Android Projects. All Needed projects you can check out my work here. Submitted and accepted projects.
Stars: ✭ 68 (+209.09%)
Mutual labels:  capstone
BlindAid
Capstone Project: Assist the blind in moving around safely by warning them of impending obstacles using depth sensing, computer vision, and tactile glove feedback.
Stars: ✭ 14 (-36.36%)
Mutual labels:  capstone

pointer-chain-reversal

Designed to help a reverse engineer easily see how a Windows C++ application is accessing a particular data member or object.

Given the memory address of a data member or object, this tool will set a memory breakpoint at that address and then produce traces of the instructions executed prior to reading from or writing to that address. Some processing will be performed on the trace to highlight relevant instructions, make the output more readable, identify vtable pointers, etc.

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