Pavel
Pavel
@wtdcode thanks for the response! Indeed, the address is unaligned in all those cases. For example `0x2ede` is the write address from example above. I did expect to see 1...
Ability to track multiple sources would be good.
> > Ability to track multiple sources would be good. > > Do you want taint colors to distinguish multiple inputs? Yes.
I'll try to make a pull request on weekends, thanks for confirming the issue!
Hey! Sorry for the long reply, I got sick.. The example that @aris-bb gave is sufficient for me.
No, it stays 5% constantly. Looks like an infinite loop to me. I've made a simple program that also consumes 5% on my cpu. ```cpp int main(int argc, char** argv)...
No, i've just tried it recently and thought it was unusual that 1 thread consumes all cpu time
> > all cpu time > > You mean 5% right? Yea I’ve noticed it because cpu fans went crazy
I have `i9-10850K` which has 10 cores 20 threads. So 5% cpu = 1 thread
Thank you Tamas, the first variant seems more reasonable. But I still don't understand why would we explicitly change rip in case of `cpuid` event, but not in `debug`, `cr3`...