GithubHelp home page GithubHelp logo

quarkslab / qb-sync Goto Github PK

View Code? Open in Web Editor NEW
115.0 15.0 36.0 409 KB

qb-sync is an open source tool to add some helpful glue between IDA Pro and Windbg. Its core feature is to dynamically synchronize IDA's graph windows with Windbg's position.

License: GNU General Public License v3.0

Python 18.59% C++ 72.02% C 8.98% Ruby 0.36% Makefile 0.05%

qb-sync's Introduction

qb-sync

qb-sync is an open source tool to add some helpful glue between IDA Pro and Windbg. Its core feature is to dynamically synchronize IDA's graph windows with Windbg's position.

qb-sync's People

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

qb-sync's Issues

Qbsync makes IDA 6.5 crashes (Linux version)

IDA 6.5 craches when loading Qbsync plugin
IDA Version 6.5.140116 (32-bit)
OS: 3.11.0-19-generic #33-Ubuntu x86_64 x86_64 x86_64 GNU/Linux
When loading python script : SyncPlugin.py
The following python error is raised :
Error when calling Python callback :
TraceBack (most recent call last):
File ... SyncPlugin.py" line 980, in OnClose
self.smooth_kill()
File ... SyncPlugin.py" line 842, in smooth_kill
if self.broker:
AttributeError: 'SyncForm_t' object has no attribute 'broker'

and the OS returns the follwoing error

Fatal error before kernel init
And then IDA stops.

Thanks a lot :)

gdb sync

I try qb-sync between gdb(linux) and ida(windows), and I can sync successfully. But in gdb, everytime I run a command, It will always output the following info:

[sync] tunnel_send: tunnel is unavailable (did you forget to sync ?)
Python Exception <class 'AttributeError'> 'NoneType' object has no attribute 'enable':
[sync] tunnel_send: tunnel is unavailable (did you forget to sync ?)
Python Exception <class 'AttributeError'> 'NoneType' object has no attribute 'enable':
[sync] tunnel_send: tunnel is unavailable (did you forget to sync ?)
Python Exception <class 'AttributeError'> 'NoneType' object has no attribute 'enable':

x64dbg_sync fatal error C1083

qb-sync\ext_x64dbg\x64dbg_sync\sync.h(24,10): fatal error C1083: 无法打开包括文件: “pluginsdk_plugins.h”: No such file or directory

error

C:\Program Files\IDA 7.2\plugins\SyncPlugin.py: Traceback (most recent call last):
File "C:\Program Files\IDA 7.2\python\ida_idaapi.py", line 572, in IDAPython_ExecScript
execfile(script, g)
File "C:/Program Files/IDA 7.2/plugins/SyncPlugin.py", line 59, in
sys.exit(0)
SystemExit: 0

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.