All Projects → rednaga → Native Shim

rednaga / Native Shim

Licence: gpl-2.0
A "shim" for loading native jni files for Android active debugging

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Native Shim

Ret Sync
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
Stars: ✭ 896 (+517.93%)
Mutual labels:  ida-pro, reverse-engineering, debugger
Botw Re Notes
Reverse engineering notes and tools for The Legend of Zelda: Breath of the Wild
Stars: ✭ 78 (-46.21%)
Mutual labels:  ida-pro, reverse-engineering
Rematch
REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.
Stars: ✭ 141 (-2.76%)
Mutual labels:  ida-pro, reverse-engineering
Lighthouse
A Code Coverage Explorer for Reverse Engineers
Stars: ✭ 1,348 (+829.66%)
Mutual labels:  ida-pro, reverse-engineering
Docker Cross
Cross debugger suite
Stars: ✭ 15 (-89.66%)
Mutual labels:  reverse-engineering, debugger
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (+618.62%)
Mutual labels:  ida-pro, reverse-engineering
Ida For Delphi
IDA Python Script to Get All function names from Event Constructor (VCL)
Stars: ✭ 92 (-36.55%)
Mutual labels:  ida-pro, reverse-engineering
Idarling
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
Stars: ✭ 588 (+305.52%)
Mutual labels:  ida-pro, reverse-engineering
Nfdx64dbg
Plugin for x64dbg Linker/Compiler/Tool detector.
Stars: ✭ 105 (-27.59%)
Mutual labels:  reverse-engineering, debugger
Reversing List
Reversing list
Stars: ✭ 106 (-26.9%)
Mutual labels:  ida-pro, reverse-engineering
X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (+25986.21%)
Mutual labels:  reverse-engineering, debugger
Keypatch
Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
Stars: ✭ 939 (+547.59%)
Mutual labels:  ida-pro, reverse-engineering
Mazewalker
Toolkit for enriching and speeding up static malware analysis
Stars: ✭ 132 (-8.97%)
Mutual labels:  ida-pro, reverse-engineering
Ida gel
A collection of IDA loaders for various game console ELF's. (PS3, PSVita, WiiU)
Stars: ✭ 76 (-47.59%)
Mutual labels:  ida-pro, reverse-engineering
Flirtdb
A community driven collection of IDA FLIRT signature files
Stars: ✭ 809 (+457.93%)
Mutual labels:  ida-pro, reverse-engineering
Cutter
Free and Open Source Reverse Engineering Platform powered by rizin
Stars: ✭ 10,073 (+6846.9%)
Mutual labels:  reverse-engineering, debugger
Xanalyzer
xAnalyzer plugin for x64dbg
Stars: ✭ 553 (+281.38%)
Mutual labels:  reverse-engineering, debugger
Binexport
Export disassemblies into Protocol Buffers
Stars: ✭ 586 (+304.14%)
Mutual labels:  ida-pro, reverse-engineering
Flare Ida
IDA Pro utilities from FLARE team
Stars: ✭ 1,374 (+847.59%)
Mutual labels:  ida-pro, reverse-engineering
Stingray
IDAPython plugin for finding function strings recursively
Stars: ✭ 110 (-24.14%)
Mutual labels:  ida-pro, reverse-engineering

native-shim

A "shim" for loading native jni files for Android active debugging

Debugger Settings

Purpose

Instead of setting up multiple debuggers, launch the native-shim and point your debugger (gdb/IDA/etc) at it and force it to load what ever functions would normally be invoked from the Dalvik code (or aren't... but you want to step into them).

Disclaimer

This code is meant for education and research purposes only. Do as you please with it, but accept any and all responsibility for your actions. The tools were created specifically to assist in malware reversing and analysis - be careful.

Usages

License

Copyright 2015 Tim 'diff' Strazzere <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].