TSRBerry

Results 293 comments of TSRBerry

I don't see any reference to SwitchLoader in the stacktrace. Next time please, copy and paste them into your issue in a code block, that makes it a lot easier...

What game are you analyzing? Could you use hactool to get the SDK version of the the nca file containing the main nso that you are analyzing?

Nevermind, I'm able to reproduce this when I try to analyze the main nso of "Super Mario Bros. Wonder". I'll try to figure it out, but I'm currently pretty busy,...

This is a Ghidra issue and was fixed just 2 weeks ago: https://github.com/NationalSecurityAgency/ghidra/blob/85d276bce0bb2055c5556825afc810d3163ed15f/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/lang/protorules/HomogeneousAggregate.java#L71-L74 The current release does not check if the result is empty and tries to access index 0...

The fix for this is definitely part of the new release. Search for `GP-4169` here: https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_11.0.1_build/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html

I also retested it with the updated version and don't encounter the exceptions anymore. And I just realized you weren't even saying that you are still getting exceptions.. :sweat_smile: Imo...

Related to #838 and #841. Not sure why the issue got closed or why the PR wasn't reviewed/discussed further.

@doyenho do you still need your workaround?

@doyenho could you test it again?

@darkarrow Does version 1.1.1140 fix this by any chance?