nikitalita

Results 89 comments of nikitalita

Apologies, I seem to have included the wrong screenshot for the Windows Insider build 20221, that screenshot was for `ReadConsoleInputW`, not `ReadConsoleW` ![image](https://user-images.githubusercontent.com/69168929/94999972-f2ed1880-0571-11eb-9ac1-61959db36d7e.png)

Looks like one right here, after the function jumps because of the if/else: ![image](https://user-images.githubusercontent.com/69168929/95002984-ef1bbf00-058e-11eb-8a48-5dbc997b1911.png)

decompiled function: ![image](https://user-images.githubusercontent.com/69168929/95003008-4a4db180-058f-11eb-8bf5-71a37570826e.png)

@koppor here you go: https://github.com/nikitalita/clink/releases/tag/v1.1.0.72181d

@koppor BTW, as for fixing clink builds on github actions, take a look at what @cmderdev is doing with their appveyor setup: https://github.com/cmderdev/clink/tree/v0.4.9

BTW, here's a build of v0.4.9 with the fix backported: https://github.com/nikitalita/clink/releases/tag/v0.4.9-insiderfix

aw shit, it broke again on 20246. Investigating why.

Looks like in the newest builds it no longer has that int3 block it had previously. @chrisant996 have you implemented detours in your fork yet? ![image](https://user-images.githubusercontent.com/69168929/97911322-ea6a3800-1cff-11eb-94dd-c55cbe645abf.png)

> > Looks like in the newest builds it no longer has that int3 block it had previously. > > I think my original change walked past adjacent functions, and...