26 Commits

Author SHA1 Message Date
ThisIsLibra 7232f20d53 Update README.md 2025-07-01 14:30:17 +02:00
ThisIsLibra 64549d24e5 Added the Automagic, GhidrAI, and ColourseByComplexity scripts 2025-07-01 11:09:07 +02:00
ThisIsLibra 7b10bbdc0e Update README to include Automagic, GhidrAI, and ColourseByComplexity descriptions 2025-07-01 11:08:12 +02:00
ThisIsLibra 77bb5ff878 Updated the BSim renaming script 2025-03-18 16:52:59 +01:00
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
ThisIsLibra 6dd382b6e2 Update README.md 2024-08-15 11:35:32 +02:00
ThisIsLibra 4a32f768b6 Updated BSim rename script to ask all values at once 2024-08-15 11:32:35 +02:00
ThisIsLibra 53b24accf3 Added the scripts mentioned in my DEFCON 32 talk 2024-08-09 20:59:17 +02:00
ThisIsLibra 210a4bd276 Update README.md 2024-02-07 14:07:00 +01:00
ThisIsLibra c7e638ae2c Updated the MalpediaFlossed scripts
Added support for version 1.1 of the MalpediaFlossed JSON file, and split the script into two: one to use with the JSON version locally, and one to connect with the web api (hosted by Malpedia or a self hosted one)
2024-02-07 14:03:48 +01:00
ThisIsLibra 9f559e78cc Delete MalpediaFlossedCheck.java
Delete this version of the script, as the local and web API version are to be uploaded directly after this.
2024-02-07 14:02:30 +01:00
ThisIsLibra 11ae8f906f Added the MalpediaFlossedCheck.java description 2024-01-24 15:16:29 +01:00
ThisIsLibra 6fc620dd08 Added the Malpedia FLOSS comparison script
More information about the Malpedia data, and where to fetch it from, can be found here: https://github.com/malpedia/malpedia-flossed
2024-01-24 15:12:34 +01:00
ThisIsLibra 16db7b8520 Merge pull request #2 from phdphuc/phdphuc-patch-1
Update GolangFunctionRecovery.java
2023-12-21 09:32:12 +01: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 938a16ebc9 Delete test 2023-08-23 14:26:59 +02:00
ThisIsLibra 43b3eee5d8 Added readme images 2023-08-23 14:26:37 +02:00
ThisIsLibra 7eca786cca Created images folder 2023-08-23 14:26:14 +02:00
ThisIsLibra 866271d05f Created README 2023-08-23 14:24:27 +02:00
ThisIsLibra 5af9ecb487 Added Sharem.java related to the DEFCON 31 talk 2023-08-14 09:00:47 +02:00
ThisIsLibra 1c4c243d7f Update GolangStaticStringRecovery.java
Reverted the previously introduced error.
2023-06-28 15:26:33 +02:00
ThisIsLibra e9074d0e42 Update GolangStaticStringRecovery.java
Fixed an error where two section names would need to be true for one given section name, as noted in https://github.com/advanced-threat-research/GhidraScripts/issues/1
2023-06-13 15:18:14 +02:00
ThisIsLibra 83a7924bd1 Release of the Golang related Ghidra scripts 2023-06-06 14:39:46 +02:00
ThisIsLibra dc608023af Update LICENSE 2023-04-18 09:27:00 +02:00
ThisIsLibra 800fb24bca Initial commit 2023-04-18 09:26:03 +02:00