wumb0
wumb0
duplicate of #112 i posted a temp fix there.
I am currently too lazy to write a parser for Lighthouse to handle drcov v3 but here is a dumb python script that converts drcov 3 to drcov 2. I...
just posting this from a conversation rusty and i were having. probably can use docker-compose with the --scale flag: `docker-compose up -d --no-recreate --scale worker=X worker` That will make the...
sounds fine On Thu, Nov 24, 2022 at 10:29 PM Tung Nguyen ***@***.***> wrote: > I comment the line assert self.version == 2, "Only drcov version 2 log > files...
Can you post the output from that version of DR? On Mon, Jun 5, 2023, 12:05 PM mounirthabet ***@***.***> wrote: > hello sir the convert script not working anymore for...
There's nearly a 100% chance this won't work on the latest cobalt strike and I don't have a newer copy to test against. That being said, you need to install...
Actually, I re-read this. You're trying to include std, which is not supported. This only supports core and alloc. Try -Zbuild-std=core if you're going to try to use build-std at...
Make sure to run cargo clean before building it. It looks like the .o for the stdlib is still hanging out in deps as well as some other potentially conflicting...
PR welcome, sure. See if you can change the case of the makefile, too. Thanks! On Thu, Feb 23, 2023 at 3:59 PM biscoito ***@***.***> wrote: > Ok. I managed...
Awesome, will review and approve soon. Thank you for your patience and help. -J On Fri, Feb 24, 2023, 11:27 PM biscoito ***@***.***> wrote: > PR Created: #2 > >...