{"id":15064093,"url":"https://github.com/zzan54/execonverter","last_synced_at":"2025-04-10T11:51:01.494Z","repository":{"id":251957682,"uuid":"838964583","full_name":"zZan54/EXEConverter","owner":"zZan54","description":"EXEConverter is a simple tool that allows you to convert any .exe file into various encoded formats (Base64, Hex, and Binary) and back.","archived":false,"fork":false,"pushed_at":"2024-08-06T17:35:05.000Z","size":113,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T10:38:53.651Z","etag":null,"topics":["base64","batch","batch-script","binary","cli","data-transformation","decoding","encoding","exe","file-conversion","file-decoding","file-encoding","file-utilities","hex","open-source","powershell","scripting","text-encoding","utilities","windows"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zZan54.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-06T17:32:34.000Z","updated_at":"2025-03-02T03:23:40.000Z","dependencies_parsed_at":"2024-08-06T21:20:27.834Z","dependency_job_id":null,"html_url":"https://github.com/zZan54/EXEConverter","commit_stats":null,"previous_names":["zzan54/execonverter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zZan54%2FEXEConverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zZan54%2FEXEConverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zZan54%2FEXEConverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zZan54%2FEXEConverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zZan54","download_url":"https://codeload.github.com/zZan54/EXEConverter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248215192,"owners_count":21066619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["base64","batch","batch-script","binary","cli","data-transformation","decoding","encoding","exe","file-conversion","file-decoding","file-encoding","file-utilities","hex","open-source","powershell","scripting","text-encoding","utilities","windows"],"created_at":"2024-09-25T00:11:24.054Z","updated_at":"2025-04-10T11:51:01.472Z","avatar_url":"https://github.com/zZan54.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EXEConverter\r\n\r\n## Description\r\nEXEConverter is a simple tool that allows you to convert any `.exe` file into various encoded formats (Base64, Hex, and Binary) and back. This project includes two main scripts: `EXEConverter.bat` for encoding and `EXEDecoder.bat` for decoding.\r\n\r\n## How to Use\r\n1. Clone the repository to your local machine:\r\n    ```sh\r\n    git clone https://github.com/zZan54/EXEConverter.git\r\n    ```\r\n\r\n2. To convert an `.exe` file to an encoded format:\r\n    - Run the `EXEConverter.bat` script.\r\n    - Select the desired encoding type:\r\n        1. Base64\r\n        2. Hex\r\n        3. Binary\r\n    - Enter the path to your `.exe` file.\r\n    - The encoded output will be saved in the `output` folder.\r\n\r\n3. To decode an encoded file back to an `.exe`:\r\n    - Run the `EXEDecoder.bat` script.\r\n    - Select the desired decoding type:\r\n        1. Base64\r\n        2. Hex\r\n        3. Binary\r\n    - Enter the path to your encoded file.\r\n    - The decoded `.exe` file will be saved in the `output` folder with the original name and `.exe` extension.\r\n\r\n## Files\r\n- **EXEConverter.bat**: Main script to convert `.exe` files to various encoded formats.\r\n- **EXEDecoder.bat**: Script to decode encoded files back to `.exe`.\r\n- **scripts/**: Folder containing PowerShell scripts for encoding and decoding:\r\n    - `ConvertToBase64.ps1`\r\n    - `ConvertToHex.ps1`\r\n    - `ConvertToBinary.ps1`\r\n    - `DecodeFromBase64.ps1`\r\n    - `DecodeFromHex.ps1`\r\n    - `DecodeFromBinary.ps1`\r\n- **examples/**: Folder containing example encoded files and a sample `.exe` file:\r\n    - `output_base64.txt`\r\n    - `output_hex.txt`\r\n    - `output_binary.txt`\r\n    - `sample.exe`\r\n- **output/**: Folder where the encoded and decoded files are saved. This folder will be created automatically if it does not exist.\r\n- **src/**: Source code folder:\r\n    - `sample.c`: A simple C program that prints \"Hello, World!\" to demonstrate the conversion process.\r\n\r\n## Sample Files\r\n- **sample.c**: This is a simple C program that prints \"Hello, World!\". It's provided as an example to demonstrate the conversion process.\r\n- **sample.exe**: This is the compiled version of `sample.c`. You can use this file to test the encoding and decoding scripts.\r\n\r\n## Contributions\r\nWe welcome all contributions! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.\r\n\r\n## License\r\nThis project is licensed under the [GNU General Public License v3.0](https://opensource.org/license/GPL-3.0).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzan54%2Fexeconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzan54%2Fexeconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzan54%2Fexeconverter/lists"}