On 32bit windows GetSystemWow64Directory doesnt do anything, basically leaving builder empty after execution.
That leads to a file not found error while trying to pass "\kernel32.dll" string to PeFile constructor
Since 32bit windows has only one kenel32 this codepath shouldn't be executed
On 32bit windows GetSystemWow64Directory doesnt do anything, basically leaving builder empty after execution. That leads to a file not found error while trying to pass "\kernel32.dll" string to PeFile constructor Since 32bit windows has only one kenel32 this codepath shouldn't be executed