Vincent Van Mieghem

Results 12 comments of Vincent Van Mieghem

What other parameters are you adding? Adding `-a 2021-01-01` should only give you files that are modified after 1 Jan 2021.

Thanks for reporting this issue @MartinSohn, I need to further investigate when I have some more time.

Thanks for reporting an issue @MartinSohn. While this is indeed not consistent with the other arguments that are being parsed, it is not a bug. I will change it to...

Can you take a look at the `[GREY FOX]` logs in Console.app? There should also be some OS specific logging in the serial output. If this is not the case,...

All the syscalls seem to hook correctly. Can you show the output of the serial port?

OK, that's weird. You can try to use `printf` instead of `kprintf` which will log to Console.app instead of a serial port.

You should replace `kprintf` on 209 and 237 with `printf` and compile again. All the logs will then show up on Console.app. `kprintf` only outputs to serial port (which apparently...

This issue is fixed in my PR #5.

OK. I thought this tool's main purpose was to retrieve the `_sysent` address, which it can again with this fix.

Anything we can do to temporarily fix this issue? Thanks a lot in advance!