-
Notifications
You must be signed in to change notification settings - Fork 263
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
Building ret-sync for Ghidra 10.3.1 #108
Comments
Thanks @saidelike for the hint, also works ion current ghidra version 10.3.2. |
Thanks too! |
Thanks! |
Thank you so much, @saidelike ! |
Also works for ghidra_11.0_PUBLIC |
I tried over and over on ubuntu to compile this with the changes, and no matter what it kept failing at the help file, with errors like this: Exception in thread "main" ghidra.util.exception.AssertException: Errors parsing HTML file: help.html DefaultStyle is referenced in the HTML, renamed in the shared folder, and it says it discovered it, and fails anyway. |
Do not forget the important step, rename from ext_ghidra/src/main/help/help/shared/Frontpage.css to ext_ghidra/src/main/help/help/shared/DefaultStyle.css . I used Alpine in WSL2. Also note that I edited Extensions/Ghidra/Skeleton/src/main/help/help/topics/skeleton/help.html |
See NationalSecurityAgency/ghidra#4962
With the below changes, it builds fine:
The text was updated successfully, but these errors were encountered: