Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jan 30, 2024
1 parent f7124a7 commit bc8bde6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel_read.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ void pspXploitDumpKernel(u32* dst, u32* src, u32 size) {
pspDebugScreenPrintf("Reading %d bytes of kernel ram @ %p\n", size, src);
#endif

if ((u32)src+size >= 0x88400000) size = 0x88400000 - (u32)src;

u32 count = 0;
while (count < size){
u64 ret = pspXploitKernelRead64((u32)src);
Expand Down
Binary file removed libpspexploit.a
Binary file not shown.

0 comments on commit bc8bde6

Please sign in to comment.