Ryan Kurtz

Results 6 issues of Ryan Kurtz

### Discussed in https://github.com/NationalSecurityAgency/ghidra/discussions/3658 Originally posted by **p-Wave** November 20, 2021 Hi all, I have the following "Hello World" code: ``` .global _start .align 2 .text _start: mov X0, 1...

Feature: Processor/ARM
Feature: Processor/AARCH64
Status: Internal

### Discussed in https://github.com/NationalSecurityAgency/ghidra/discussions/5365 Originally posted by **Martmists-GH** May 22, 2023 Currently to obtain an exclusive checkout when I'm the only person with a given file checked out, I have...

Feature: Server
Status: Internal

### Discussed in https://github.com/NationalSecurityAgency/ghidra/discussions/7438 Originally posted by **nmggithub** February 1, 2025 I'm working on a `GFileSystem` class that overlaps with one that is built-in to Ghidra. Ghidra thankfully gives me...

Feature: Filesystem
Status: Triage

I suppose this relates to #1181 and #1182. I am trying to implement [this Ghidra interface](https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/osgi/BundleHostListener.java) in PyGhidra with JPype like this: ```python @JImplements(BundleHostListener) class PyListener: """ PyGhidra Bundle Host...

bug
on-hold
need-info

### Discussed in https://github.com/NationalSecurityAgency/ghidra/discussions/8707 Originally posted by **shamefulCake1** November 28, 2025 ``` ERROR Cannot find register container for thread,frame: ghidra.trace.database.thread.DBTraceThread@446e2156,25696 (TraceRmiTarget.java:1209) DEBUG (633 ms) HANDLING: startTx(365,Read Memory) (TimedMsg.java:33) ERROR Could...

Feature: Debugger

Hopefully this is a question with an answer instead of an issue. If I am trying to access the Java variable `MyClass.foo_$bar` from JPype, how to I do that? Including...