bootleg / bootleg/ret-sync

About idb is disabled new problem (I have solved it myself)

Open
#105 0 comments 0 reactions 1 assignee Claimed by @Fist0urs View on GitHub
bug enhancement ida
Dominant language
C
Stars
2.4k
Forks
307
PR merge metrics
No merged PRs in 30d

Description

2023-05-21 13:40:03,866 [ERROR] server.loop
Traceback (most recent call last):
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 477, in error_reporting
yield
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 492, in
server.loop()
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 149, in loop
self.handle(s)
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 153, in handle
for req in self.recvall(client):
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 173, in recvall
data = rs_decode(client.srv_sock.recv(4096))
File "F:\IDA Pro 7.6\plugins\retsync\rsconfig.py", line 180, in rs_decode
return buffer_bytes.decode(RS_ENCODING)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb9 in position 33: invalid start byte
The above error causes idb is disabled, the reason is that the ida open file name has Chinese characters, delete the Chinese characters and you can use it normally, also pay attention to GHUB update service, it will occupy port 9100, go to the Windows service manager to close GHUB update service.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.