4 Commits

Author SHA1 Message Date
ThisIsLibra f8eea138d7 Fixed two bugs in the Golang function recovery script
-Removal of spaces from function names now replaces all spaces, instead of only the first one
-Function creation now no longer faults when a part of the function name was already defined data within Ghidra's listing, as it could not create the complete function name string in Ghidra. It now clears all bytes of types, and then creates the ASCII string. This improvement works for all supported Golang versions on all supported operating systems and respective architectures
2024-09-19 11:11:57 +02:00
phdphuc 3557ab565f Update GolangFunctionRecovery.java
Fix IllegalFormatConversionException
2023-12-01 15:18:55 +01:00
ThisIsLibra 862c38de5b Ghidra Golang script update
-MachO binary support (MacOS file type)
-Golang 1.20 support
-Fixed numerous to-do statements
2023-10-11 14:55:25 +02:00
ThisIsLibra 83a7924bd1 Release of the Golang related Ghidra scripts 2023-06-06 14:39:46 +02:00