ploc memory dumper complete

This commit is contained in:
Jakob.Meier
2021-08-31 11:20:21 +02:00
parent 89b68940be
commit 0f79864446
19 changed files with 164 additions and 98 deletions

View File

@ -82,7 +82,8 @@ enum commonObjects: uint32_t {
START_TRACKER = 0x44130001,
PLOC_UPDATER = 0x44330000
PLOC_UPDATER = 0x44330000,
PLOC_MEMORY_DUMPER = 0x44330001
};
}