gitextract_l9ewhzbc/ ├── .gitignore ├── LICENSE ├── README.md ├── guppyproxy/ │ ├── __init__.py │ ├── config.py │ ├── decoder.py │ ├── gui.py │ ├── gup.py │ ├── hexteditor.py │ ├── interceptor.py │ ├── macros.py │ ├── proxy.py │ ├── repeater.py │ ├── reqlist.py │ ├── reqtree.py │ ├── reqview.py │ ├── settings.py │ ├── shortcuts.py │ └── util.py ├── img/ │ └── shark.icns ├── install.sh ├── puppyrsc/ │ ├── NOTE.md │ ├── puppy.linux32 │ ├── puppy.linux64 │ └── puppy.osx └── setup.py