Skip to content

Commit

Permalink
note strings JSON file in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamchamb committed Aug 11, 2022
1 parent 9ddc797 commit d9dee0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ These can be found in the Golang category in the Script Manager.
* `GoDynamicStringsHigh.java`
* Experimental, uses P-Code output from the higher level "normalize" style analysis. Currently depends on a hack that turns off deadcode elimination in the decompiler.
* `GoKnownStrings.java`
* Searches for standard unique strings and defines them.
* Searches for standard unique strings and defines them. String data is loaded from `data/known_strings.json`.
* `GoStringFiller.java`
* Fills in gaps in `go.string.*` after initial analysis, based on strings being ordered by ascending length.

Expand Down
1 change: 1 addition & 0 deletions ghidra_scripts/GoKnownStrings.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
//Searches for standard unique strings and defines them.
//String data is loaded from data/known_strings.json.
//@author James Chambers <[email protected]>
//@category Golang
//@keybinding
Expand Down

0 comments on commit d9dee0c

Please sign in to comment.