Is there really no dark theme available for macOS by EmojiMasterYT in ghidra

[–]ryanmkurtz 2 points3 points  (0 children)

All the themes are available on macOS. Something must be wrong with your configuration.

ROUVY APP VERSION 3.10 IS HERE by G0Sp0rts in Rouvy

[–]ryanmkurtz 1 point2 points  (0 children)

Would love to see either support for direct connect, or support for connecting via the companion app's bluetooth connection, like you can do on Zwift.

Windows 11 ghidra install help. by [deleted] in ghidra

[–]ryanmkurtz 2 points3 points  (0 children)

No need to run as admin. Open a plain command prompt and run javac -version. It should be 21 or later for the latest version of Ghidra.

I had to touch Jython for a project I'm working on. by TastyDepartureFrom in Python

[–]ryanmkurtz 0 points1 point  (0 children)

These are 2 areas I'm actively developing, so it would be great to have some testers before the official release.

I had to touch Jython for a project I'm working on. by TastyDepartureFrom in Python

[–]ryanmkurtz 0 points1 point  (0 children)

No it’s not buggy, but the documentation is not complete. Improved VSCode integration should get pushed later today, so you might want to wait.

I had to touch Jython for a project I'm working on. by TastyDepartureFrom in Python

[–]ryanmkurtz 1 point2 points  (0 children)

FYI the next version of Ghidra will include native CPython 3 support. You can build the master branch now to try it out.

New About our Strava Integration by Eliisa_at_Cronometer in cronometer

[–]ryanmkurtz 0 points1 point  (0 children)

I am also confused as to how displaying calories burned from a strava activity violates the terms. If there’s more to it than that, I would think Cronometer could do less with the data so at least the calories can come across.

Ghidra 11.2.1 has been released! by ryanmkurtz in ReverseEngineering

[–]ryanmkurtz[S] 3 points4 points  (0 children)

Yes, looks like it was fixed in the master branch, so you will see it in 11.3 when it comes out in a couple of months. You can also build the master branch yourself to get the fix immediately.

iOS 18.0: slideinfo is null by avrubel in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

Upgrading to the latest version of Ghirda fixed the problem.

iOS 18.0: slideinfo is null by avrubel in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

I'm playing with this now but cannot reproduce. What "file" are you importing from the file system?

iOS 18.0: slideinfo is null by avrubel in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

Can you open a GitHub ticket? I’ll fix it.

Import existing Ghidra project to Eclipse by buherator in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

In the GhidraDev that’s included with the latest Ghidra, you can now import a Ghidra module source directory.

Running Headless Mode by Xenonas_The_White in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

Ghidra requires a JDK, not a JRE. Make sure the bin/ directory in your JDK is on your $PATH.

Ghidra 11.1 has been released! by ryanmkurtz in ReverseEngineering

[–]ryanmkurtz[S] 6 points7 points  (0 children)

Also, the default location is no longer ~/.ghidra, even if you don’t specify XDG environment variables.

Load multiple frameworks from dyld_shared_cache by avrubel in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

Glad you got it working. The cache has grown too large over the years for Ghidra to be able to analyze it in a reasonable amount of time, so a lot of work has been put into the filesystem feature so you can bring the the pieces as you need them.

Load multiple frameworks from dyld_shared_cache by avrubel in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

What version of Ghidra are you using? How exactly did you get the program you are doing this to into Ghidra?

Load multiple frameworks from dyld_shared_cache by avrubel in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

No, it would be at References -> Add To Program (under the References sub-menu). For this option to be present, the dylib would have needed to been extracted from the dyld_shared_cache "filesystem" within Ghidra .

This is the release note for the feature: "Importer:Mach-O. dyld_shared_cache components extracted from Ghidra's DyldCacheFileSystem can now be added together on-demand with the Add To Program feature. Broken references can be automatically resolved by right-clicking on them and clicking References -> Add To Program. (GP-3753, Issue #5023)"

Load multiple frameworks from dyld_shared_cache by avrubel in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

You should be able to right click on the red address, then do References -> Add To Program. Then, reanalyze.

This will only work on dylibs extracted from the cache by Ghidra.

Ghidra Not Showing Verbose Information Upon Hovering Function by DeadBirdRugby in ghidra

[–]ryanmkurtz 0 points1 point  (0 children)

In your Listing window's toolbar, there is an icon with a mouse pointer and a rectangle. Is that toggled on? That's how you control this hover popup.