Skip to content

Commit

Permalink
more kernel thunk names
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonBoy committed May 26, 2014
1 parent 8c7984e commit e4e8528
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions libr/bin/format/xbe/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,16 @@
"vsnprintf",
"vsprintf",
"HalEnableSecureTrayEject",
"HalWriteSMCScratchRegister",
"",
"",
"",
"",
"",
"",
"",
"MmDbgAllocateMemory",
"MmDbgFreeMemory",
"MmDbgQueryAvailablePages",
"MmDbgReleaseAddress",
"MmDbgWriteCheck",
2 changes: 1 addition & 1 deletion libr/bin/format/xbe/xbe.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define XBE_EP_CHIHIRO 0x40B5C16E
#define XBE_KP_CHIHIRO 0x2290059D

#define XBE_MAX_THUNK 366
#define XBE_MAX_THUNK 378

typedef struct {
ut32 magic;
Expand Down

0 comments on commit e4e8528

Please sign in to comment.