Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. (lldb) bt
  2. * thread #88, stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
  3. * frame #0: 0x0000000100e1f76a VLC for iOS`MD5Update [inlined] MD5_memcpy(input="", len=64) at md5.c:338:15 [opt]
  4. frame #1: 0x0000000100e1f760 VLC for iOS`MD5Update(context=0x000070000a9061b8, input="", inputLen=909522486) at md5.c:145 [opt]
  5. frame #2: 0x0000000100fdc38c VLC for iOS`smb2_hmac_md5(text="", text_len=909522486, key="\xbe, key_len=<unavailable>, digest="\350c\220\n") at hmac-md5.c:79:9 [opt]
  6. frame #3: 0x0000000100fe1a96 VLC for iOS`ntlmssp_generate_blob [inlined] NTOWFv2(user=<unavailable>, password=<unavailable>, domain=<unavailable>, ntlmv2_hash=<unavailable>) at ntlmssp.c:267:9 [opt]
  7. frame #4: 0x0000000100fe1a52 VLC for iOS`ntlmssp_generate_blob [inlined] encode_ntlm_auth(smb2=0x00007fcedd929400, ti=<unavailable>, auth_data=0x00006000038c0d80, server_challenge="xX\xa4\x15}\x92\x17P") at ntlmssp.c:352 [opt]
  8. frame #5: 0x0000000100fe19ea VLC for iOS`ntlmssp_generate_blob(smb2=0x00007fcedd929400, t=<unavailable>, auth_data=0x00006000038c0d80, input_buf=<unavailable>, input_len=<unavailable>, output_buf=0x000070000a906460, output_len=0x000070000a906458) at ntlmssp.c:559 [opt]
  9. frame #6: 0x0000000100fdfb67 VLC for iOS`send_session_setup_request(smb2=0x00007fcedd929400, c_data=0x00006000009284c0, buf="NTLMSSP", len=130) at libsmb2.c:783:21 [opt]
  10. frame #7: 0x0000000100fdfe69 VLC for iOS`session_setup_cb(smb2=0x00007fcedd929400, status=<unavailable>, command_data=0x0000600001e94700, private_data=0x00006000009284c0) at libsmb2.c:608:28 [opt]
  11. frame #8: 0x0000000100fe910f VLC for iOS`smb2_read_data(smb2=<unavailable>, func=(VLC for iOS`smb2_readv_from_socket at socket.c:539)) at socket.c:518:9 [opt]
  12. frame #9: 0x0000000100fe963e VLC for iOS`smb2_service [inlined] smb2_read_from_socket(smb2=0x00007fcedd929400) at socket.c:560:16 [opt]
  13. frame #10: 0x0000000100fe95eb VLC for iOS`smb2_service(smb2=0x00007fcedd929400, revents=1) at socket.c:657 [opt]
  14. frame #11: 0x000000010234d305 VLC for iOS`vlc_smb2_mainloop + 213
  15. frame #12: 0x000000010234c8ff VLC for iOS`vlc_smb2_open_share + 271
  16. frame #13: 0x000000010234c405 VLC for iOS`Open + 645
  17. frame #14: 0x0000000100bf9312 VLC for iOS`vlc_module_load + 850
  18. frame #15: 0x0000000100c08397 VLC for iOS`access_New + 423
  19. frame #16: 0x0000000100c08675 VLC for iOS`stream_AccessNew + 53
  20. frame #17: 0x0000000100c2204c VLC for iOS`InputSourceNew + 2572
  21. frame #18: 0x0000000100c1bd3d VLC for iOS`Init + 1005
  22. frame #19: 0x0000000100c1ec9b VLC for iOS`Preparse + 43
  23. frame #20: 0x00007fff6116a950 libsystem_pthread.dylib`_pthread_start + 224
  24. frame #21: 0x00007fff6116647b libsystem_pthread.dylib`thread_start + 15
  25. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement