サイバーかいだ

Results 6 comments of サイバーかいだ

@d-millar @ryanmkurtz Please let me know if you would like me to look at the script again. Please feel free to tag me if there are issues with the script...

I am excited to see the new changes, really looking forward to no JNI and SWIG! I'll try it as soon as it is available! 🤩

Should this be mentioning `RDI`? Should it be `EDI`? ``` % file ~/Downloads/ripgrep-14.0.3-i686-unknown-linux-gnu/rg /Users/kaida/Downloads/ripgrep-14.0.3-i686-unknown-linux-gnu/rg: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux...

I think the bitsize of the architecture needs to be considered here: https://github.com/NationalSecurityAgency/ghidra/blob/f7013bdfab8eac54387a49ed290444da9af88499/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/analysis/rust/RustUtilities.java#L73-L81 and a new compiler spec needs to be written for 32 bit x86.

Hi! I also ran into this problem today. You can try using the jep jproxy function like so: If you have a Java interface: ```java package my_ghidra; public interface MyInterface...

I have written [some terrible code to do this](https://github.com/cyberkaida/reverse-engineering-assistant/blob/0f2ac1658adb0f9da146689cc5543d5eb1e92d50/ghidra-assistant/src/main/java/ghidra_assistant/GhidraAssistantPlugin.java#L74) in my reverse-engineering-assistant repo. I am about to refactor the Ghidra extension to move to a run once model like you...