mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
adjust stack and code dump lengths to be more useful in real life
This commit is contained in:
parent
1633961707
commit
891c0c2a36
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
#include <arm.h>
|
#include <arm.h>
|
||||||
|
|
||||||
#define PC_DUMPRAD (0x40)
|
#define PC_DUMPRAD (0x10)
|
||||||
#define SP_DUMPLEN (0x30)
|
#define SP_DUMPLEN (0x80)
|
||||||
extern u32 __text_s, __text_e;
|
extern u32 __text_s, __text_e;
|
||||||
|
|
||||||
static bool sp_dumpable(u32 sp, u32 *sp_lower, u32 *sp_upper)
|
static bool sp_dumpable(u32 sp, u32 *sp_lower, u32 *sp_upper)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user