https://github.com/mtgsoftworks/exe2html
A small script that converts any .exe file you want to HyperText Markup Language (.html) file.
https://github.com/mtgsoftworks/exe2html
exe html5 python3
Last synced: 6 months ago
JSON representation
A small script that converts any .exe file you want to HyperText Markup Language (.html) file.
- Host: GitHub
- URL: https://github.com/mtgsoftworks/exe2html
- Owner: mtgsoftworks
- License: mit
- Created: 2023-08-09T10:06:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T14:03:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T01:04:33.044Z (6 months ago)
- Topics: exe, html5, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exe2html
A small script that converts any .exe file you want to HyperText Markup Language (.html) file.
Run the Python file and enter the path to the .exe file. This will save the encrypted base64 data to the output_base64.txt file.
It will then take the contents of the output_base64.txt file and generate the JavaScript code using the convert_exe_to_html function.
The generated HTML code is saved in the output_script.html file.
You can now run the HTML code using the generated output_script.html file. But keep in mind that this code uses ActiveX objects and you need to be careful about security. Therefore, you should only use this code to run .exe files from trusted and well-known sources.
After the process is complete, the temporary generated output_base64.txt file will be deleted.