tantoinet

Results 11 comments of tantoinet

@CTCaer any chance to push a release version including this PR? I will have 2 switches to backup this week and will be glad to test this feature

I've done some testing and it's working as expected. Here is a quick python script to check the dumps: (feel free to adjust and ship it) https://github.com/tantoinet/hekate_sha256_check/blob/master/check_hekate_sha256sum.py Some benchmarks: SanDisk...

Full : 47m44s Full w/ hashes took 50m12s.

Yes Le jeu. 1 août 2019 à 08:15, KnightMars1 a écrit : > Does 2.4 ReiNX version work on 7.0.1? > > — > You are receiving this because you...

I got the idea while reading https://github.com/Reisyukaku/ReiNXToolkit/blob/master/source/Tools/autorcm.cpp. Sure, moving this...

Reopening due to [this](https://github.com/Reisyukaku/ReiNX/issues/118). Sorry for the confusion :)

It should be whitelisted now. The binary file was also submitted to kaspersky, symantec and mcafee for whitelisting. Is there a way to digitally sign the binary? so AV won't...

As a workaround, this can be fixed by combining two rules: ``` Config_rule=HwndWrapper.DefaultDomain.*;;;0;;;;;; Config_rule=;Internal.AppTitleName.*;;1;;16;;;; ``` The main window is first moved to `Tag 5`, then, all windows with class `HwndWrapper.DefaultDomain.*`...

Inside ntdll!LdrpFindLoadedDllByName function we have: ntdll32!LdrpFindLoadedDllByName+0x7d: 77a9bc2d 395d0c cmp dword ptr [ebp+0Ch],ebx 77a9bc30 0f84f8f4ffff je ntdll32!LdrpFindLoadedDllByName+0x45 (77a9b12e) **77a9bc36 8b350c02b677 mov esi,dword ptr [ntdll32!PebLdr+0xc (77b6020c)]** 77a9bc3c bf0c02b677 mov edi,offset ntdll32!PebLdr+0xc (77b6020c)...