NSIS Reversing Suite
Project description
NRS
NSIS Reversing Suite
Installation
NRS is available through Pypi or this repositoy. To use with IDA, the native module must be build in 32 bits since IDA use its own 32 bits Python runtime on x64_86 systems.
It is recommended to use IDAPython-virtualenv to manage Python dependancies in IDA.
Change working directory to IDA root directory: cd $IDA_DIR
To setup virtualenv: virtualenv -p python2 venvi && source venv/bin/activate.
Install nrs from Pypi and build in 32 bits: CFLAGS=-m32 LDFLAGS=-m32 pip install nrs
Create symbolic links from NRS modules to IDA folders: python -c 'import nrs.ida;nrs.ida.install(). The venv folder must be in the IDA folder or you must pass the ida folder path to the nrs.ida.install function.
Open IDA and load any NSIS installer!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.