-
Notifications
You must be signed in to change notification settings - Fork 22
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
Help wanted about IDEA Project #38
Comments
PS: I'm running Ghidra on Fedora39 with KDE Plasma |
Hey, It shouldn't be necessary to add the log4j dependencies to your own project, the plugin should be handling that for you. Could you share a bit more information about your project (i.e. do you have a standalone Java project containing scripts, or are you opening your ghidra_scripts folder)? Though one thing to mention is that intellij-ghidra currently can't run scripts directly. What it can do instead is launch Ghidra with a debugger attached and allow you to set breakpoints on your scripts. |
Nothing wrong with your approach, that should be working. Looks like potentially a bug in the plugin. I'll reproduce your steps and get back to you. |
Hi, I have the same problem. I am using IntelliJ 2024.1.1 Ultimate Edition. I have tested it with OpenJDK 17 but also other JDKs. @Yatogaii have you found any workaround? |
@lcian Sorry, I haven't found a solution either🥹🥹🥹. |
The same behaviour
|
Looks like plugin unproperly import third-party libs. |
@deniska-iriska I encountered the same situation. Are there any solutions available at the moment? |
@cong0221, nope. |
I'm a newbie to java development, now I'm trying to develop a ghidra script with IDEA. Thank you in advance for your development of this plug-in🥰.
Now that I have done "Add a Ghidra Facets to Project Structure" and "Add a new Ghidra Launcher in Configurations, " I can get a fully completion suggestion and script result in Ghidra Script Manager.
But when I run my script in IDEA, it first show can't find a class about Log4j , after I manually add the log4j-core and log4j-api to my project, I have rerun the script in IDEA's Ghidra Launcher, it just stuck on (LoggingInitialization), like this:
![image](https://private-user-images.githubusercontent.com/38414438/327380474-6d77ceb4-091b-44a2-b837-14be7283cd0d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MzM1MzgsIm5iZiI6MTczODkzMzIzOCwicGF0aCI6Ii8zODQxNDQzOC8zMjczODA0NzQtNmQ3N2NlYjQtMDkxYi00NGEyLWI4MzctMTRiZTcyODNjZDBkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDEzMDAzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNhMDAxMDczM2YyYmMxNjc5ZTMyNjkyYWJiNzRlNzNhMzg0YWQwZDY3MDQ0YzkzYTk3NTRlZDcwMWY3MmQ2ZTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zi_dr0kvI1gk_IQ299I7pMCvX0Y4FDVDMANhTr1ejH4)
I have no idea what to do to solve this, sorry for my pool English, any suggestion would be aprreciate😘😘😘😘😘
The text was updated successfully, but these errors were encountered: