mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
bunchas
This commit is contained in:
7
vendor/memcury.h
vendored
7
vendor/memcury.h
vendored
@@ -853,6 +853,13 @@
|
||||
if (rdataSection.isInSection(stringAdd))
|
||||
{
|
||||
auto strBytes = stringAdd.GetAs<std::uint8_t*>();
|
||||
auto pointerToRef = *(LPVOID*)strBytes;
|
||||
|
||||
if (rdataSection.isInSection(pointerToRef)) // Credit: Ender
|
||||
{
|
||||
strBytes = (std::uint8_t*)pointerToRef;
|
||||
stringAdd = PE::Address(pointerToRef);
|
||||
}
|
||||
|
||||
// Check if the first char is printable
|
||||
if (ASM::byteIsAscii(strBytes[0]))
|
||||
|
||||
Reference in New Issue
Block a user