Metadata-Version: 1.0
Name: nrs
Version: 0.2.2
Summary: NSIS Reversing Suite
Home-page: https://github.com/isra17/nrs
Author: isra17
Author-email: isra017@gmail.com
License: UNKNOWN
Description: |Build Status|
        
        NRS
        ===
        
        NSIS Reversing Suite
        --------------------
        
        .. figure:: http://i.imgur.com/0EQE6gu.png
           :alt: nrs screenshot
        
           nrs screenshot
        
        Installation
        ~~~~~~~~~~~~
        
        NRS is available through `Pypi <https://pypi.python.org/pypi/nrs>`__ 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 <https://github.com/Kerrigan29a/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!
        
        .. |Build Status| image:: https://travis-ci.org/isra17/nrs.svg?branch=master
           :target: https://travis-ci.org/isra17/nrs
        
Platform: UNKNOWN
