Ryan Kurtz

Results 451 comments of Ryan Kurtz

If your architecture is indeed aarch64, then you should be using that language, not AVR8.

The first step is being sure what processor/language your file is. Are you uncertain?

Thanks, I recently ran into this myself and made an internal ticket for it. We haven't started it yet, so I'll link your PR to that ticket.

I've been playing with this, and I've built off of what you did to address the drawback you mentioned. My approach was to have the `AutoAnalysisPlugin` extend `ProgramPlugin` instead of...

There ended up being a more optimal solution which will soon make its way to GitHub and close this PR. The solution didn't require this PR's changes.

Looks to be an issue with the way we are handling the `SVC` instruction. I assume it is not meant to return in your example right?

> I like doing bad things. Bad things you shouldn't be able to do are my favorite. I like to turn off my computer by holding in the power button....

What linux distro and window manager is that? Can you attach the results of jstack when its in this bad state? ``` jstack ``` A quick way to get the...

Thank you, i see some clues in there. Could you please attach your `~/.ghidra/.ghidra_/application.log` (or screenshots of any error messages/stack traces you see in there)?

Also, have you added any new JVM arguments? Does a fresh Ghidra 10.1.5 installation work?