Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moloch--/denim
Automated compiler obfuscation for nim
https://github.com/moloch--/denim
Last synced: 7 days ago
JSON representation
Automated compiler obfuscation for nim
- Host: GitHub
- URL: https://github.com/moloch--/denim
- Owner: moloch--
- License: gpl-3.0
- Created: 2021-01-16T15:10:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T17:32:11.000Z (over 2 years ago)
- Last Synced: 2024-10-16T05:33:04.778Z (19 days ago)
- Language: Go
- Size: 63.5 KB
- Stars: 133
- Watchers: 6
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - moloch--/denim - Automated compiler obfuscation for nim (Go)
README
Denim
=======Makes compiling nim code with obfuscator-llvm easy!
- Windows only for now, but do you even need compiler obfuscation on other platforms?### Setup
1. Install nim
2. Download the [latest release](https://github.com/moloch--/denim/releases/latest) and run `denim setup`### Compiling Code
`denim compile helloworld.nim`
### FAQ
#### Why'd you write this in Go?
I can write Go code a lot faster than nim, and I wanted to get this done quickly.