I'm trying to dump SF6 and when running the code to get the rsz file it just skips it, ignores it, it loads for a few moments but nothing happens after that and it just opens a new line, I don't know anything about python or coding in general, I managed to do all the previous steps just by reading this guide https://github.com/praydog/REFramework/tree/master/reversing/rsz
But this time I have no idea what to do, since there is no error message or anything happening.
This is the line of code I am trying to run on powershell:
python .\non-native-dumper.py --out_postfix="sf6" --natives_path="C:\Windows\System32\native_layouts_StreetFighter6_dump.exe.json" --il2cpp_path="C:\Users\adria\Documents\SF6ModUpdating\dumps\il2cpp_dump.json" --use_typedefs=False --use_hashkeys=True
Any help would be appreciated.