IDArling
IDArling copied to clipboard
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
``` [idarling][WARNING] (10.92.0.26:49501) Invalid packet received: bytearray(b"\x16\x03\x01\x02\x00\x01\x00\x01\xfc\x03\x03\x0e\xbce)X\xef\xd5q@\'i\xc6\xfc^\xbe\xa2\x1e\xc9\x98M\xe2\x95\xa80 Z\xf7@-\xfe\xa01 \xb8\x188\x1e{!\x87\x1e\xe5\x1b\xac{!\xb5s\x9b\t\xe3zr\x9f\xde\x17Y2\xb35\xee\xe2s\xcd#\x00$\x13\x02\x13\x03\x13\x01\xc0,\xc00\xc0+\xc0/\xcc\xa9\xcc\xa8\xc0$\xc0(\xc0#\xc0\'\x00\x9f\x00\x9e\x00k\x00g\x00\xff\x01\x00\x01\x8f\x00\x00\x008\x006\x00\x003laqieer-idarling-server.japaneast.azurecontainer.io\x00\x0b\x00\x04\x03\x00\x01\x02\x00") [idarling][ERROR] (10.92.0.26:49501) 'utf-8' codec can't decode byte 0xfc in position 8: invalid start byte Traceback (most recent call last): File "/idarling/idarling/shared/sockets.py",...
## Behaviour Error occurs when clicking 'Create' button:  ## Error ``` Traceback (most recent call last): File "C:\Users/laqie/AppData/Roaming/Hex-Rays/IDA Pro/plugins\idarling\interface\dialogs.py", line 514, in _create_project_accepted if any(project.name == name for project...
# Error `ModuleNotFoundError: No module named 'urllib2'` # Changes - urllib2 → urllib.request - IDArlingTeam → fidgetingbits - master → IDArling-main # Testing ``` Python>import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/laqieer/IDArling/patch-1/easy_install.py').read().decode()) [*] Installing IDArling......
https://github.com/JeannetteVroum/IDArling was created to work around lots of limitations in the previous IDArling versions, such as adding a way to manage users/permissions (with a web server). I didn't get a...
Hi. It seems that when marking a function as decompiled in IDA, it does not get synced with other IDArling users. Is this intended or something that can be implemented/fixed?
Atm if we open an IDB but do not connect to the IDArling server, and have enabled full logging, we would still see the IDArling plugin doing stuff in the...
``` [idarling][DEBUG] Sending packet: JoinSession(group=XXX, project=YYY, database=ZZZ, tick=0, name=User, color=40191, ea=65536, silent=True) [idarling][DEBUG] Installing hooks [idarling][ERROR] required argument is not an integer Traceback (most recent call last): File "C:/Users/User/AppData/Roaming/Hex-Rays/IDA Pro/plugins\idarling\shared\packets.py",...
For long binary files list names we end up having a lot of the same text prefixed all for different binary files, and have to manually resize the window every...
Atm we can use underscores `_` when renaming a binary file but we can't use it when creating a new binary file. We shouldn't allow it atm as it is...
It seems if we open a fresh IDA, then go into "Open from server" then rename some binary file, then open a database in this binary file we have renamed,...