All Projects → Areidz → nds_loader

Areidz / nds_loader

Licence: other
Nintendo DS loader module for IDA Pro 6.1

Programming Languages

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

Labels

Projects that are alternatives of or similar to nds loader

Hrdevhelper
Context-sensitive HexRays decompiler plugin that visualizes the ctree of decompiled functions.
Stars: ✭ 193 (+1106.25%)
Mutual labels:  ida
idapm
idapm is IDA Plugin Manager via GitHub Repository.
Stars: ✭ 50 (+212.5%)
Mutual labels:  ida
ida2pwntools
a IDA 7.0 plugins that helps to attach process created by pwntools and debug pwn
Stars: ✭ 58 (+262.5%)
Mutual labels:  ida
Ida Batch decompile
*Decompile All the Things* - IDA Batch Decompile plugin and script for Hex-Ray's IDA Pro that adds the ability to batch decompile multiple files and their imports with additional annotations (xref, stack var size) to the pseudocode .c file
Stars: ✭ 198 (+1137.5%)
Mutual labels:  ida
FIDL
A sane API for IDA Pro's decompiler. Useful for malware RE and vulnerability research
Stars: ✭ 421 (+2531.25%)
Mutual labels:  ida
AngryIDA
Python based angr plug in for IDA Pro.
Stars: ✭ 32 (+100%)
Mutual labels:  ida
Fakepdb
Tool for PDB generation from IDA Pro database
Stars: ✭ 186 (+1062.5%)
Mutual labels:  ida
Sundials.jl
Julia interface to Sundials, including a nonlinear solver (KINSOL), ODE's (CVODE and ARKODE), and DAE's (IDA) in a SciML scientific machine learning enabled manner
Stars: ✭ 167 (+943.75%)
Mutual labels:  ida
Ninokuni
Hacks and tools for "Ni no Kuni" games
Stars: ✭ 23 (+43.75%)
Mutual labels:  nds
E-Decompiler
用来辅助分析易语言程序的IDA插件
Stars: ✭ 240 (+1400%)
Mutual labels:  ida
Idangr
Use angr in the IDA Pro debugger generating a state from the current debug session
Stars: ✭ 214 (+1237.5%)
Mutual labels:  ida
Idacyber
Data Visualization Plugin for IDA Pro
Stars: ✭ 244 (+1425%)
Mutual labels:  ida
PokemonChineseTranslationRevise
《宝可梦》第四、第五世代汉化修正
Stars: ✭ 51 (+218.75%)
Mutual labels:  nds
Mmplugin
微信自动抢红包、防消息撤回、修改运动步数、朋友圈小视频转发等功能(无需越狱),附微信重签名教程
Stars: ✭ 198 (+1137.5%)
Mutual labels:  ida
long night
A collection of themes based on pastel colors, created for reverse engineers
Stars: ✭ 74 (+362.5%)
Mutual labels:  ida
Iboot64helper
IDAPython loader to help with AArch64 iBoot, iBEC, and SecureROM reverse engineering
Stars: ✭ 189 (+1081.25%)
Mutual labels:  ida
DriverBuddyReloaded
Driver Buddy Reloaded is an IDA Pro Python plugin that helps automate some tedious Windows Kernel Drivers reverse engineering tasks
Stars: ✭ 210 (+1212.5%)
Mutual labels:  ida
IDAShell
Shell extension for opening executables in IDA
Stars: ✭ 172 (+975%)
Mutual labels:  ida
fa
Automation tool for locating symbols & structs in binary (primary IDA focused)
Stars: ✭ 58 (+262.5%)
Mutual labels:  ida
dslibris
An ebook reader for the Nintendo DS, DS Lite, and DSi.
Stars: ✭ 31 (+93.75%)
Mutual labels:  nds

About

Nintendo DS loader module for IDA Pro 6.1

Windows Installation

Copy nds.ldw to your loaders folder.

Linux Installation

  • Install the IDA SDK
  • Create a build folder
  • Generate the makefile using CMake: cmake -DIDASDK=/path/to/ida/sdk /path/to/source
  • Compile the plugin using make
  • Copy the nds.llx file inside your IDA directory

Credits

  • Dennis Elser: original loader.
  • Franck Charlet: other fixes.
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].