limneos / classdump-dyld

Class-dump any Mach-o file without extracting it from dyld_shared_cache
586 stars 99 forks source link

classdump-dyld(1038,0x102a19800) malloc: can't allocate region #26

Open toolazytoname opened 4 years ago

toolazytoname commented 4 years ago

1: command: classdump-dyld -o ./dyld_shared_cache_result/ -c 2: iOS Version: 13.3 3: Device:iPhoneSE 4:error message: stringWithCString class_getImageName(protocol) empty

stringWithCString class_getImageName(protocol) empty

stringWithCString class_getImageName(protocol) empty classdump-dyld(1038,0x102a19800) malloc: can't allocate region mach_vm_map(size=32768) failed (error code=3) classdump-dyld(1038,0x102a19800) malloc: set a breakpoint in malloc_error_break to debug classdump-dyld(1038,0x102a19800) malloc: can't allocate region mach_vm_map(size=32768) failed (error code=3) classdump-dyld(1038,0x102a19800) malloc: set a breakpoint in malloc_error_break to debug 2020-01-09 11:07:45.006 classdump-dyld[1038:13256] Terminating app due to uncaught exception 'NSMallocException', reason: 'Out of memory. We suggest restarting the application. If you have an unsaved document, create a backup copy in Finder, then try to save.' First throw call stack: (0x1a423aa48 0x1a3f61fa4 0x1a4296220 0x1a4292104 0x1a41eff84 0x1a41dd66c 0x1a450f10c 0x10269c1f0 0x1a45390c8 0x102694f34 0x102691b50 0x1026986b8 0x10269b20c 0x1a403c360) libc++abi.dylib: terminating with uncaught exception of type NSException Abort trap: 6

malhal commented 4 years ago

Same here

iPad:~ root# classdump-dyld -c -o ./Headers
[about 80 successful dumps then...]
classdump-dyld(4151,0x103086040) malloc: can't allocate region
:*** mach_vm_map(size=32768, flags: 100) failed (error code=3)
classdump-dyld(4151,0x103086040) malloc: *** set a breakpoint in malloc_error_break to debug
2020-05-07 19:35:23.376 classdump-dyld[4151:53594] *** Terminating app due to uncaught exception 'NSMallocException', reason: 'Out of memory. We suggest restarting the application. If you have an unsaved document, create a backup copy in Finder, then try to save.'
*** First throw call stack:
(0x1ab2e75f0 0x1ab009bcc 0x1ab343054 0x1ab33ef34 0x1ab29d458 0x1ab28a8d8 0x1ab5bf194 0x102c541f0 0x1ab5e8cd0 0x102c4cf34 0x102c49b50 0x102c506b8 0x102c5320c 0x1ab0e7800)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6
iPad:~ root# classdump-dyld                      

classdump-dyld v1.0. Licensed under GPLv3, Copyright © 2013-2014 by Elias Limneos.
demhademha commented 3 years ago

Were you able to fix this issue?