Can Bölük
Can Bölük
Requires a lot of changes but is in the plans sometime in the future.
It isn't really about compiling it for x86 but about handling 32-bit architectures, currently everything is hardcoded for 64-bit native integers which we'll have to change but of course that's...
Could you show apply_optimizations? If you are re-using the same optimizer (structure) instance that could be causing it.
Replace the password check in upload.php with ``` if ( ! isset($_POST['password']) || $_POST['password'] !== PASSKEY) { if ( ! isset($_GET['password']) || $_GET['password'] !== PASSKEY) { die('error,e-401'); } } ```...
I'm on ShareX 13.0.1, which is the latest fyi.
> Isn't this by design? More of an enhancement to include external calls? From my brief (30 minute) read-over of the project, the SEH enabling is local to the image...
> "We cannot predict which half of XMM15 will get hit due to the mask we apply to comply with the movaps alignment requirement, so first two pointers should simply...
Depends on what you are trying to hook really. ExHook works fine for me on 1903, could you check the crash dump?
Attach to csrss.exe before reading, win32k is only mapped for processes that belong to a valid session.
Could you show me the exact result you are getting on the baremetal machine? Also does the original ExHook work fine on the same machine?