https://github.com/nixman/csprot
C++14 compile time literal-string encoder, which decodes a strings at run-time
https://github.com/nixman/csprot
compile-time cpp cpp14 encoder
Last synced: 9 months ago
JSON representation
C++14 compile time literal-string encoder, which decodes a strings at run-time
- Host: GitHub
- URL: https://github.com/nixman/csprot
- Owner: niXman
- License: mit
- Created: 2015-11-20T09:56:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T09:29:29.000Z (over 3 years ago)
- Last Synced: 2025-04-10T01:03:42.182Z (12 months ago)
- Topics: compile-time, cpp, cpp14, encoder
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/niXman/csprot)
# csprot
C++14 compile time literal-string encoder, which decodes a strings at run-time
It can be used to prevent reverce-engineering of executable based on string-literal search. Any string-literal wrapped in `csprot::cstring` will be present in a executable as just a sequence of random-bytes.