jacereda

Results 162 comments of jacereda

Can you try with the linux/mac version?

I still don't have any windows box to test, but IIRC the 32bit branch is just trying to figure out where will `LoadLibraryA` be located on a 32-bit process. Maybe...

Maybe using a `nixpkgs` or `homebrew` toolchain?

That's right, and this is a dead end in this case. The code injection depends on injecting libc with a preload. At some point I started a FUSE filesystem that...

I guess the right thing would be to make AppVeyor deploy the release automatically. I found this guide, might try it when I have some time (probably next week). https://www.appveyor.com/docs/deployment/github/

I'm not sure about separating the outputs by type. fsatrace returns instead a sequence of operations that reflects the temporal ordering. It's true that this temporal ordering can be non-deterministic...

@ndmitchell wanted a callback for the blocking mode. Since we are in another process, it would need to signal the invoking process by means of a shared semaphore and block...

As for stdout/stderr redirection, I would try to keep them separated. I'm using different colours for stdout/stderr in my build system.

What if the tool always did the redirection and reported as `o|` & `e|` ?

Those would probably need to embed the size of the message to make parsing easier and avoid escaping...