GithubHelp home page GithubHelp logo

Comments (4)

kweatherman avatar kweatherman commented on August 15, 2024

Great. When you say:

does not appear to be loading

Do you mean you press the default Ctrl-Alt-S hotkey and the plugin dialog doesn't come up?
If so, it could be the problem I stated in the README.md:

Since "Ctrl-Alt-S" now combo conflicts with an IDA default, to avoid getting warning messages, edit your "idagui.cfg" and make the "StackTrace" entry like: "StackTrace" = 0 // "Ctrl-Alt-S" // open stack trace window (the '0' disables the key).

Try alternately activating it from your IDA Edit->Plugins menu.
An alternative solution is to edit your IDA plugins.cfg to override the default hotkey. For example to make it "Ctrl-7" (which still might be a conflict with an existing IDA hotkey):
IDA_SigMaker IDA_SigMaker Ctrl-7 1 WIN

Does this fix the issue?

from sigmakerex.

mistahmikey avatar mistahmikey commented on August 15, 2024

I believe I found the issue - the default build was not configured to be 64-bit. After changing the build to 64 bit, it is now loading. Sorry for my confusion.

from sigmakerex.

kweatherman avatar kweatherman commented on August 15, 2024

No problem.
If your are making a modified/derivative build, be sure to set the __EA64__ preprocessor def for the plugin 32bit target version.
It's an IDA SDK thing that added after moving to 64bit.

from sigmakerex.

mistahmikey avatar mistahmikey commented on August 15, 2024

from sigmakerex.

Related Issues (11)

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.