DarkerSquirrel

Results 6 issues of DarkerSquirrel

Hello Sina I am trying to trace memory reads from a process to KUSER_SHARED_DATA : char * KUSER = (char*)0x7ffe0000; std::cin.get(); for (int i = 0; i < 10; i++)...

question
enhancement

Hello Sina I am trying to trace memory reads from a process to KUSER_SHARED_DATA : char * KUSER = (char*)0x7ffe0000; while(true){ std::cin.get(); for (int i = 0; i < 10;...

bug

Hello and please excuse me for posting this issue here. Are you kind enough to restore your older site content http://deroko.phearless.org/ ? There are are many interesting samples to study...

Steps to reproduce: 1. I cloned blink and compiled it using updated cygwin distro at 04.10.2023 2. I downloaded https://glftpd.io/files/glftpd-LNX-2.13a_3.0.8_x64.tgz 3. $ ./blink /c/glftpd-LNX-2.13a_3.0.8_x64/bin/glftpd-full-static malloc(): corrupted top size Aborted (core...

Hello Sina I am using Hyperdbg in VMI mode. HyperDbg Debugger [version: v0.5.0, build: 20230824.2026] Since .start command is not yet functional for this mode , I implemented some kind...

bug
feature

Edit: I modified unknown_always_1 (type u2le) in ooa_section.ksy and : - offsets look good now for ImageBase and SizeofImage - offsets don't look good for ImportDirectory,BaseRelocationTable and ImportAddressTable Decryptor fails...