isra17 / nrs

NSIS Reversing Suite with IDA Plugins
GNU General Public License v3.0
101 stars 19 forks source link

Setup instructions unclear #8

Open d-Rickyy-b opened 2 years ago

d-Rickyy-b commented 2 years ago

Hi there,

thanks for creating this software. Sadly I can't get it running. The installation instructions are unclear and seemingly incomplete. While installing, I got an error message that I needed to install swig.

After I did that, I get another error message:

distutils.errors.DistutilsError: Couldn't find a setup script in c:\users\admin\appdata\local\temp\easy_install-_wrmxj\pytest-runner-6.0.0.tar.gz

grafik

Could you please provide proper installation steps?

isra17 commented 2 years ago

Hey!

Note that this project have been developed with Python and IDA from 7 years ago. Looking at the logs it seems like pytest-runner is just not working anymore.

You might get it working by removing this line from setup.py: https://github.com/isra17/nrs/blob/master/setup.py#L23

Unfortunaly I don't have IDA anymore so I'm not even sure if this project is still working with the latest releases.

Feel free to open pull-request with fixes.