Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Feb 2, 2025
1 parent f204cd3 commit 776eb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mitm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#the script is the most important part, it reads a descriptor set file output by our CLI tool,
# then uses it to decide which requests to stream, displays them nicely in the UI, and writes them to disk

mitmweb.exe --mode local:StarCitizen.exe --allow-hosts 'test1.cloudimperiumgames.com' -s stream-sc.py --set descriptor="C:\\Development\\StarCitizenProtobuf\\descriptorSet.bin"
mitmweb.exe --mode local:StarCitizen.exe --allow-hosts 'test1.cloudimperiumgames.com' -s stream-sc.py --set descriptor="C:\\Development\\StarCitizen\\StarCitizenDiff\\Protobuf\\descriptor_set.bin"

0 comments on commit 776eb1b

Please sign in to comment.