Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
friedkeenan committed Aug 11, 2023
1 parent 706f099 commit 0086e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you wish to save yourself the hassle, then there is also a pre-built SWF in t
When running the built SWF file, it will `trace` out the obtained secrets. These can be viewed in something like [ffdec](https://github.com/jindrapetrik/jpexs-decompiler), though a helpful `leak-secrets.py` script is also provided to get the output using the standalone debug projector, used like so:

```
./leak_secrets.py <path/to/TFMSecretsLeaker.swf>
./leak-secrets.py <path/to/TFMSecretsLeaker.swf>
```

When running the SWF, a window will pop up for a short moment, seem to begin to load the game, and then exit. This is normal.
Expand Down
2 changes: 2 additions & 0 deletions src/TFMSecretsLeaker.as
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ package {
}

public function TFMSecretsLeaker() {
super();

var game: * = root.loaderInfo.parameters.game as String;

var leaker: * = null;
Expand Down

0 comments on commit 0086e95

Please sign in to comment.