rscloura / Doldrums

A Flutter/Dart reverse engineering tool
778 stars 117 forks source link

main.py: error: unrecognized arguments: output #18

Open jk08039527 opened 2 years ago

jk08039527 commented 2 years ago

main.py: error: unrecognized arguments: output

rscloura commented 2 years ago

Please be more descriptive.

opannapo commented 2 years ago

@wangzhili0803 I think you put wrong args. Will get errors when you type python3 src/main.py [-v] target/libapp.so out

u@buntu:.../experiment/Doldrums$ python3 src/main.py [-v] target/libapp.so output
usage: main.py [-h] [-v] file output
main.py: error: unrecognized arguments: output

Type -v args without [ ] => python3 src/main.py -v target/libapp.so output

alcampospalacios commented 11 months ago

If someone needed in windows you need specify the type of output and where is located like: python src/main.py -v src/libapp.so src/output.txt