Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't use on IDA7.7 #104

Open
ghost opened this issue May 11, 2023 · 3 comments
Open

can't use on IDA7.7 #104

ghost opened this issue May 11, 2023 · 3 comments

Comments

@ghost
Copy link

ghost commented May 11, 2023

comment:
broker started
broker finished
idb is disabled

i created idb but problem still
sync checkbox immediately uncheck.

@wkingnet
Copy link

same to me

@Hacksign
Copy link

+1

And I enabled:

LOG_LEVEL = logging.DEBUG
LOG_TO_FILE_ENABLE = True

But there is no any files located in %TEMP% folder.

[sync] form create
[sync] default idb name: ntoskrnl_en.exe
[sync] found config file: user_conf(host='127.0.0.1', port=8844, alias=None, path='D:\\Codes\\xxx\\thirdpart\\Windows10\\x64\\.sync')
[sync] hint: pdb name ('ntkrnlmp.exe') differs from registered module name ('ntoskrnl_en.exe')
[sync] sync enabled
[sync] init_broker
[sync] cmdline: "D:\Softwares\Python3\python.exe" -u "D:\Softwares\IDA Pro\plugins\retsync\broker.py" --idb "ntoskrnl_en.exe"
[sync] module base 0x140000000
[sync] hexrays #7.7.0.220118 found
[sync] broker new state: Starting
[sync] broker new state: Running
[sync] broker started
[sync] plugin loaded
[sync] broker new state: Not running
[sync]     check tmp file retsync.<broker|dispatcher>.err if you think this is an error
[sync] broker finished
[sync] idb is disabled

@Hacksign
Copy link

Hacksign commented Nov 17, 2023

OK, I figured it out in my situation.

It's because retsync can not find rsconfig/broker/diapatcher in sys.path.

Because I use a embed version of python 3.10, so I just add retsync directory to python310 to solve it:
(D:\Softwares\IDA Pro\plugins\retsync is the plugin location in my situation)

D:\Softwares\IDA Pro\plugins\retsync
.\Lib\site-packages\
python310.zip
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants