An open API service indexing awesome lists of open source software.

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

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**