web - Unity www class crashes on iOS 64 bit -


i built application ios 64 bit using unity 5.1, xcode 6.4`.

i'm calling rest api headers inside. application crashes on www call.

the crash point somewhere in feedunitywebstream assembly file, hence no crash point. crash log has entries of cfnetwork library.

this api has been working fine on 32 bit build.

please help

api call

string url = "http://gamelootnetwork.com/apis/restserver.php/";          wwwform form = new wwwform();         form.addfield("method","imatrixlogin" );         form.addfield("imatrix_id", stremail);         form.addfield("password", strpassword);         www www = new www(url, form);         loading = dashuputil.showloadingindicator(transform.parent);         startcoroutine(waitforrequest(www)); 

crash log

incident identifier: b99794f3-44f8-4569-8b85-4dd43a00a2d0 crashreporter key:   01fb558dcc66147392c762d8463e5c11b693f6b5 hardware model:      ipad4,4 process:             lootflyer [4089] path:        /private/var/mobile/containers/bundle/application/66682a15-3ffa-4c58-8ddb-7d85a800bfbe/lootflyer.app/lootflyer identifier:          com.gamelootnetwork.lootflyer version:            1.1 (1.1) code type:           arm-64 (native) parent process:      launchd [1]  date/time:           2015-07-14 17:14:17.480 +0500 launch time:        2015-07-14 17:13:45.889 +0500 os version:          ios 8.1.2 (12b440) report version:      105  exception type:  exc_bad_access (sigsegv) exception subtype: kern_invalid_address @ 0x00000001bb27beb8 triggered thread:  0  thread 0 name:  main  dispatch queue: com.apple.main-thread thread 0 crashed: 0   libobjc.a.dylib                   0x00000001946cfbd0 objc_msgsend + 16 1   lootflyer                      0x0000000100e9b258 www::feedunitywebstream(bool) (www.cpp:236) 2   cfnetwork                        0x0000000183746e6c __65-[nsurlconnectioninternal _withconnectionanddelegate:onlyactive:]_block_invoke + 76 3   cfnetwork                       0x0000000183746dfc -[nsurlconnectioninternal _withconnectionanddelegate:onlyactive:] + 204 4   cfnetwork                       0x0000000183746f78 -[nsurlconnectioninternal _withactiveconnectionanddelegate:] + 56 5   cfnetwork                         0x000000018361b8e0 ___zn27urlconnectionclient_classic26_delegate_didfinishloadingeu13block_pointerfvve_block_invoke + 100 6   cfnetwork                        0x00000001836e453c ___zn27urlconnectionclient_classic18_withdelegateasyncepkcu13block_pointerfvp16_cfurlconnectionpk33cfurlconnectionclientcurrent_vmaxe_block_invoke_2 + 100 7   cfnetwork                         0x0000000183607b50 runloopblockcontext::_invoke_block(void const*, void*) + 72 8   corefoundation                   0x0000000183b84aa8 cfarrayapplyfunction + 64 9   cfnetwork                      0x00000001836079fc runloopblockcontext::perform() + 132 10  cfnetwork                       0x00000001836078b0 multiplexersource::perform() + 308 11  cfnetwork     0x00000001836076dc multiplexersource::_perform(void*) + 64 12  corefoundation                   0x0000000183c5a9e8 __cfrunloop_is_calling_out_to_a_source0_perform_function__ + 20 13  corefoundation                  0x0000000183c59c8c __cfrunloopdosources0 + 260 14  corefoundation                  0x0000000183c57d3c __cfrunlooprun + 708 15  corefoundation              0x0000000183b850a0 cfrunlooprunspecific + 392 16  graphicsservices      0x000000018cceb5a0 gseventrunmodal + 164 17  uikit                      0x00000001884ba3bc uiapplicationmain + 1484 18  lootflyer               0x0000000100086254 main (main.mm:40) 19  libdyld.dylib                  0x0000000194d2aa04 start + 0  thread 1 name:  dispatch queue: com.apple.libdispatch-manager thread 1: 0   libsystem_kernel.dylib          0x0000000194e28c94 kevent64 + 8 1   libdispatch.dylib               0x0000000194d1097c _dispatch_mgr_invoke + 272 2   libdispatch.dylib                0x0000000194d033b0 _dispatch_mgr_thread + 48  thread 2: 0   libsystem_kernel.dylib            0x0000000194e43c78 __workq_kernreturn + 8 1   libsystem_pthread.dylib          0x0000000194edd390 _pthread_wqthread + 988 2   libsystem_pthread.dylib          0x0000000194edcfa4 start_wqthread + 0  thread 3: 0   libsystem_kernel.dylib            0x0000000194e43c78 __workq_kernreturn + 8 1   libsystem_pthread.dylib          0x0000000194edd390 _pthread_wqthread + 988 2   libsystem_pthread.dylib          0x0000000194edcfa4 start_wqthread + 0  thread 4 name:  gc finalizer thread 4: 0   libsystem_kernel.dylib       0x0000000194e43078 __psynch_cvwait + 8 1   libsystem_pthread.dylib      0x0000000194edefe0 _pthread_cond_wait + 620 2   lootflyer               0x00000001016a396c il2cpp::os::posix::posixwaitobject::wait(unsigned int, bool) (posixwaitobject.cpp:128) 3   lootflyer                         0x0000000101683644 finalizerthread(void*) (gc.cpp:35) 4   lootflyer     0x000000010169f1bc il2cpp::os::thread::runwrapper(void*) (thread.cpp:83) 5   lootflyer                      0x00000001016a7170 il2cpp::os::threadimpl::threadstartwrapper(void*) (threadimpl.cpp:91) 6   libsystem_pthread.dylib        0x0000000194edfe7c _pthread_body + 160 7   libsystem_pthread.dylib          0x0000000194edfdd8 _pthread_start + 156 8   libsystem_pthread.dylib        0x0000000194edcfac thread_start + 0  thread 5 name:  batchdeleteobjects thread 5: 0   libsystem_kernel.dylib         0x0000000194e28eb8 semaphore_wait_trap + 8 1   libdispatch.dylib               0x0000000194d0ea4c _dispatch_semaphore_wait_slow + 252 2   lootflyer                        0x0000000101014264 threadedstreambuffer::handlereadoverflow(unsigned int&, unsigned int&) (threadedstreambuffer.cpp:291) 3   lootflyer          0x0000000100f6c534 batchdeletestep2threaded(void*) (batchdeleteobjects.cpp:93) 4   lootflyer                        0x00000001010138b4 thread::runthreadwrapper(void*) (thread.cpp:40) 5  libsystem_pthread.dylib           0x0000000194edfe7c _pthread_body + 160 6   libsystem_pthread.dylib          0x0000000194edfdd8 _pthread_start + 156 7   libsystem_pthread.dylib         0x0000000194edcfac thread_start + 0  thread 6 name:  asyncreadmanager thread 6: 0   libsystem_kernel.dylib   0x0000000194e28eb8 semaphore_wait_trap + 8 1   libdispatch.dylib        0x0000000194d0ea4c _dispatch_semaphore_wait_slow + 252 2   lootflyer    0x000000010102766c asyncreadmanagerthreaded::threadentry() (asyncreadmanagerthreaded.cpp:85) 3   lootflyer                      0x000000010102746c asyncreadmanagerthreaded::staticthreadentry(void*) (asyncreadmanagerthreaded.cpp:53) 4   lootflyer                       0x00000001010138b4 thread::runthreadwrapper(void*) (thread.cpp:40) 5  libsystem_pthread.dylib           0x0000000194edfe7c _pthread_body + 160 6   libsystem_pthread.dylib          0x0000000194edfdd8 _pthread_start + 156 7   libsystem_pthread.dylib         0x0000000194edcfac thread_start + 0  thread 7 name:  unityworker thread 7: 0   libsystem_kernel.dylib        0x0000000194e28eb8 semaphore_wait_trap + 8 1   libdispatch.dylib        0x0000000194d0ea4c _dispatch_semaphore_wait_slow + 252 2   lootflyer    0x00000001010133c8 cappedsemaphore::waitforsignal() (cappedsemaphore.h:63) 3   lootflyer                        0x0000000101012db8 jobqueue::processjobs(void*, bool*) (jobqueue.cpp:573) 4   lootflyer                         0x00000001010125f8 jobqueue::workloop(void*) (jobqueue.cpp:579) 5   lootflyer                       0x00000001010138b4 thread::runthreadwrapper(void*) (thread.cpp:40) 6   libsystem_pthread.dylib          0x0000000194edfe7c _pthread_body + 160 7   libsystem_pthread.dylib          0x0000000194edfdd8 _pthread_start + 156 8   libsystem_pthread.dylib         0x0000000194edcfac thread_start + 0  thread 8: 0   libsystem_kernel.dylib            0x0000000194e28eb8 semaphore_wait_trap + 8 1   lootflyer                        0x000000010160e4f4 algthreadjobqueuethreadfunc + 32 2   libsystem_pthread.dylib         0x0000000194edfe7c _pthread_body + 160 3   libsystem_pthread.dylib          0x0000000194edfdd8 _pthread_start + 156 4   libsystem_pthread.dylib         0x0000000194edcfac thread_start + 0  thread 9 name:  unitysubstancethread thread 9: 0   libsystem_kernel.dylib           0x0000000194e28eb8 semaphore_wait_trap + 8 1   libdispatch.dylib               0x0000000194d0ea4c _dispatch_semaphore_wait_slow + 252 2   lootflyer                        0x0000000100f26efc substancesystem::threadmain(void*) (semaphore.h:22) 3   lootflyer                        0x00000001010138b4 thread::runthreadwrapper(void*) (thread.cpp:40) 4   libsystem_pthread.dylib          0x0000000194edfe7c _pthread_body + 160 5   libsystem_pthread.dylib          0x0000000194edfdd8 _pthread_start + 156 6   libsystem_pthread.dylib         0x0000000194edcfac thread_start + 0  thread 10: 0   libsystem_kernel.dylib           0x0000000194e28eb8 semaphore_wait_trap + 8 1   lootflyer                        0x00000001012bea58 fmod_os_semaphore_wait(fmod_os_semaphore*) + 12 2  lootflyer                         0x00000001012da7bc fmod::thread::callback(void*) + 60 3   libsystem_pthread.dylib           0x0000000194edfe7c _pthread_body + 160 4   libsystem_pthread.dylib      0x0000000194edfdd8 _pthread_start + 156 5   libsystem_pthread.dylib     0x0000000194edcfac thread_start + 0  thread 11 name:  auremoteio::iothread thread 11: 0   libsystem_kernel.dylib         0x0000000194e28e7c mach_msg_trap + 8 1  libsystem_kernel.dylib          0x0000000194e28cf4 mach_msg + 68 2   audiotoolbox                   0x00000001832997b8 auremoteio::iothread::run() + 112 3   audiotoolbox                   0x000000018329cf9c auremoteio::iothread::entry(void*) + 8 4   audiotoolbox                      0x00000001831bcdd8 capthread::entry(capthread*) + 140 5   libsystem_pthread.dylib           0x0000000194edfe7c _pthread_body + 160 6   libsystem_pthread.dylib      0x0000000194edfdd8 _pthread_start + 156 7   libsystem_pthread.dylib     0x0000000194edcfac thread_start + 0  thread 12: 0   libsystem_kernel.dylib           0x0000000194e43570 __semwait_signal + 8 1   libsystem_c.dylib              0x0000000194d6592c nanosleep + 212 2   libsystem_c.dylib                0x0000000194d65848 usleep + 64 3   lootflyer                        0x00000001012be5b8 fmod_os_time_sleep(unsigned int) + 16 4   lootflyer                      0x00000001012da7a8 fmod::thread::callback(void*) + 40 5   libsystem_pthread.dylib           0x0000000194edfe7c _pthread_body + 160 6   libsystem_pthread.dylib      0x0000000194edfdd8 _pthread_start + 156 7   libsystem_pthread.dylib     0x0000000194edcfac thread_start + 0  thread 13: 0   libsystem_pthread.dylib          0x0000000194ee3e08 dyld-stub$$_platform_memmove + 4 1   libsystem_pthread.dylib         0x0000000194edd4dc _pthread_mutex_lock + 308 2   corefoundation         0x0000000183c5a184 __cfrunloopdosource1 + 472 3   corefoundation        0x0000000183c580dc __cfrunlooprun + 1636 4   corefoundation             0x0000000183b850a0 cfrunlooprunspecific + 392 5   corefoundation        0x0000000183bd71f8 cfrunlooprun + 108 6   coremotion                    0x000000018458298c 0x184540000 + 272780 7   libsystem_pthread.dylib     0x0000000194edfe7c _pthread_body + 160 8   libsystem_pthread.dylib      0x0000000194edfdd8 _pthread_start + 156 9   libsystem_pthread.dylib     0x0000000194edcfac thread_start + 0  thread 14 name:  unitypreload thread 14: 0   libsystem_kernel.dylib     0x0000000194e28eb8 semaphore_wait_trap + 8 1   libdispatch.dylib        0x0000000194d0ea4c _dispatch_semaphore_wait_slow + 252 2   lootflyer    0x0000000100f72704 preloadmanager::run() (semaphore.h:22) 3   lootflyer                         0x0000000100f726b0 preloadmanager::run(void*) (preloadmanager.cpp:174) 4   lootflyer        0x00000001010138b4 thread::runthreadwrapper(void*) (thread.cpp:40) 5  libsystem_pthread.dylib           0x0000000194edfe7c _pthread_body + 160 6   libsystem_pthread.dylib          0x0000000194edfdd8 _pthread_start + 156 7   libsystem_pthread.dylib         0x0000000194edcfac thread_start + 0  thread 15 name:  com.apple.nsurlconnectionloader thread 15: 0   libsystem_kernel.dylib          0x0000000194e28e7c mach_msg_trap + 8 1  libsystem_kernel.dylib          0x0000000194e28cf4 mach_msg + 68 2   corefoundation                 0x0000000183c59ecc __cfrunloopservicemachport + 196 3   corefoundation                 0x0000000183c57e20 __cfrunlooprun + 936 4   corefoundation              0x0000000183b850a0 cfrunlooprunspecific + 392 5   cfnetwork             0x000000018368a4e4 +[nsurlconnection(loader) _resourceloadloop:] + 436 6   foundation                       0x0000000184b75c08 __nsthread__main__ + 1068 7   libsystem_pthread.dylib           0x0000000194edfe7c _pthread_body + 160 8   libsystem_pthread.dylib      0x0000000194edfdd8 _pthread_start + 156 9   libsystem_pthread.dylib     0x0000000194edcfac thread_start + 0  thread 16 name:  com.apple.cfsocket.private thread 16: 0   libsystem_kernel.dylib           0x0000000194e43498 __select + 8 1   corefoundation                  0x0000000183c5f8c4 __cfsocketmanager + 656 2   libsystem_pthread.dylib          0x0000000194edfe7c _pthread_body + 160 3   libsystem_pthread.dylib         0x0000000194edfdd8 _pthread_start + 156 4   libsystem_pthread.dylib     0x0000000194edcfac thread_start + 0  thread 0 crashed arm thread state (64-bit):     x0: 0x000000017025f110   x1: 0x0000000188c31a22   x2: 0x0000000100d6c924   x3: 0x0000000000000010     x4: 0x0000000000000000   x5: 0x0000000000000000   x6: 0x00000001700ce018   x7: 0x0000000000000a80     x8: 0x0000000101c43000   x9: 0x00000001bb27bea8  x10: 0x0000000135864170  x11: 0x000000150000001f    x12: 0x0000000135864330 x13: 0xbaddaaa9bb27bead  x14: 0x0000000000000000  x15: 0x0000000000000001    x16: 0x00000001946cfbc0  x17: 0x0000000100086f1c x18: 0x0000000000000000  x19: 0x0000000134772190    x20: 0x000000016fd7e580  x21: 0x0000000000000001  x22: 0x0000000000000001  x23: 0x0000000188c258a0    x24: 0x0000000170215640  x25: 0x000000016fd7e578  x26: 0x000000019533eb82  x27: 0x000000019534ae0c   x28: 0x0000000000000000  fp: 0x000000016fd7e620   lr: 0x0000000100e9b25c     sp: 0x000000016fd7e570   pc: 0x00000001946cfbd0 cpsr: 0x20000000  binary images: 0x100080000 - 0x101a3ffff lootflyer arm64  <d635920668cb367da501e96792f926bd> /var/mobile/containers/bundle/application/66682a15-3ffa-4c58-8ddb-7d85a800bfbe/lootflyer.app/lootflyer 0x107450000 - 0x107537fff agxmetal arm64  <3a033d413b883c0fa09891bfb237e3fa> /system/library/extensions/agxmetal.bundle/agxmetal 0x1200fc000 - 0x120123fff dyld arm64  <36eff49275c23d2d815e48af33eea471> /usr/lib/dyld 0x18247c000 - 0x18260ffff avfoundation arm64  <c9cd60a62cfb3e77be72db6cd3062a09> /system/library/frameworks/avfoundation.framework/avfoundation 0x182610000 - 0x182674fff libavfaudio.dylib arm64  <017d90360b443ae788ef31cfd73d17f6> /system/library/frameworks/avfoundation.framework/libavfaudio.dylib 0x182678000 - 0x1826b7fff avkit arm64  <8eb98ea09dfe3b218fd8a71197a85ad2> /system/library/frameworks/avkit.framework/avkit 0x1826b8000 - 0x1826b8fff accelerate arm64  <e9ba7838f51634a7b59ed392be50e86f> /system/library/frameworks/accelerate.framework/accelerate 0x1826d0000 - 0x1828effff vimage arm64  <da44067fc79931c7aef1b7e88bf82a83> /system/library/frameworks/accelerate.framework/frameworks/vimage.framework/vimage 0x1828f0000 - 0x182997fff libblas.dylib arm64  <e5276e7784ef34a4baca480264978ea0> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/libblas.dylib 0x182998000 - 0x182d12fff liblapack.dylib arm64  <165b05f9f75736d5ae8f5f39293bd6e7> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/liblapack.dylib 0x182d14000 - 0x182d29fff liblinearalgebra.dylib arm64  <5574ec3bd4e537e1b662d38a63aec58b> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/liblinearalgebra.dylib 0x182d2c000 - 0x182d94fff libvdsp.dylib arm64  <004f5668574139bc906c5fa4fdced3b1> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/libvdsp.dylib 0x182d98000 - 0x182dbbfff libvmisc.dylib arm64  <5790e7ace143367ea6f2428852be384e> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/libvmisc.dylib 0x182dbc000 - 0x182dbcfff veclib arm64  <211d7711a6e93fe8ae6d6b42585cad2d> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/veclib 0x182dc0000 - 0x182deefff accounts arm64  <2508d336b9893176ad4e1bc67ff04188> /system/library/frameworks/accounts.framework/accounts 0x182df0000 - 0x182df0fff adsupport arm64  <977faefc983d3d72ad5e531740e4130a> /system/library/frameworks/adsupport.framework/adsupport 0x182df4000 - 0x182e76fff addressbook arm64  <09e2e24ef5e23fb8a62ae209466a64bd> /system/library/frameworks/addressbook.framework/addressbook 0x182e78000 - 0x182fc8fff addressbookui arm64  <e79239b432af33e783296d2a9841578e> /system/library/frameworks/addressbookui.framework/addressbookui 0x182fcc000 - 0x182fdffff assetslibrary arm64  <78cfe4f1af67381fb6941f4b1f25eef9> /system/library/frameworks/assetslibrary.framework/assetslibrary 0x183190000 - 0x18344dfff audiotoolbox arm64  <f0b739a395993b808d66e85e1a6e9f18> /system/library/frameworks/audiotoolbox.framework/audiotoolbox 0x1835ec000 - 0x1837f7fff cfnetwork arm64  <68adcebf440d30769bd2d67adc7932a2> /system/library/frameworks/cfnetwork.framework/cfnetwork 0x1837f8000 - 0x18388ffff cloudkit arm64  <8f226c83b2793a0db1eefa14d697c04b> /system/library/frameworks/cloudkit.framework/cloudkit 0x183890000 - 0x1838f5fff coreaudio arm64  <10aae62ba1c43dd29bc678fbf0f985ef> /system/library/frameworks/coreaudio.framework/coreaudio 0x183918000 - 0x183939fff corebluetooth arm64  <9ccc8812db60356ebb123ca9ca36f958> /system/library/frameworks/corebluetooth.framework/corebluetooth 0x18393c000 - 0x183b7afff coredata arm64  <33c0d795a45e35c9affed5cf9d83a8a1> /system/library/frameworks/coredata.framework/coredata 0x183b7c000 - 0x183ed8fff corefoundation arm64  <83a9627362333366a8543e8c2d28166e> /system/library/frameworks/corefoundation.framework/corefoundation 0x183edc000 - 0x18403efff coregraphics arm64  <783a6b9356ed3b41beba516b483affb1> /system/library/frameworks/coregraphics.framework/coregraphics 0x184094000 - 0x184096fff libcgxtype.a.dylib arm64  <a23bc017fe0d3c2293a1391fe5ef658b> /system/library/frameworks/coregraphics.framework/resources/libcgxtype.a.dylib 0x184098000 - 0x1840a3fff libcmsbuiltin.a.dylib arm64  <f691d5f2368d3b7d8668c7cbf6044af7> /system/library/frameworks/coregraphics.framework/resources/libcmsbuiltin.a.dylib 0x184298000 - 0x1842b6fff librip.a.dylib arm64  <c7960ba6e4183d9cbb673b112b6ba300> /system/library/frameworks/coregraphics.framework/resources/librip.a.dylib 0x1842b8000 - 0x1843e5fff coreimage arm64  <444c44b06f533bad9c1b030edd486b49> /system/library/frameworks/coreimage.framework/coreimage 0x1843e8000 - 0x184445fff corelocation arm64  <d8470e5719473c82a5f089624a04a1e5> /system/library/frameworks/corelocation.framework/corelocation 0x184480000 - 0x18453efff coremedia arm64  <af73ae8152763066a3fc18bcbcdecf94> /system/library/frameworks/coremedia.framework/coremedia 0x184540000 - 0x18460efff coremotion arm64  <b4148dfdca2036e893becf42286d9e09> /system/library/frameworks/coremotion.framework/coremotion 0x184610000 - 0x184681fff coretelephony arm64  <f99cf601387938d3808c32e97a9a30cf> /system/library/frameworks/coretelephony.framework/coretelephony 0x184684000 - 0x184786fff coretext arm64  <128434ae7dda35bf8830f1914999fe3a> /system/library/frameworks/coretext.framework/coretext 0x184788000 - 0x1847a4fff corevideo arm64  <402f868dbba63d59a3b2e738982b9d71> /system/library/frameworks/corevideo.framework/corevideo 0x1847a8000 - 0x1848ccfff eventkit arm64  <15cacaa609e33790a3bc644eb4d92191> /system/library/frameworks/eventkit.framework/eventkit 0x184a80000 - 0x184cd4fff foundation arm64  <fb0544132648377c8d2683d597a3583d> /system/library/frameworks/foundation.framework/foundation 0x184d04000 - 0x184d2dfff gss arm64  <7b3a88cbb59d33088db0fae35c30b7da> /system/library/frameworks/gss.framework/gss 0x184d30000 - 0x184d40fff gamecontroller arm64  <d022e54deaa630a19aa960141db9ca6e> /system/library/frameworks/gamecontroller.framework/gamecontroller 0x184dec000 - 0x184e58fff iokit arm64  <1cd3da5151d03be5a0ba0c30c19228ea> /system/library/frameworks/iokit.framework/versions/a/iokit 0x184e5c000 - 0x1850f6fff imageio arm64  <100a3b5e1ea13c89a9771cad8f9508b2> /system/library/frameworks/imageio.framework/imageio 0x1850f8000 - 0x185598fff javascriptcore arm64  <8b0fade3317b38358fe56ac5ba61e2f3> /system/library/frameworks/javascriptcore.framework/javascriptcore 0x185e0c000 - 0x185e12fff mediaaccessibility arm64  <5dc0d8bda3593b9cb00a8703b21953fd> /system/library/frameworks/mediaaccessibility.framework/mediaaccessibility 0x185e14000 - 0x18602ffff mediaplayer arm64  <5c56df4977f33b41bdc6b6aed053f85b> /system/library/frameworks/mediaplayer.framework/mediaplayer 0x186030000 - 0x18644afff mediatoolbox arm64  <0468767c75bb342cbbefc64bdf948be5> /system/library/frameworks/mediatoolbox.framework/mediatoolbox 0x18644c000 - 0x18651ffff messageui arm64  <f307aec0262838e1ad1302805c8a025c> /system/library/frameworks/messageui.framework/messageui 0x186520000 - 0x186593fff metal arm64  <69e3d92ae3ec3375a550022b7ac4a184> /system/library/frameworks/metal.framework/metal 0x186594000 - 0x186640fff mobilecoreservices arm64  <19505cbb66af328785e293c3b2810b00> /system/library/frameworks/mobilecoreservices.framework/mobilecoreservices 0x186764000 - 0x186799fff openal arm64  <1bbe9dd773463d5c93a368ff87097ed4> /system/library/frameworks/openal.framework/openal 0x1877c4000 - 0x1877cefff opengles arm64  <b707e102e4553f26994bfef0579c9f52> /system/library/frameworks/opengles.framework/opengles 0x1877d4000 - 0x1877d5fff libcvmspluginsupport.dylib arm64  <7e1f08d7776b37efb6ff01f6486afcde> /system/library/frameworks/opengles.framework/libcvmspluginsupport.dylib 0x1877d8000 - 0x1877dbfff libcorefscache.dylib arm64  <5888d3587c633af2ac7cf57ac15ab5e4> /system/library/frameworks/opengles.framework/libcorefscache.dylib 0x1877dc000 - 0x1877e0fff libcorevmclient.dylib arm64  <291806c545fe3219b844a93e2fb682b4> /system/library/frameworks/opengles.framework/libcorevmclient.dylib 0x1877e4000 - 0x1877eefff libgfxshared.dylib arm64  <f5e5cfc1d6673d469f25b3fa77fa995b> /system/library/frameworks/opengles.framework/libgfxshared.dylib 0x1877f0000 - 0x18783bfff libglimage.dylib arm64  <4e284cf07fe23789b94c9f204f7aa52e> /system/library/frameworks/opengles.framework/libglimage.dylib 0x187d9c000 - 0x187f20fff quartzcore arm64  <313aba56d17e30d1b68b2fdfda1820f8> /system/library/frameworks/quartzcore.framework/quartzcore 0x187f24000 - 0x187f7ffff quicklook arm64  <ae12a3ed0acf3b6ca816e95d4a894d70> /system/library/frameworks/quicklook.framework/quicklook 0x1881b4000 - 0x188206fff security arm64  <823c0a3088543396bef1e351da74c835> /system/library/frameworks/security.framework/security 0x188208000 - 0x188293fff social arm64  <928581a049c3306abe816e5113d652ae> /system/library/frameworks/social.framework/social 0x1883b0000 - 0x1883c8fff storekit arm64  <e7adbf448a9839529a876e42b9293a44> /system/library/frameworks/storekit.framework/storekit 0x1883cc000 - 0x18843ffff systemconfiguration arm64  <cbcb5237ab8637aebf0cb493aaa4af92> /system/library/frameworks/systemconfiguration.framework/systemconfiguration 0x188444000 - 0x188db8fff uikit arm64  <31ac3f3fa5153620907fbfbfd1d671b0> /system/library/frameworks/uikit.framework/uikit 0x188dbc000 - 0x188e35fff videotoolbox arm64  <13a05b41cd0136239ef94de508febe1d> /system/library/frameworks/videotoolbox.framework/videotoolbox 0x188e38000 - 0x189099fff webkit arm64  <ec363b6f17ba3f068df0b771aa8ddc44> /system/library/frameworks/webkit.framework/webkit 0x18909c000 - 0x1890d5fff iad arm64  <ead03dc7b6af33949da0e8566de248cd> /system/library/frameworks/iad.framework/iad 0x189418000 - 0x18941bfff agxcompilerconnection arm64  <dca7ebb27c1735c299a4ec26e1529213> /system/library/privateframeworks/agxcompilerconnection.framework/agxcompilerconnection 0x189494000 - 0x18949afff aittarget arm64  <b9bb1c4d7ba1350e98f02f665923e52e> /system/library/privateframeworks/aittarget.framework/aittarget 0x1894a0000 - 0x1894adfff aosnotification arm64  <8b9793a334fa3013803a6cb713053b44> /system/library/privateframeworks/aosnotification.framework/aosnotification 0x189638000 - 0x189690fff accountsdaemon arm64  <84c862ef63b332eb81b98f5ab414e3f4> /system/library/privateframeworks/accountsdaemon.framework/accountsdaemon 0x189694000 - 0x1896bafff accountsui arm64  <a7d2776eb1ad39d887a5e62c0292e597> /system/library/privateframeworks/accountsui.framework/accountsui 0x1896bc000 - 0x1896c1fff aggregatedictionary arm64  <2f9120e6400835f08bd7bfd2d4ada020> /system/library/privateframeworks/aggregatedictionary.framework/aggregatedictionary 0x1898c0000 - 0x1898f4fff airplaysupport arm64  <6f3dd0a70c643317b21ca301bd142257> /system/library/privateframeworks/airplaysupport.framework/airplaysupport 0x189b40000 - 0x189b8afff appsupport arm64  <f35ee13bec64354d9044e2a5ea519640> /system/library/privateframeworks/appsupport.framework/appsupport 0x189b8c000 - 0x189bdffff appleaccount arm64  <267a2b98738333f099ccb095820590d6> /system/library/privateframeworks/appleaccount.framework/appleaccount 0x189ce8000 - 0x189d30fff applejpeg arm64  <8377453201ad3862b7b6182be4ac4342> /system/library/privateframeworks/applejpeg.framework/applejpeg 0x189d44000 - 0x189d58fff applepushservice arm64  <fc28105486c5380f95f8d52a3a3c2fac> /system/library/privateframeworks/applepushservice.framework/applepushservice 0x189d5c000 - 0x189d65fff applesrp arm64  <7a5d169c15b83573a29f1c018c8ecbb8> /system/library/privateframeworks/applesrp.framework/applesrp 0x189d78000 - 0x189d83fff assertionservices arm64  <52d911832bf9382d802961ea9d1614f9> /system/library/privateframeworks/assertionservices.framework/assertionservices 0x189d84000 - 0x189d9ffff assetslibraryservices arm64  <5db6341939f63eaa86f0c0306e2b59c9> /system/library/privateframeworks/assetslibraryservices.framework/assetslibraryservices 0x189da0000 - 0x189dcafff assistantservices arm64  <4d30491ebb4f324d8a2d3910f3f5739e> /system/library/privateframeworks/assistantservices.framework/assistantservices 0x189e04000 - 0x189e08fff btleaudiocontroller arm64  <8539b6078e1b3c739d412842418188ed> /system/library/privateframeworks/btleaudiocontroller.framework/btleaudiocontroller 0x189e0c000 - 0x189e28fff backboardservices arm64  <6ff3989d8caf3130aa41d0019ead5472> /system/library/privateframeworks/backboardservices.framework/backboardservices 0x189e30000 - 0x189e6dfff baseboard arm64  <62044bafc2293567aec7797b25708b48> /system/library/privateframeworks/baseboard.framework/baseboard 0x189e70000 - 0x189e77fff bluetoothmanager arm64  <2b1c765aab5a3ba6b6f8ded22ce99d6b> /system/library/privateframeworks/bluetoothmanager.framework/bluetoothmanager 0x189e78000 - 0x189ea8fff bom arm64  <2724021b087139bcaa636d640e9b4127> /system/library/privateframeworks/bom.framework/bom 0x189f44000 - 0x189f4cfff cachedelete arm64  <81d93e7702c3390dbf003caa716dc3fb> /system/library/privateframeworks/cachedelete.framework/cachedelete 0x189fa0000 - 0x189fd0fff calendarfoundation arm64  <210e5342ce603b9887f0e10131df34a4> /system/library/privateframeworks/calendarfoundation.framework/calendarfoundation 0x18a108000 - 0x18a112fff captivenetwork arm64  <8ba9d547383b3a7fba9a31cc361fc06a> /system/library/privateframeworks/captivenetwork.framework/captivenetwork 0x18a114000 - 0x18a25efff celestial arm64  <24aa1094177c3a5ead8cd4fa3369b83a> /system/library/privateframeworks/celestial.framework/celestial 0x18a270000 - 0x18a28bfff certinfo arm64  <34bb9442ee1633238c1830d4ba2e7103> /system/library/privateframeworks/certinfo.framework/certinfo 0x18a28c000 - 0x18a292fff certui arm64  <d540e6a6a1ab3b119b88d31509a2f390> /system/library/privateframeworks/certui.framework/certui 0x18a3dc000 - 0x18a400fff chunkinglibrary arm64  <ef3f4a4cae2d387b874e53eec51b37aa> /system/library/privateframeworks/chunkinglibrary.framework/chunkinglibrary 0x18a834000 - 0x18a8f8fff cloudphotolibrary arm64  <a7679e757e94373cb6c1f024e0f3b431> /system/library/privateframeworks/cloudphotolibrary.framework/cloudphotolibrary 0x18a958000 - 0x18a95afff commonauth arm64  <be739a349719388087584ff4b16e0a0d> /system/library/privateframeworks/commonauth.framework/commonauth 0x18a95c000 - 0x18a96efff commonutilities arm64  <1cb495ce473a3127bb291cc541762fb3> /system/library/privateframeworks/commonutilities.framework/commonutilities 0x18a970000 - 0x18a974fff communicationsfilter arm64  <836ffdf2d1bf38948dc8ce6c2f8179e1> /system/library/privateframeworks/communicationsfilter.framework/communicationsfilter 


Comments