File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #pragma once
1+ /* *
2+ AUTO_GENERATED: DO NOT TOUCH THIS FILE
3+ path: 'precomp/common.hpp'
4+ */
25
3- #define MAP_XY_LIMIT 400
4- #define MAP_XY_LIMIT_INCLUSIVE 399
6+ #pragma once
57
68namespace Ghidra {
79typedef void * pointer;
@@ -11,7 +13,7 @@ typedef unsigned char undefined;
1113// typedef unsigned char bool;
1214typedef unsigned char byte;
1315typedef unsigned int dword;
14- // typedef unsigned long long GUID; // different then the Windows one?
16+ // typedef unsigned long long GUID;
1517typedef pointer32 ImageBaseOffset32;
1618
1719typedef long long longlong;
@@ -23,13 +25,13 @@ typedef unsigned long ulong;
2325typedef unsigned long long ulonglong;
2426typedef unsigned char undefined1;
2527typedef unsigned short undefined2;
26- typedef unsigned int undefined3;
28+ typedef unsigned char undefined3[ 3 ] ;
2729typedef unsigned int undefined4;
2830typedef unsigned long long undefined6;
2931typedef unsigned long long undefined8;
3032typedef unsigned short ushort;
3133// typedef short wchar_t;
3234typedef unsigned short word;
33- } // namespace Ghidra
35+ }
3436
3537using namespace Ghidra ;
Original file line number Diff line number Diff line change 44#pragma once
55
66#include "addresses-SHC-3BB0A8C1.hpp"
7- #include "assertion.h"
7+ #include "polyfills/ assertion.h"
88#include "CompileMacros.h"
99#include "FunctionResolver.h"
1010#include "StructResolver.h"
1111#include "TypeUtility.h"
12- #include "common.h "
12+ #include "common.hpp "
1313#include "framework.h"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments