-
Notifications
You must be signed in to change notification settings - Fork 81
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
Labeless v.1.1.6.0 Menu Bar Missing in IDA Pro 8.3 #61
Comments
Thanks for the submission, I will check it |
@silenttype did you use it with python2 ? |
@a1ext yes, I installed both python 2 and 3 on my IDA machine. |
@silenttype |
thanks for looking at it @a1ext ! |
are there any works being done here rn? would love to help port if needed |
Hi guys, @jeremyng123, @silenttype do you want to try my beta version before release?
I would ask to test it a bit |
bin.zip
What is good to confirm:
|
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 |
Ok, I got rid of direct Python dependencies in IDA plugins, could you try these ones?
|
The plugin loaded but there is still no Menu Bar |
thanks for getting back! i will take a look at the end of this week. my bad, taking an exam |
@a1ext Hi, I have tested this binary and was able to connect and synchronize with x64dbg. Just 2 issues:
Thanks for the quick response tho! :D |
Thanks for checking, Yeah it seems I need to get an IDA 8.3 to test that, but my license got expired recently :( |
Thanks for your excellent plugin! I also encountered this bug. Maybe we can temporarily solve this problem through other methods. For example, when detecting that the IDA version is 8.3, register the shortcut key first, just like |
guys, I'm working on porting it to IDA 9, does somebody want to test it? |
Hi, i can test it😃 |
Here is a pre-release bundle https://drive.google.com/file/d/1hmRjSqvk4kukKRuDRcCLSaMGJbnpJJBs/view?usp=sharing uploaded Update: |
It seems to prevent ida pro from running because once I remove |
hi @cesaryuan thanks for reporting, I'm wondering if version difference might cause that... because |
Nothing happened. After starting IDA, the window in the screenshot popped up immediately, and then IDA ended the process. |
can I ask you to archive your IDA binaries (excluding the license key off course) and upload somewhere with password? |
Sent to you email. |
I got it, the idasdk90.zip you sent (beta) significantly differs from SDK for 9.0SP1 version, I think that is the reason why it's crashing |
Labeless Menu Bar Missing in IDA Pro 8.3
Problem Description
Labeless v.1.1.6.0 Menu Bar is not loaded in IDA Pro 8.3. It was loading fine on IDA Pro 8.1. Please see attached screenshot.
Labeless is still useable to connect to debugger backend and sync labels, but since the menu bar failed to load, other functions such as IDADump, JUMP to IDA ea -> in , etc., could not be accessed.
The text was updated successfully, but these errors were encountered: