https://github.com/weilbyte/log4c
C parody of log4j
https://github.com/weilbyte/log4c
Last synced: 11 months ago
JSON representation
C parody of log4j
- Host: GitHub
- URL: https://github.com/weilbyte/log4c
- Owner: Weilbyte
- License: mit
- Created: 2021-12-12T05:17:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T17:46:04.000Z (over 4 years ago)
- Last Synced: 2025-08-31T13:52:10.722Z (11 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# log4c
C parody of the log4j RCE exploit (CVE-2021-44228)
Logs stuff to console, also happens to run ${expressions} for convenience :)
### Build instructions (with MinGW Makefiles generator)
Replace the generator with whatever you use
```
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
cmake --build .
```
**Dont actually use this**