Deleted user
Deleted user
ok I see what you mean now so /eventSource is a streaming and I would like a single GET request that returns immediately, also ideally it would be in stdout...
oh FYI the tool I'm making is github.com/hydroflame/fuzzi
> So what do you need? A GET request or stdout? So what I want is to expose an endpoint that returns the stats of a particular fuzz instance as...
`hub: corpus=544 bootstrap=544 fuzz=0 minimize=0 versifier=0 smash=0 sonar=0` Where does that come from ?
I've tested a few things. First of all, `main.c`: ```c #include #include #include #define NUM_THREADS 2 /* create thread argument struct for thr_func() */ typedef struct _thread_data_t { int tid;...
Today I found the `hardening-check` utility initially based on Debian's wiki and then updated by @Alexander-Shukaev: https://bitbucket.org/Alexander-Shukaev/hardening-check Running it with the same testing setup as above with just `CMAKE_C_COMPILER` changed...
@j1elo Yes, indeed, my info was not fully correct - it adds `-fPIE` to the linker flags. I also asked about `POSITION_INDEPENDENT_CODE` behaviour on CMake Users mailing list.
Thank you very much! I am by no means finished working on this, and plan to add all sorts of new stuff, including some amount of progression as you play....
Hi, there is a i3 -> Wayland rewrite going on (Sway). You may want to take a look on [it](https://github.com/SirCmpwn/sway), just in the case of still not.
@Gingersnap1991 I don't think there's any point in implementing wmii as a part of bspwm, it could easily be created outside of it