Coder Social home page Coder Social logo

Comments (12)

fuzzywalls avatar fuzzywalls commented on August 19, 2024

The plug-ins should be installed with the provided install script instead of a manual copy. This error is seen because the installer will place that file in a directory called shims, which prevents Ida from treating it like a plug-in and popping that error.

from ida.

pureGavin avatar pureGavin commented on August 19, 2024

The plug-ins should be installed with the provided install script instead of a manual copy. This error is seen because the installer will place that file in a directory called shims, which prevents Ida from treating it like a plug-in and popping that error.

Installing plugins from D:\TOOLS\IDA scripts\fuzzywalls-ida-master\plugins to D:\TOOLS\IDA 6.8\plugins...
Installing .cisco...
Traceback (most recent call last):
File "D:\TOOLS\IDA scripts\fuzzywalls-ida-master\plugins\install.py", line 42, in
shutil.copyfile(src, dst)
File "C:\Python27\lib\shutil.py", line 96, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 'D:\TOOLS\IDA scripts\fuzzywalls-ida-master\plugins\.cisco\.cisco.py'

when i try install.py, this show up :(

from ida.

fuzzywalls avatar fuzzywalls commented on August 19, 2024

The .cisco file it is failing to copy is not part of our repo. Might be worth checking out a fresh repo and trying again or removing the .cisco directory/file.

from ida.

pureGavin avatar pureGavin commented on August 19, 2024

The .cisco file it is failing to copy is not part of our repo. Might be worth checking out a fresh repo and trying again or removing the .cisco directory/file.

there is no such .cisco dir, and i just run your install.py. Does install.py work for you?

from ida.

fuzzywalls avatar fuzzywalls commented on August 19, 2024

Yes, it works for me. Are you showing hidden files and directories as well?

from ida.

fuzzywalls avatar fuzzywalls commented on August 19, 2024

@pureGavin I updated the install script to not die when it encounters files/directories it doesn't expect. Can you update and give it a try?

from ida.

pureGavin avatar pureGavin commented on August 19, 2024

@pureGavin I updated the install script to not die when it encounters files/directories it doesn't expect. Can you update and give it a try?

only try IDA7.5 and IDA6.8; it's work for IDA6.8 but not for IDA7.5

from ida.

pureGavin avatar pureGavin commented on August 19, 2024

@pureGavin I updated the install script to not die when it encounters files/directories it doesn't expect. Can you update and give it a try?

do you have any plan about mipsrop for IDA7.5?

from ida.

fuzzywalls avatar fuzzywalls commented on August 19, 2024

Thats weird....we have IDA7.5 and it works. We are on Linux and based on your file paths I assume you're on Windows. What type of failures are you seeing?

from ida.

pureGavin avatar pureGavin commented on August 19, 2024

image
this show up when i execute mipsrop.py, and nothing show up when i execute ida_shims.py

from ida.

pureGavin avatar pureGavin commented on August 19, 2024

Thats weird....we have IDA7.5 and it works. We are on Linux and based on your file paths I assume you're on Windows. What type of failures are you seeing?

should i send you my IDA7.5 cause it's windows version, and i pay nothing to hexray :p

from ida.

fuzzywalls avatar fuzzywalls commented on August 19, 2024

Haha no thanks, I try to avoid Windows as much as possible. I think your failures are from a previously broken install. The directory structure in the plugins directory should be filled with a bunch of .so files for me probably .lib for you and the python plugins. There should be a shims directory in there as well which should contain ida_shims.py and an init.py file. Add the init.py if it doesnt exist, its an empty file, and remove any extra ida_shims.py files that aren't in the shims file. You can also try to run the install script with the -d flag to uninstall the plugins and then try reinstalling. Also, if you didnt run the installer against both IDA installations you'll need to do that as well.

from ida.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.