Git Product home page Git Product logo

dotniet's People

Contributors

caledoniaproject avatar jissynacktiv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotniet's Issues

Remove HIDECANCEL or add an exception handler

I've accidentally ran dotNIET against a non-dotNET application. It crashes and the wait dialog is not closable (You've specified HIDECANCEL), please add an exception handler and close the wait dialog.

Steps to reproduce:

  1. Install dotNIET: https://github.com/synacktiv/dotNIET
  2. Analyze /bin/ls, anything that’s not a PE file
  3. The “Please wait …” dialog popped up and the plugin crashed
  4. Try to close the “Please wait” dialog and it won’t work

Related lines:

ida_kernwin.show_wait_box("HIDECANCEL\nIdentifying .NET "

bug

Support for .NET Native Framework 2.1

Support for .NET Native Framework 2.1 fortunately is the same as for .NET Native Framework 2.2, therefore the dotnet_versions_offsets dictionary can get filled with an additional entry:

...
dotnet_versions_offsets["2.1"] = {"nbCustomModules" : 0x10C, "ImportDescriptors" : 0x108}
...

and there is small bug in the error message which reports an unsupported .NET Native Framework version.

        if not self.dotnet_version_full[:3] in dotnet_versions_offsets:
            ida_kernwin.warning(".NIET currently does not support %s, please "\
                                "create an issue.")
            return

the parameter for the '%s' argument is missing

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.