tomphan
tomphan
I added the code before returning: `close(fd); // should close here` ``` static bool _fs_verify(const char* path, const void* buf, int bufsize) { int fd = open(path, O_RDONLY); if (fd...
Hi. I was able to run the test payload defined as a C array in the `payload.h`: `unsigned char example_payload_payload_elf[]`. However when I try to compile the example `main.c` code...
- [x ] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [ x] I have tested the latest version ## Steps to reproduce...