Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BUZZARDGTA authored Aug 22, 2024
1 parent 26920d3 commit ac37022
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# extract_all_globals_from_v_decompiled_scripts

Automatically extracts global variables from decompiled scripts and saves them to a file.
This script automatically extracts global variables from decompiled scripts and saves them to a file.

### Warning

**The script scans exclusively for `Global_x` strings.**<br>
It will not include additional suffixes or formats in the output, such as:
- `Global_x.f_x`
- `Global_x[x /*x*/]`

Only the `Global_x` part will be extracted.

## Usage

Expand Down

0 comments on commit ac37022

Please sign in to comment.