diff --git a/Release/scetool.exe b/Release/scetool.exe index ead020a..a2f75c6 100644 Binary files a/Release/scetool.exe and b/Release/scetool.exe differ diff --git a/src/self.cpp b/src/self.cpp index e3556ba..0e207c2 100644 --- a/src/self.cpp +++ b/src/self.cpp @@ -107,10 +107,10 @@ void _print_app_info(FILE *fp, app_info_t *ai) fprintf(fp, " Vendor-ID 0x%08X\n", _ES32(ai->vendor_id)); vendor_id_t *vendor = (vendor_id_t*)(&ai->vendor_id); - _PRINT_RAW(fp, " Territory 0x%02x\n", (vendor->territory)); - //_PRINT_RAW(fp, " unknown_1 0x%02x\n", (vendor->unknown_1)); - //_PRINT_RAW(fp, " unknown_2 0x%02x\n", (vendor->unknown_2)); - _PRINT_RAW(fp, " Gos-id 0x%02x\n", (vendor->gos_id)); + _PRINT_RAW(fp, " Territory 0x%02X\n", (vendor->territory)); + //_PRINT_RAW(fp, " unknown_1 0x%02X\n", (vendor->unknown_1)); + //_PRINT_RAW(fp, " unknown_2 0x%02X\n", (vendor->unknown_2)); + _PRINT_RAW(fp, " Gos-id 0x%02X\n", (vendor->gos_id)); name = _get_name(_program_types, _ES32(ai->program_type)); if(name != NULL) diff --git a/src/tables.cpp b/src/tables.cpp index 2d2854e..8994321 100644 --- a/src/tables.cpp +++ b/src/tables.cpp @@ -147,6 +147,7 @@ id_to_name_t _auth_ids[] = {0x1FF0000008000001, "lv1ldr"}, {0x1FF0000009000001, "lv2ldr"}, {0x1FF000000A000001, "isoldr"}, + {0x1FF000000B000001, "rvkldr"}, {0x1FF000000C000001, "appldr"}, {0, NULL} };