Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4w4k3/rePy2exe
A Reverse Engineering Tool for py2exe applications.
https://github.com/4w4k3/rePy2exe
py2exe py2exe-applications python repy2exe reverse-engineering
Last synced: about 2 months ago
JSON representation
A Reverse Engineering Tool for py2exe applications.
- Host: GitHub
- URL: https://github.com/4w4k3/rePy2exe
- Owner: 4w4k3
- License: gpl-3.0
- Created: 2017-01-12T15:23:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T17:04:15.000Z (over 7 years ago)
- Last Synced: 2024-02-14T22:36:09.669Z (11 months ago)
- Topics: py2exe, py2exe-applications, python, repy2exe, reverse-engineering
- Language: Python
- Homepage:
- Size: 2.44 MB
- Stars: 206
- Watchers: 23
- Forks: 79
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-discoveries - rePy2exe - reverse engineering tool for py2exe applications _(`Python`)_ (Python Hacks)
README
# rePy2exe
Reverse Engineering Tool for py2exe applications.
Twitter: @4w4k3Official
### Prerequisites* Linux
* cmake
* git
* python2.7### Cloning
```
git clone https://github.com/4w4k3/rePy2exe.git
```## Running
```
python rePy2exe.py
```
or
```
python2.7 rePy2exe.py
```## Screenshot
![Shot](https://github.com/4w4k3/rePy2exe/blob/master/Screens/shot.png)## Authors
* **Alisson Moretto** - *Coder* - [4w4k3](https://github.com/4w4k3)
## Reference
Thanks to:
* zrax - [pycdc](https://github.com/zrax/pycdc)
* matiasb - [unpy2exe](https://github.com/matiasb/unpy2exe)
## License
This project is licensed under the GPL 3.0 License - see the [LICENSE](LICENSE) file for details.