This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct s0 { | |
struct s0* f0; | |
signed char[3] pad4; | |
struct s0* f4; | |
signed char[1] pad6; | |
uint16_t f6; | |
struct s0* f8; | |
signed char[3] pad12; | |
struct s0* f12; | |
signed char[3] pad16; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// WARNING: Could not reconcile some variable overlaps | |
// WARNING: Unknown calling convention yet parameter storage is locked | |
// WARNING: [r2ghidra] Matching calling convention amd64 of function ServerDllInitialization failed, args may be | |
// inaccurate. | |
// WARNING: [r2ghidra] Var arg_10h is stack pointer based, which is not supported for decompilation. | |
// WARNING: [r2ghidra] Var arg_18h is stack pointer based, which is not supported for decompilation. | |
// WARNING: [r2ghidra] Var arg_20h is stack pointer based, which is not supported for decompilation. | |
// WARNING: [r2ghidra] Matching calling convention amd64 of function pdb.RtlStringCchPrintfW failed, args may be | |
// inaccurate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is a copy of gdata.py from pdbparse library ver. 1.5 | |
# (see https://github.com/moyix/pdbparse) | |
# with a few mofifications that are necessary for my scripts to work correctly | |
# Ry Auscitte | |
# Python 2 and 3 | |
from construct import * | |
gsym = Struct( |
NewerOlder