thibault poncetta
thibault poncetta
Add a new parameters in debug configuration which taking as input a string : idusername This string should be the value of the id on the MainPage, to detect the...
Hello. Tested on binary it work perfect, great tools! But when i test on shared libraries started with another binary, after connecting to the server, the tool won't work. (no...
- added a install.py script for easy install/update - fixed false positives errors on console by unmangling only rust functions - Removed identifiers on all fonctions for better visibility -...
Maybe add github actions to auto test plugins. ( not sure) add custom dockerfile with secrets protected or others method to upload ida software with protection (ida license key) in...
Since IDA decided to *** as always the entire plugins community by removing pretty much all functions in ida_enum and ida_struct, we need to port every plugins to new IDA9.X...
### Description Hi! On this code on compat.py (from libbs): ```py @execute_write def get_decompiler_version() -> typing.Optional[Version]: wait_for_idc_initialization() try: _vers = ida_hexrays.get_hexrays_version() except Exception as e: _l.critical("Failed to get decompiler version:...