Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024
Evgeny,

Looking at other IDA Pro 5.2 plugins, you may need to do the following in 
addition to
patching the 5.2 SDK:

1. Use 'libvc.w64' from the IDA SDK, instead of 'libvc.w32'
2. Add ' /D "__EA64__" ' to the compilation options
3. Name the output file "python.p64"

If you want to use the build.py script, you can modify it to do these things by
changing the 'libvc' (line 298), adding a basemacro (line 221), and renaming the
plugin (lines 294 & 351).

You may also need to remove "WIN32" from the base macros, or replace it with
something else (I haven't tried).

Regards,

Dan

Original comment by [email protected] on 18 Sep 2008 at 5:51

from idapython.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024
Hi,

One more thing you should do:
In swig/idaapi.i, lines 40-41, there are the constants BADADDR and BADSEL. You 
should
change them from 0xFFFFFFFF to 0xFFFFFFFFFFFFFFFF, otherwise the functions in
idautils (such as CodeRefsTo) wouldn't work.

Regards,

Dan

Original comment by [email protected] on 21 Sep 2008 at 11:49

from idapython.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024
I have managed to manually build a working plugin for 64-bit in the past.
There are a number of odds and ends that need to be checked but it should
not be a big deal

I will get back to 64-bit after 1.0 and make it a standard build for each 
release.

Original comment by gergely.erdelyi on 27 Sep 2008 at 1:54

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from idapython.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024
Hi,

Me and Itai Shaham managed to build the plugin for 64 bit (windows).
We added build64.py script which makes the plugin (.p64) + /python64 directory 
(that 
should be copied to the IDA directory).
The patch file is attached (tested with swigwin-1.3.39, IDA SDK 5.4).

Ariel Shiftan

Original comment by [email protected] on 5 May 2009 at 8:55

Attachments:

from idapython.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 17, 2024
This bug is closed as the 64-bit build is now part of the regular binary 
distributions.
Thanks to all who submitted ideas for this!

Original comment by gergely.erdelyi on 21 Jul 2009 at 6:48

  • Changed state: Fixed

from idapython.

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.