GithubHelp home page GithubHelp logo

justfoxing / jfx_bridge_ida Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 4.0 56 KB

Python 3 bridge to IDA's Python environment

License: MIT License

Python 100.00%
ida ida-pro idapython python3 reverse-engineering

jfx_bridge_ida's People

Contributors

justfoxing avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

jfx_bridge_ida's Issues

Importing idc causes RuntimeError

ERROR:jfx_bridge.bridge:Unexpected exception for {'v': 5, 'ID': '6bad126e-0d0a-43e2-9f94-942bd80fe916', 'type': 'cmd', 'cmd': {'cmd': 'import', 'args': {'name': 'idc'}}, 'respond': True}: Function can be called from the main thread only
Traceback (most recent call last):
File "/home/user/.local/lib/python3.10/site-packages/jfx_bridge/bridge.py", line 380, in run
result = self.bridge_conn.handle_command(
File "/home/user/.local/lib/python3.10/site-packages/jfx_bridge/bridge.py", line 1547, in handle_command
response_dict[RESULT] = self.serialize_to_dict(result)
File "/home/user/.local/lib/python3.10/site-packages/jfx_bridge/bridge.py", line 855, in serialize_to_dict
VALUE: self.create_handle(data).to_dict(),
File "/home/user/.local/lib/python3.10/site-packages/jfx_bridge/bridge.py", line 721, in create_handle
bridge_handle = BridgeHandle(obj)
File "/home/user/.local/lib/python3.10/site-packages/jfx_bridge/bridge.py", line 570, in init
self.attrs = dir(local_obj)
File "/home/user/idault-8.2/python/3/ida_ida.py", line 4568, in getattribute
d[name] = pdict[name]0
File "/home/user/idault-8.2/python/3/idc.py", line 122, in
"MAXADDR" : (lambda: ida_ida.inf_get_privrange_start_ea(), None),
File "/home/user/idault-8.2/python/3/ida_ida.py", line 3639, in inf_get_privrange_start_ea
return _ida_ida.inf_get_privrange_start_ea(*args)
RuntimeError: Function can be called from the main thread only

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.