a1ext
a1ext
[bin.zip](https://github.com/a1ext/labeless/files/14146583/bin.zip) Here are binaries for IDA 8.2 (unfortunately I don't have the latest version) What is made: - adjusted to IDA SDK 8.2 - upgraded protobuf to 3.20.3 so it...
> hey @a1ext, I tried the binaries on my IDA 8.3 and the plugin did not load entirely. is there any logs in the ida log window?
Seems like when I link with python, it expects `python310.dll` but IDA's idapython plugin is linked with `python3.dll`. This might be the problem
Ok, I got rid of direct Python dependencies in IDA plugins, could you try these ones? [bin2.zip](https://github.com/a1ext/labeless/files/14159581/bin2.zip) `OllyDbg/x64dbg` plugins still requires `Python2` -> `Python3` adjustment and will be provided a...
> > Ok, I got rid of direct Python dependencies in IDA plugins, could you try these ones? [bin2.zip](https://github.com/a1ext/labeless/files/14159581/bin2.zip) > > `OllyDbg/x64dbg` plugins still requires `Python2` -> `Python3` adjustment and...
hi @mounirthabet , think it is related with Python2 dependency