Giter Site home page Giter Site logo

Comments (9)

liuxuan30 avatar liuxuan30 commented on May 18, 2024 1

@aquynh I tried latest master keypatch.py on IDA 7.4 with python3:

/Applications/IDA Pro 7.4/ida64.app/Contents/MacOS/plugins/keypatch.py: invalid syntax (keypatch.py, line 131)
Traceback (most recent call last):
  File "/Applications/IDA Pro 7.4/ida64.app/Contents/MacOS/python/3/ida_idaapi.py", line 589, in IDAPython_ExecScript
    code = compile(fin.read(), script, 'exec')
  File "/Applications/IDA Pro 7.4/ida64.app/Contents/MacOS/plugins/keypatch.py", line 131
    except HTTPError, e:
                    ^
SyntaxError: invalid syntax

it seems not supported yet.

from keypatch.

liuxuan30 avatar liuxuan30 commented on May 18, 2024

+1. Since py2.7 is deprecating soon, I hope keypatch could support Python 3

from keypatch.

aquynh avatar aquynh commented on May 18, 2024

The latest code in github should work in Python3

from keypatch.

s3c avatar s3c commented on May 18, 2024

Updating the exception handlers was easy enough, but you manually have to install keystone, which then fails to include some IDC functions, presumably because they aren't in the API anymore. Didn't look into this further.

from keypatch.

kiritowch avatar kiritowch commented on May 18, 2024

Looking forward to

from keypatch.

Moojx avatar Moojx commented on May 18, 2024

@aquynh I tried latest master keypatch.py on IDA 7.4 with python3:

/Applications/IDA Pro 7.4/ida64.app/Contents/MacOS/plugins/keypatch.py: invalid syntax (keypatch.py, line 131)
Traceback (most recent call last):
  File "/Applications/IDA Pro 7.4/ida64.app/Contents/MacOS/python/3/ida_idaapi.py", line 589, in IDAPython_ExecScript
    code = compile(fin.read(), script, 'exec')
  File "/Applications/IDA Pro 7.4/ida64.app/Contents/MacOS/plugins/keypatch.py", line 131
    except HTTPError, e:
                    ^
SyntaxError: invalid syntax

it seems not supported yet.

@aquynh I tried latest master keypatch.py on IDA 7.4 with python3:

/Applications/IDA Pro 7.4/ida64.app/Contents/MacOS/plugins/keypatch.py: invalid syntax (keypatch.py, line 131)
Traceback (most recent call last):
  File "/Applications/IDA Pro 7.4/ida64.app/Contents/MacOS/python/3/ida_idaapi.py", line 589, in IDAPython_ExecScript
    code = compile(fin.read(), script, 'exec')
  File "/Applications/IDA Pro 7.4/ida64.app/Contents/MacOS/plugins/keypatch.py", line 131
    except HTTPError, e:
                    ^
SyntaxError: invalid syntax

it seems not supported yet.

Is it solved?

from keypatch.

fuomag9 avatar fuomag9 commented on May 18, 2024

@Moojx 593fcac works for me

from keypatch.

xiaoye-2018 avatar xiaoye-2018 commented on May 18, 2024

this exception code is adapt to python 2.x, you only to update relevant exception code

from keypatch.

kiritowch avatar kiritowch commented on May 18, 2024

from keypatch.

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.