Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands r2 frida://0 and r2 'frida://?' Unresponsive in Command Prompt; Control+C Fails to Terminate Script #593

Closed
mriamnobody opened this issue Apr 16, 2024 · 10 comments

Comments

@mriamnobody
Copy link
Contributor

Platform details and Tool versions

OS: Windows 11
Visual Studio 2022 Community edition
Python v3.10.7
Build Environment: x64
r2frida: v5.9.0
radare2: v5.9.0

Issue

I have successfully built r2frida from source and also tried using the pre-built r2frida from the release section, but both versions exhibit a similar issue. When I run the command r2 frida://0 or r2 'frida://?' in the command prompt, nothing happens—the text cursor just keeps blinking. If I attempt to terminate the process using Control+C, I receive the message {ctrl+c} pressed, but the script neither terminates nor functions correctly.

@trufae
Copy link
Member

trufae commented Apr 16, 2024

Are you using latest r2 release or did u built r2 from source? The last release for windows had a bug and behaves like this. I will do a new release this week to address that. But not sure if its another issue what you are refering to

@mriamnobody
Copy link
Contributor Author

Are you using latest r2 release or did u built r2 from source? The last release for windows had a bug and behaves like this. I will do a new release this week to address that. But not sure if its another issue what you are refering to

I have tried both latest release (5.9.0) and built from source from the latest repo (git cloned) and both are having same problem.

@trufae
Copy link
Member

trufae commented Apr 16, 2024

See #444 (its known that r2frida got broken on windows since frida16) but you can help to debug it by setting R2_DEBUG=1 env var

@mriamnobody
Copy link
Contributor Author

See #444 (its known that r2frida got broken on windows since frida16) but you can help to debug it by setting R2_DEBUG=1 env var

Will upload debug logs once I reach home

@mriamnobody
Copy link
Contributor Author

mriamnobody commented Apr 16, 2024

@trufae, This is what I get after setting R2_DEBUG=1 and running r2 frida://0 command:

DEBUG: RCoreCmd: ft dylib dlopen dlsym dlclose mmap LoadLibrary GetProcAddress DEBUG: RCoreCmd: ft alloc malloc free$ calloc kalloc realloc DEBUG: RCoreCmd: ft time settimeofday gettimeofday time adjtime ctime timed date$ sleep Sleep usleep clock_nanosleep localtime asctime difftime gmtime mktime timelocal timegm tzfile tzset DEBUG: RCoreCmd: ft env getenv putenv unsetenv setenv GetEnvironmentVariable SetEnvironmentVariable ExpandEnvironmentStrings DEBUG: RCoreCmd: ft fs open$ close read$ write CloseHandle FindFirstFileW _wfopen _wstat ftruncate lseek _chsize GetFullPathName realpath RemoveDirectory DeleteFile CreateFile WriteFile UnmapViewOfFile CreateFileMapping MapViewOfFile readlink chmod fchmod chown stat fstat lstat fstatat lstat64 stat64 chflags fchflags lchflags DEBUG: RCoreCmd: ft network socket connect bind$ listen accept sendto recvfrom gethostbyname htons ntohs DEBUG: RCoreCmd: ft threads pthread_create pthread_mutex_init pthread_cond_init CreateThread TerminateThread WaitForSingleObject GetCurrentThreadId DEBUG: RCoreCmd: ft process getpid getppid kill exit abort assert gethostid sethostid sysctl DEBUG: RCoreCmd: ft stdout ^printf puts write DEBUG: RCoreCmd: ft string strcat strcpy strncpy strlen strtok strstr strlcpy asprintf sprintf snprintf DEBUG: Cannot open directory C:\radare2\lib\plugins DEBUG: Cannot open . DEBUG: Cannot open .. DEBUG: Loading C DEBUG: PLUGIN io plugins LOADED 000002781321C8C0 fcn 00007FFE7AB85AA0 DEBUG: Cannot open directory C:\radare2\lib\extras DEBUG: Cannot open directory C:\radare2\lib\bindings

Screenshot (257)

@trufae
Copy link
Member

trufae commented May 28, 2024

Try again with latest r2 and r2frida please (5.9.2)

@mriamnobody
Copy link
Contributor Author

Try again with latest r2 and r2frida please (5.9.2)

configure.bat needs improvement. Will make a PR soon for it.

@mriamnobody
Copy link
Contributor Author

Thanks a ton @trufae for fixing this issue. I grateful. v5.9.2 works on windows. I have made a PR for updated configure.bat. The initial had some issues. Fixed those.

@trufae
Copy link
Member

trufae commented May 29, 2024

Happy to hear the confirmation of windows support fixed finally!

@mriamnobody
Copy link
Contributor Author

mriamnobody commented May 30, 2024

This is the output of r2 frida://0 with R2_DEBUG=1 :

DEBUG: Cannot find dart in PATH
DEBUG: RCoreCmd: ft dylib *.dlopen *.dlsym *.dlclose *.mmap *.LoadLibrary *.GetProcAddress
DEBUG: RCoreCmd: ft alloc *.malloc *.free$ *.calloc *.kalloc *.realloc
DEBUG: RCoreCmd: ft time *.settimeofday *.gettimeofday *.time *.adjtime *.ctime *.timed *.date$ *.sleep *.Sleep *.usleep *.clock_nanosleep *.localtime *.asctime *.difftime *.gmtime *.mktime *.timelocal *.timegm *.tzfile *.tzset
DEBUG: RCoreCmd: ft env *.getenv *.putenv *.unsetenv *.setenv *.GetEnvironmentVariable *.SetEnvironmentVariable *.ExpandEnvironmentStrings
DEBUG: RCoreCmd: ft fs *.open$ *.close *.read$ *.write *.CloseHandle *.FindFirstFileW *._wfopen *._wstat *.ftruncate *.lseek *._chsize *.GetFullPathName *.realpath *.RemoveDirectory *.DeleteFile *.CreateFile *.WriteFile *.UnmapViewOfFile *.CreateFileMapping *.MapViewOfFile *.readlink *.chmod *.fchmod *.chown *.stat *.fstat *.lstat *.fstatat *.lstat64 *.stat64 *.chflags *.fchflags *.lchflags
DEBUG: RCoreCmd: ft network *.socket *.connect *.bind$ *.listen *.accept *.sendto *.recvfrom *.gethostbyname *.htons *.ntohs
DEBUG: RCoreCmd: ft threads *.pthread_create *.pthread_mutex_init *.pthread_cond_init *.CreateThread *.TerminateThread *.WaitForSingleObject *.GetCurrentThreadId
DEBUG: RCoreCmd: ft process *.getpid *.getppid *.kill *.exit *.abort *.assert *.gethostid *.sethostid *.sysctl
DEBUG: RCoreCmd: ft stdout ^printf *.puts *.write
DEBUG: RCoreCmd: ft string *.strcat *.strcpy *.strncpy *.strlen *.strtok *.strstr *.strlcpy *.asprintf *.sprintf *.snprintf
DEBUG: Cannot open directory C:\Users\rosha\DOWNLO~1\NEWFOL~1\r2frida\radare2\lib\plugins
DEBUG: Cannot open .
DEBUG: Cannot open ..
DEBUG: Loading C
DEBUG: PLUGIN io plugins LOADED 000001E5F9462A40 fcn 00007FFB01077A00
DEBUG: Cannot open directory C:\Users\rosha\DOWNLO~1\NEWFOL~1\r2frida\radare2\lib\extras
DEBUG: Cannot open directory C:\Users\rosha\DOWNLO~1\NEWFOL~1\r2frida\radare2\lib\bindings
DEBUG:
DEBUG: perform_request ({"type":"safeio","payload":{}})
DEBUG: request performed
DEBUG: RCoreCmd: !!!:chcon
DEBUG: RCoreCmd: !!!:eval
DEBUG: RCoreCmd: !!!:e
DEBUG: RCoreCmd: !!!:e/
DEBUG: RCoreCmd: !!!:env
DEBUG: RCoreCmd: !!!:j
DEBUG: RCoreCmd: !!!:i
DEBUG: RCoreCmd: !!!:ii
DEBUG: RCoreCmd: !!!:il
DEBUG: RCoreCmd: !!!:is
DEBUG: RCoreCmd: !!!:isa $flag
DEBUG: RCoreCmd: !!!:iE
DEBUG: RCoreCmd: !!!:iEa $flag
DEBUG: RCoreCmd: !!!:ic
DEBUG: RCoreCmd: !!!:ip
DEBUG: RCoreCmd: !!!:init
DEBUG: RCoreCmd: !!!:fd $flag
DEBUG: RCoreCmd: !!!:dd
DEBUG: RCoreCmd: !!!:ddj
DEBUG: RCoreCmd: !!!:?
DEBUG: RCoreCmd: !!!:?V
DEBUG: RCoreCmd: !!!:/
DEBUG: RCoreCmd: !!!:/i
DEBUG: RCoreCmd: !!!:/ij
DEBUG: RCoreCmd: !!!:/w
DEBUG: RCoreCmd: !!!:/wj
DEBUG: RCoreCmd: !!!:/x
DEBUG: RCoreCmd: !!!:/xj
DEBUG: RCoreCmd: !!!:/v1 $flag
DEBUG: RCoreCmd: !!!:/v2 $flag
DEBUG: RCoreCmd: !!!:/v4 $flag
DEBUG: RCoreCmd: !!!:/v8 $flag
DEBUG: RCoreCmd: !!!:dt $flag
DEBUG: RCoreCmd: !!!:dt- $flag
DEBUG: RCoreCmd: !!!:dt-*
DEBUG: RCoreCmd: !!!:dth
DEBUG: RCoreCmd: !!!:dtq
DEBUG: RCoreCmd: !!!:dtr
DEBUG: RCoreCmd: !!!:dtS
DEBUG: RCoreCmd: !!!:dtSf $flag
DEBUG: RCoreCmd: !!!:dc
DEBUG: RCoreCmd: !!!:di
DEBUG: RCoreCmd: !!!:dii
DEBUG: RCoreCmd: !!!:dibt
DEBUG: RCoreCmd: !!!:dibf
DEBUG: RCoreCmd: !!!:di0
DEBUG: RCoreCmd: !!!:di1
DEBUG: RCoreCmd: !!!:di-1
DEBUG: RCoreCmd: !!!:dl
DEBUG: RCoreCmd: !!!:dl2
DEBUG: RCoreCmd: !!!:dx
DEBUG: RCoreCmd: !!!:dm
DEBUG: RCoreCmd: !!!:dma
DEBUG: RCoreCmd: !!!:dma-
DEBUG: RCoreCmd: !!!:dmas
DEBUG: RCoreCmd: !!!:dmaw
DEBUG: RCoreCmd: !!!:dmad
DEBUG: RCoreCmd: !!!:dmal
DEBUG: RCoreCmd: !!!:dmm
DEBUG: RCoreCmd: !!!:dmh
DEBUG: RCoreCmd: !!!:dmhm
DEBUG: RCoreCmd: !!!:dmp $flag
DEBUG: RCoreCmd: !!!:db
DEBUG: RCoreCmd: !!!:dp
DEBUG: RCoreCmd: !!!:dpj
DEBUG: RCoreCmd: !!!:dpt
DEBUG: RCoreCmd: !!!:dr
DEBUG: RCoreCmd: !!!:drj
DEBUG: RCoreCmd: !!!:dk
DEBUG: RCoreCmd: !!!:dkr
DEBUG: RCoreCmd: !!!:t
DEBUG: RCoreCmd: !!!:. $file
DEBUG: perform_request ({"type":"unsafeio","payload":{}})
DEBUG: request performed
DEBUG: RCoreCmd: =!
DEBUG: system_continuation ()
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x0","suspended":false}})
DEBUG: request performed
DEBUG: empty command (.:i*)
DEBUG: RCoreCmd: .:i*
DEBUG: RCoreCmd: :i*
DEBUG: system_continuation (i*)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x0","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"i*"}})
DEBUG: request performed
DEBUG: RCoreCmd: e asm.arch=x86
DEBUG: RCoreCmd: e asm.bits=64
DEBUG: RCoreCmd: e asm.os=windows
DEBUG: RCoreCmd: f r2f.modulebase=0x7ff77f7d0000
DEBUG: RCoreCmd: .:init
DEBUG: RCoreCmd: :init
DEBUG: system_continuation (init)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x0","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"init"}})
DEBUG: request performed
DEBUG: RCoreCmd: e dbg.backend = io
DEBUG: system_continuation (drp)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x0","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"drp"}})
DEBUG: request performed
DEBUG: RCoreCmd: e anal.autoname=true
DEBUG: RCoreCmd: e cmd.fcn.new=aan
DEBUG: RCoreCmd: .:i*
DEBUG: RCoreCmd: :i*
DEBUG: system_continuation (i*)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x0","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"i*"}})
DEBUG: request performed
DEBUG: RCoreCmd: e asm.arch=x86
DEBUG: RCoreCmd: e asm.bits=64
DEBUG: RCoreCmd: e asm.os=windows
DEBUG: RCoreCmd: f r2f.modulebase=0x7ff77f7d0000
DEBUG: RCoreCmd: s r2f.modulebase
DEBUG: RCoreCmd: .:is*
DEBUG: RCoreCmd: :is*
DEBUG: system_continuation (is*)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x7ff77f7d0000","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"is*"}})
DEBUG: request performed
DEBUG: RCoreCmd: fs symbols
DEBUG: RCoreCmd: f sym.sdb_text_check = 0x7ff77f7d1750
DEBUG: RCoreCmd: f sym.sdb_text_load = 0x7ff77f7d1890
DEBUG: RCoreCmd: f sym.sdb_text_load_buf = 0x7ff77f7d19f0
DEBUG: RCoreCmd: f sym.sdb_text_save = 0x7ff77f7d1d00
DEBUG: RCoreCmd: f sym.sdb_text_save_fd = 0x7ff77f7d1da0
DEBUG: RCoreCmd: f sym.gettimeofday = 0x7ff77f7d1fe0
DEBUG: RCoreCmd: f sym.sdb_alen = 0x7ff77f7d20b0
DEBUG: RCoreCmd: f sym.sdb_alen_ignore_empty = 0x7ff77f7d2110
DEBUG: RCoreCmd: f sym.sdb_anext = 0x7ff77f7d2190
DEBUG: RCoreCmd: f sym.sdb_array_compact = 0x7ff77f7d21d0
DEBUG: RCoreCmd: f sym.sdb_aslice = 0x7ff77f7d2250
DEBUG: RCoreCmd: f sym.sdb_atoi = 0x7ff77f7d2300
DEBUG: RCoreCmd: f sym.sdb_const_anext = 0x7ff77f7d2340
DEBUG: RCoreCmd: f sym.sdb_hash_byte = 0x7ff77f7d2360
DEBUG: RCoreCmd: f sym.sdb_isjson = 0x7ff77f7d23a0
DEBUG: RCoreCmd: f sym.sdb_isnum = 0x7ff77f7d2420
DEBUG: RCoreCmd: f sym.sdb_itoa = 0x7ff77f7d2450
DEBUG: RCoreCmd: f sym.sdb_itoas = 0x7ff77f7d25f0
DEBUG: RCoreCmd: f sym.sdb_now = 0x7ff77f7d2600
DEBUG: RCoreCmd: f sym.sdb_num_base = 0x7ff77f7d2660
DEBUG: RCoreCmd: f sym.sdb_type = 0x7ff77f7d26b0
DEBUG: RCoreCmd: f sym.sdb_unow = 0x7ff77f7d27a0
DEBUG: RCoreCmd: f sym.set_p_delete = 0x7ff77f7d2810
DEBUG: RCoreCmd: f sym.sdb_ht_delete = 0x7ff77f7d2810
DEBUG: RCoreCmd: f sym.set_u_delete = 0x7ff77f7d2810
DEBUG: RCoreCmd: f sym.sdb_ht_find = 0x7ff77f7d2820
DEBUG: RCoreCmd: f sym.sdb_ht_find_kvp = 0x7ff77f7d2830
DEBUG: RCoreCmd: f sym.set_p_free = 0x7ff77f7d2840
DEBUG: RCoreCmd: f sym.set_u_free = 0x7ff77f7d2840
DEBUG: RCoreCmd: f sym.sdb_ht_free = 0x7ff77f7d2840
DEBUG: RCoreCmd: f sym.sdb_ht_insert = 0x7ff77f7d2850
DEBUG: RCoreCmd: f sym.sdb_ht_insert_kvp = 0x7ff77f7d2860
DEBUG: RCoreCmd: f sym.sdb_ht_new = 0x7ff77f7d29d0
DEBUG: RCoreCmd: f sym.sdb_ht_update = 0x7ff77f7d2a00
DEBUG: RCoreCmd: f sym.sdb_strdup = 0x7ff77f7d2a80
DEBUG: RCoreCmd: f sym.sdb_main = 0x7ff77f7d4240
DEBUG: RCoreCmd: f sym.sdb_add = 0x7ff77f7d4ef0
DEBUG: RCoreCmd: f sym.sdb_close = 0x7ff77f7d4f50
DEBUG: RCoreCmd: f sym.sdb_concat = 0x7ff77f7d4fd0
DEBUG: RCoreCmd: f sym.sdb_config = 0x7ff77f7d51e0
DEBUG: RCoreCmd: f sym.sdb_const_get = 0x7ff77f7d5240
DEBUG: RCoreCmd: f sym.sdb_const_get_len = 0x7ff77f7d5390
DEBUG: RCoreCmd: f sym.sdb_copy = 0x7ff77f7d5510
DEBUG: RCoreCmd: f sym.sdb_count = 0x7ff77f7d5590
DEBUG: RCoreCmd: f sym.sdb_drain = 0x7ff77f7d5650
DEBUG: RCoreCmd: f sym.sdb_dump_begin = 0x7ff77f7d56d0
DEBUG: RCoreCmd: f sym.sdb_dump_dupnext = 0x7ff77f7d5700
DEBUG: RCoreCmd: f sym.sdb_dump_hasnext = 0x7ff77f7d5870
DEBUG: RCoreCmd: f sym.sdb_dump_next = 0x7ff77f7d58d0
DEBUG: RCoreCmd: f sym.sdb_exists = 0x7ff77f7d5ab0
DEBUG: RCoreCmd: f sym.sdb_expire_get = 0x7ff77f7d5bc0
DEBUG: RCoreCmd: f sym.sdb_expire_set = 0x7ff77f7d5c10
DEBUG: RCoreCmd: f sym.sdb_file = 0x7ff77f7d5dc0
DEBUG: RCoreCmd: f sym.sdb_foreach = 0x7ff77f7d6070
DEBUG: RCoreCmd: f sym.sdb_foreach_list = 0x7ff77f7d6490
DEBUG: RCoreCmd: f sym.sdb_foreach_list_filter = 0x7ff77f7d6590
DEBUG: RCoreCmd: f sym.sdb_foreach_match = 0x7ff77f7d66d0
DEBUG: RCoreCmd: f sym.sdb_free = 0x7ff77f7d6810
DEBUG: RCoreCmd: f sym.sdb_get = 0x7ff77f7d6890
DEBUG: RCoreCmd: f sym.sdb_get_len = 0x7ff77f7d69f0
DEBUG: RCoreCmd: f sym.sdb_hook = 0x7ff77f7d6be0
DEBUG: RCoreCmd: f sym.sdb_hook_call = 0x7ff77f7d6c80
DEBUG: RCoreCmd: f sym.sdb_hook_free = 0x7ff77f7d6d30
DEBUG: RCoreCmd: f sym.sdb_isempty = 0x7ff77f7d6d60
DEBUG: RCoreCmd: f sym.sdb_like = 0x7ff77f7d6dd0
DEBUG: RCoreCmd: f sym.sdb_merge = 0x7ff77f7d6ee0
DEBUG: RCoreCmd: f sym.sdb_nadd = 0x7ff77f7d6f00
DEBUG: RCoreCmd: f sym.sdb_new = 0x7ff77f7d6f90
DEBUG: RCoreCmd: f sym.sdb_new0 = 0x7ff77f7d7350
DEBUG: RCoreCmd: f sym.sdb_nget = 0x7ff77f7d7360
DEBUG: RCoreCmd: f sym.sdb_nset = 0x7ff77f7d7520
DEBUG: RCoreCmd: f sym.sdb_num_nget = 0x7ff77f7d7590
DEBUG: RCoreCmd: f sym.sdb_num_nset = 0x7ff77f7d7600
DEBUG: RCoreCmd: f sym.sdb_nunset = 0x7ff77f7d7660
DEBUG: RCoreCmd: f sym.sdb_open = 0x7ff77f7d76e0
DEBUG: RCoreCmd: f sym.sdb_open_gperf = 0x7ff77f7d7830
DEBUG: RCoreCmd: f sym.sdb_remove = 0x7ff77f7d7850
DEBUG: RCoreCmd: f sym.sdb_reset = 0x7ff77f7d7860
DEBUG: RCoreCmd: f sym.sdb_set = 0x7ff77f7d7900
DEBUG: RCoreCmd: f sym.sdb_set_owned = 0x7ff77f7d7ca0
DEBUG: RCoreCmd: f sym.sdb_stats = 0x7ff77f7d7cc0
DEBUG: RCoreCmd: f sym.sdb_sync = 0x7ff77f7d7d90
DEBUG: RCoreCmd: f sym.sdb_uncat = 0x7ff77f7d7ed0
DEBUG: RCoreCmd: f sym.sdb_unhook = 0x7ff77f7d80e0
DEBUG: RCoreCmd: f sym.sdb_unlink = 0x7ff77f7d8160
DEBUG: RCoreCmd: f sym.sdb_unset = 0x7ff77f7d8180
DEBUG: RCoreCmd: f sym.sdb_unset_like = 0x7ff77f7d81b0
DEBUG: RCoreCmd: f sym.sdbkv_free = 0x7ff77f7d81e0
DEBUG: RCoreCmd: f sym.sdbkv_match = 0x7ff77f7d8280
DEBUG: RCoreCmd: f sym.sdbkv_new = 0x7ff77f7d8390
DEBUG: RCoreCmd: f sym.sdbkv_new2 = 0x7ff77f7d83d0
DEBUG: RCoreCmd: f sym.sdb_query = 0x7ff77f7d88d0
DEBUG: RCoreCmd: f sym.sdb_query_file = 0x7ff77f7d89b0
DEBUG: RCoreCmd: f sym.sdb_query_lines = 0x7ff77f7d8b20
DEBUG: RCoreCmd: f sym.sdb_queryf = 0x7ff77f7d8bf0
DEBUG: RCoreCmd: f sym.sdb_querys = 0x7ff77f7d8c90
DEBUG: RCoreCmd: f sym.sdb_querysf = 0x7ff77f7db050
DEBUG: RCoreCmd: f sym.sdb_bool_get = 0x7ff77f7db2a0
DEBUG: RCoreCmd: f sym.sdb_bool_set = 0x7ff77f7db300
DEBUG: RCoreCmd: f sym.sdb_num_add = 0x7ff77f7db320
DEBUG: RCoreCmd: f sym.sdb_num_dec = 0x7ff77f7db390
DEBUG: RCoreCmd: f sym.sdb_num_exists = 0x7ff77f7db420
DEBUG: RCoreCmd: f sym.sdb_num_get = 0x7ff77f7db450
DEBUG: RCoreCmd: f sym.sdb_ptr_get = 0x7ff77f7db450
DEBUG: RCoreCmd: f sym.sdb_num_inc = 0x7ff77f7db480
DEBUG: RCoreCmd: f sym.sdb_num_max = 0x7ff77f7db500
DEBUG: RCoreCmd: f sym.sdb_num_min = 0x7ff77f7db570
DEBUG: RCoreCmd: f sym.sdb_num_set = 0x7ff77f7db5e0
DEBUG: RCoreCmd: f sym.sdb_ptr_set = 0x7ff77f7db650
DEBUG: RCoreCmd: f sym.sdb_ns = 0x7ff77f7db8a0
DEBUG: RCoreCmd: f sym.sdb_ns_free = 0x7ff77f7db980
DEBUG: RCoreCmd: f sym.sdb_ns_lock = 0x7ff77f7db9e0
DEBUG: RCoreCmd: f sym.sdb_ns_path = 0x7ff77f7dbc70
DEBUG: RCoreCmd: f sym.sdb_ns_set = 0x7ff77f7dbd60
DEBUG: RCoreCmd: f sym.sdb_ns_sync = 0x7ff77f7dbed0
DEBUG: RCoreCmd: f sym.sdb_ns_unset = 0x7ff77f7dbf90
DEBUG: RCoreCmd: f sym.sdb_match = 0x7ff77f7dc350
DEBUG: RCoreCmd: f sym.ls_append = 0x7ff77f7dc5c0
DEBUG: RCoreCmd: f sym.ls_clone = 0x7ff77f7dc660
DEBUG: RCoreCmd: f sym.ls_del_n = 0x7ff77f7dc770
DEBUG: RCoreCmd: f sym.ls_delete = 0x7ff77f7dc850
DEBUG: RCoreCmd: f sym.ls_delete_data = 0x7ff77f7dc900
DEBUG: RCoreCmd: f sym.ls_destroy = 0x7ff77f7dc9d0
DEBUG: RCoreCmd: f sym.ls_free = 0x7ff77f7dcab0
DEBUG: RCoreCmd: f sym.ls_insert = 0x7ff77f7dcb00
DEBUG: RCoreCmd: f sym.ls_join = 0x7ff77f7dccb0
DEBUG: RCoreCmd: f sym.ls_merge_sort = 0x7ff77f7dcd20
DEBUG: RCoreCmd: f sym.ls_new = 0x7ff77f7dcd70
DEBUG: RCoreCmd: f sym.ls_newf = 0x7ff77f7dcdc0
DEBUG: RCoreCmd: f sym.ls_pop = 0x7ff77f7dce10
DEBUG: RCoreCmd: f sym.ls_pop_head = 0x7ff77f7dcea0
DEBUG: RCoreCmd: f sym.ls_prepend = 0x7ff77f7dcf30
DEBUG: RCoreCmd: f sym.ls_sort = 0x7ff77f7dcfc0
DEBUG: RCoreCmd: f sym.ls_split_iter = 0x7ff77f7dd0c0
DEBUG: RCoreCmd: f sym.sdb_lock = 0x7ff77f7dd110
DEBUG: RCoreCmd: f sym.sdb_lock_file = 0x7ff77f7dd1e0
DEBUG: RCoreCmd: f sym.sdb_lock_wait = 0x7ff77f7dd260
DEBUG: RCoreCmd: f sym.sdb_unlock = 0x7ff77f7dd350
DEBUG: RCoreCmd: f sym.sdb_js0n = 0x7ff77f7ddaa0
DEBUG: RCoreCmd: f sym.sdb_json_format = 0x7ff77f7dde60
DEBUG: RCoreCmd: f sym.sdb_json_get = 0x7ff77f7de3c0
DEBUG: RCoreCmd: f sym.sdb_json_get_bool = 0x7ff77f7de4e0
DEBUG: RCoreCmd: f sym.sdb_json_get_str = 0x7ff77f7de550
DEBUG: RCoreCmd: f sym.sdb_json_indent = 0x7ff77f7de620
DEBUG: RCoreCmd: f sym.sdb_json_num_dec = 0x7ff77f7de930
DEBUG: RCoreCmd: f sym.sdb_json_num_get = 0x7ff77f7de9b0
DEBUG: RCoreCmd: f sym.sdb_json_num_inc = 0x7ff77f7deab0
DEBUG: RCoreCmd: f sym.sdb_json_num_set = 0x7ff77f7deb20
DEBUG: RCoreCmd: f sym.sdb_json_set = 0x7ff77f7deba0
DEBUG: RCoreCmd: f sym.sdb_json_unindent = 0x7ff77f7df090
DEBUG: RCoreCmd: f sym.sdb_json_unset = 0x7ff77f7df180
DEBUG: RCoreCmd: f sym.sdb_journal_clear = 0x7ff77f7df190
DEBUG: RCoreCmd: f sym.sdb_journal_close = 0x7ff77f7df1c0
DEBUG: RCoreCmd: f sym.sdb_journal_load = 0x7ff77f7df250
DEBUG: RCoreCmd: f sym.sdb_journal_log = 0x7ff77f7df3d0
DEBUG: RCoreCmd: f sym.sdb_journal_open = 0x7ff77f7df480
DEBUG: RCoreCmd: f sym.sdb_journal_unlink = 0x7ff77f7df520
DEBUG: RCoreCmd: f sym.ht_su_delete = 0x7ff77f7e0e90
DEBUG: RCoreCmd: f sym.ht_su_find = 0x7ff77f7e0f70
DEBUG: RCoreCmd: f sym.ht_su_foreach = 0x7ff77f7e1060
DEBUG: RCoreCmd: f sym.ht_su_free = 0x7ff77f7e1130
DEBUG: RCoreCmd: f sym.ht_su_insert = 0x7ff77f7e1180
DEBUG: RCoreCmd: f sym.ht_su_new0 = 0x7ff77f7e12b0
DEBUG: RCoreCmd: f sym.ht_su_update = 0x7ff77f7e1330
DEBUG: RCoreCmd: f sym.ht_su_update_key = 0x7ff77f7e1480
DEBUG: RCoreCmd: f sym.ht_pu_delete = 0x7ff77f7e2670
DEBUG: RCoreCmd: f sym.ht_pu_find = 0x7ff77f7e2740
DEBUG: RCoreCmd: f sym.ht_pu_foreach = 0x7ff77f7e2820
DEBUG: RCoreCmd: f sym.ht_pu_free = 0x7ff77f7e28f0
DEBUG: RCoreCmd: f sym.ht_pu_insert = 0x7ff77f7e2940
DEBUG: RCoreCmd: f sym.ht_pu_new0 = 0x7ff77f7e2a00
DEBUG: RCoreCmd: f sym.ht_pu_update = 0x7ff77f7e2a80
DEBUG: RCoreCmd: f sym.ht_pu_update_key = 0x7ff77f7e2b80
DEBUG: RCoreCmd: f sym.ht_up_delete = 0x7ff77f7e2ec0
DEBUG: RCoreCmd: f sym.ht_pp_delete = 0x7ff77f7e2ec0
DEBUG: RCoreCmd: f sym.ht_up_find = 0x7ff77f7e2fb0
DEBUG: RCoreCmd: f sym.ht_pp_find = 0x7ff77f7e2fb0
DEBUG: RCoreCmd: f sym.ht_pp_find_kv = 0x7ff77f7e30a0
DEBUG: RCoreCmd: f sym.ht_up_find_kv = 0x7ff77f7e30a0
DEBUG: RCoreCmd: f sym.ht_up_foreach = 0x7ff77f7e3190
DEBUG: RCoreCmd: f sym.ht_pp_foreach = 0x7ff77f7e3190
DEBUG: RCoreCmd: f sym.ht_up_free = 0x7ff77f7e3270
DEBUG: RCoreCmd: f sym.ht_pp_free = 0x7ff77f7e3270
DEBUG: RCoreCmd: f sym.ht_pp_insert = 0x7ff77f7e3390
DEBUG: RCoreCmd: f sym.ht_pp_insert_kv = 0x7ff77f7e33a0
DEBUG: RCoreCmd: f sym.ht_pp_new = 0x7ff77f7e3400
DEBUG: RCoreCmd: f sym.ht_pp_new0 = 0x7ff77f7e3460
DEBUG: RCoreCmd: f sym.ht_up_new_opt = 0x7ff77f7e34d0
DEBUG: RCoreCmd: f sym.ht_pp_new_opt = 0x7ff77f7e34d0
DEBUG: RCoreCmd: f sym.ht_pp_new_size = 0x7ff77f7e34e0
DEBUG: RCoreCmd: f sym.ht_pp_update = 0x7ff77f7e35c0
DEBUG: RCoreCmd: f sym.ht_pp_update_key = 0x7ff77f7e35d0
DEBUG: RCoreCmd: f sym.ht_up_insert = 0x7ff77f7e3e10
DEBUG: RCoreCmd: f sym.ht_up_insert_kv = 0x7ff77f7e3e20
DEBUG: RCoreCmd: f sym.ht_up_new = 0x7ff77f7e3e80
DEBUG: RCoreCmd: f sym.ht_up_new0 = 0x7ff77f7e3ec0
DEBUG: RCoreCmd: f sym.ht_up_new_size = 0x7ff77f7e3f00
DEBUG: RCoreCmd: f sym.ht_up_update = 0x7ff77f7e3fd0
DEBUG: RCoreCmd: f sym.ht_up_update_key = 0x7ff77f7e3fe0
DEBUG: RCoreCmd: f sym.ht_uu_delete = 0x7ff77f7e50f0
DEBUG: RCoreCmd: f sym.ht_uu_find = 0x7ff77f7e51c0
DEBUG: RCoreCmd: f sym.ht_uu_foreach = 0x7ff77f7e52a0
DEBUG: RCoreCmd: f sym.ht_uu_free = 0x7ff77f7e5370
DEBUG: RCoreCmd: f sym.ht_uu_insert = 0x7ff77f7e53c0
DEBUG: RCoreCmd: f sym.ht_uu_new0 = 0x7ff77f7e5490
DEBUG: RCoreCmd: f sym.ht_uu_update = 0x7ff77f7e5510
DEBUG: RCoreCmd: f sym.ht_uu_update_key = 0x7ff77f7e5620
DEBUG: RCoreCmd: f sym.sdb_fmt_array = 0x7ff77f7e57d0
DEBUG: RCoreCmd: f sym.sdb_fmt_array_num = 0x7ff77f7e5900
DEBUG: RCoreCmd: f sym.sdb_fmt_free = 0x7ff77f7e59f0
DEBUG: RCoreCmd: f sym.sdb_fmt_init = 0x7ff77f7e5aa0
DEBUG: RCoreCmd: f sym.sdb_fmt_tobin = 0x7ff77f7e5b50
DEBUG: RCoreCmd: f sym.sdb_fmt_tostr = 0x7ff77f7e5d30
DEBUG: RCoreCmd: f sym.sdb_disk_create = 0x7ff77f7e6690
DEBUG: RCoreCmd: f sym.sdb_disk_finish = 0x7ff77f7e6890
DEBUG: RCoreCmd: f sym.sdb_disk_insert = 0x7ff77f7e6a00
DEBUG: RCoreCmd: f sym.sdb_disk_unlink = 0x7ff77f7e6a60
DEBUG: RCoreCmd: f sym.sdb_diff = 0x7ff77f7e6a90
DEBUG: RCoreCmd: f sym.sdb_diff_format = 0x7ff77f7e6ce0
DEBUG: RCoreCmd: f sym.dict_add = 0x7ff77f7e7070
DEBUG: RCoreCmd: f sym.dict_del = 0x7ff77f7e70e0
DEBUG: RCoreCmd: f sym.dict_fini = 0x7ff77f7e71a0
DEBUG: RCoreCmd: f sym.dict_foreach = 0x7ff77f7e72f0
DEBUG: RCoreCmd: f sym.dict_free = 0x7ff77f7e7380
DEBUG: RCoreCmd: f sym.dict_get = 0x7ff77f7e73d0
DEBUG: RCoreCmd: f sym.dict_getr = 0x7ff77f7e7420
DEBUG: RCoreCmd: f sym.dict_getu = 0x7ff77f7e7470
DEBUG: RCoreCmd: f sym.dict_hash = 0x7ff77f7e74c0
DEBUG: RCoreCmd: f sym.dict_init = 0x7ff77f7e74f0
DEBUG: RCoreCmd: f sym.dict_new = 0x7ff77f7e75a0
DEBUG: RCoreCmd: f sym.dict_set = 0x7ff77f7e7670
DEBUG: RCoreCmd: f sym.dict_stats = 0x7ff77f7e77e0
DEBUG: RCoreCmd: f sym.set_p_add = 0x7ff77f7e8990
DEBUG: RCoreCmd: f sym.set_p_contains = 0x7ff77f7e89a0
DEBUG: RCoreCmd: f sym.set_u_contains = 0x7ff77f7e89a0
DEBUG: RCoreCmd: f sym.set_u_foreach = 0x7ff77f7e89c0
DEBUG: RCoreCmd: f sym.set_p_foreach = 0x7ff77f7e89c0
DEBUG: RCoreCmd: f sym.set_p_new = 0x7ff77f7e89f0
DEBUG: RCoreCmd: f sym.set_u_add = 0x7ff77f7e8a00
DEBUG: RCoreCmd: f sym.set_u_new = 0x7ff77f7e8a10
DEBUG: RCoreCmd: f sym.sdb_decode = 0x7ff77f7e8a20
DEBUG: RCoreCmd: f sym.sdb_decode_raw = 0x7ff77f7e8af0
DEBUG: RCoreCmd: f sym.sdb_encode = 0x7ff77f7e8c10
DEBUG: RCoreCmd: f sym.sdb_encode_raw = 0x7ff77f7e8cd0
DEBUG: RCoreCmd: f sym.sdb_array_add = 0x7ff77f7e8ef0
DEBUG: RCoreCmd: f sym.sdb_array_add_num = 0x7ff77f7e8ff0
DEBUG: RCoreCmd: f sym.sdb_array_add_sorted = 0x7ff77f7e91e0
DEBUG: RCoreCmd: f sym.sdb_array_add_sorted_num = 0x7ff77f7e9470
DEBUG: RCoreCmd: f sym.sdb_array_append = 0x7ff77f7e9570
DEBUG: RCoreCmd: f sym.sdb_array_append_num = 0x7ff77f7e96b0
DEBUG: RCoreCmd: f sym.sdb_array_contains = 0x7ff77f7e9770
DEBUG: RCoreCmd: f sym.sdb_array_contains_num = 0x7ff77f7e9840
DEBUG: RCoreCmd: f sym.sdb_array_delete = 0x7ff77f7e9940
DEBUG: RCoreCmd: f sym.sdb_array_get = 0x7ff77f7e9a70
DEBUG: RCoreCmd: f sym.sdb_array_get_num = 0x7ff77f7e9b90
DEBUG: RCoreCmd: f sym.sdb_array_indexof = 0x7ff77f7e9c00
DEBUG: RCoreCmd: f sym.sdb_array_insert = 0x7ff77f7e9ca0
DEBUG: RCoreCmd: f sym.sdb_array_insert_num = 0x7ff77f7e9fd0
DEBUG: RCoreCmd: f sym.sdb_array_length = 0x7ff77f7ea050
DEBUG: RCoreCmd: f sym.sdb_array_pop = 0x7ff77f7ea070
DEBUG: RCoreCmd: f sym.sdb_array_pop_head = 0x7ff77f7ea080
DEBUG: RCoreCmd: f sym.sdb_array_pop_num = 0x7ff77f7ea140
DEBUG: RCoreCmd: f sym.sdb_array_pop_tail = 0x7ff77f7ea1d0
DEBUG: RCoreCmd: f sym.sdb_array_prepend = 0x7ff77f7ea2c0
DEBUG: RCoreCmd: f sym.sdb_array_prepend_num = 0x7ff77f7ea410
DEBUG: RCoreCmd: f sym.sdb_array_push = 0x7ff77f7ea470
DEBUG: RCoreCmd: f sym.sdb_array_push_num = 0x7ff77f7ea480
DEBUG: RCoreCmd: f sym.sdb_array_remove = 0x7ff77f7ea4f0
DEBUG: RCoreCmd: f sym.sdb_array_remove_num = 0x7ff77f7ea5c0
DEBUG: RCoreCmd: f sym.sdb_array_set = 0x7ff77f7ea750
DEBUG: RCoreCmd: f sym.sdb_array_set_num = 0x7ff77f7ea9c0
DEBUG: RCoreCmd: f sym.sdb_array_size = 0x7ff77f7eaa40
DEBUG: RCoreCmd: f sym.sdb_array_sort = 0x7ff77f7eaa60
DEBUG: RCoreCmd: f sym.sdb_array_sort_num = 0x7ff77f7eabe0
DEBUG: RCoreCmd: f sym.sdb_array_unset = 0x7ff77f7ead80
DEBUG: RCoreCmd: fs-
DEBUG: RCoreCmd: .:ie*
DEBUG: RCoreCmd: :ie*
DEBUG: system_continuation (ie*)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x7ff77f7d0000","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"ie*"}})
DEBUG: request performed
DEBUG: RCoreCmd: .:dmm*
DEBUG: RCoreCmd: :dmm*
DEBUG: system_continuation (dmm*)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x7ff77f7d0000","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"dmm*"}})
DEBUG: request performed
DEBUG: RCoreCmd: fs+maps
DEBUG: RCoreCmd: fs-
DEBUG: RCoreCmd: .:dm*
DEBUG: RCoreCmd: :dm*
DEBUG: system_continuation (dm*)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x7ff77f7d0000","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"dm*"}})
DEBUG: request performed
DEBUG: RCoreCmd: f map.0x0000000000000000.___ 2147352576 0x0 # ---
DEBUG: RCoreCmd: f map.0x000000007ffe0000.r__ 4096 0x7ffe0000 # r--
DEBUG: RCoreCmd: f map.0x000000007ffe1000.___ 57344 0x7ffe1000 # ---
DEBUG: RCoreCmd: f map.0x000000007ffef000.r__ 4096 0x7ffef000 # r--
DEBUG: RCoreCmd: f map.0x000000007fff0000.___ 102878609408 0x7fff0000 # ---
DEBUG: RCoreCmd: f map.0x000000187419a000.rw_ 24576 0x187419a000 # rw-
DEBUG: RCoreCmd: f map.0x00000018741a0000.___ 393216 0x18741a0000 # ---
DEBUG: RCoreCmd: f map.0x000000187430d000.rw_ 126976 0x187430d000 # rw-
DEBUG: RCoreCmd: f map.0x00000018744f7000.rw_ 36864 0x18744f7000 # rw-
DEBUG: RCoreCmd: f map.0x00000018745fe000.rw_ 8192 0x18745fe000 # rw-
DEBUG: RCoreCmd: f map.0x00000018746fe000.rw_ 8192 0x18746fe000 # rw-
DEBUG: RCoreCmd: f map.0x00000018747fe000.rw_ 8192 0x18747fe000 # rw-
DEBUG: RCoreCmd: f map.0x00000018748fe000.rw_ 8192 0x18748fe000 # rw-
DEBUG: RCoreCmd: f map.0x0000001874afd000.rw_ 12288 0x1874afd000 # rw-
DEBUG: RCoreCmd: f map.0x0000001874efd000.rw_ 12288 0x1874efd000 # rw-
DEBUG: RCoreCmd: f map.0x00000018750fe000.rw_ 8192 0x18750fe000 # rw-
DEBUG: RCoreCmd: f map.0x0000001875200000.___ 1982151655424 0x1875200000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6920000.rw_ 65536 0x1e5f6920000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6930000.r__ 12288 0x1e5f6930000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6933000.___ 53248 0x1e5f6933000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6940000.r__ 126976 0x1e5f6940000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f695f000.___ 4096 0x1e5f695f000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6960000.r__ 16384 0x1e5f6960000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6964000.___ 49152 0x1e5f6964000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6970000.rw_ 8192 0x1e5f6970000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6972000.___ 57344 0x1e5f6972000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6980000.r__ 69632 0x1e5f6980000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6991000.___ 61440 0x1e5f6991000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f69a0000.r__ 69632 0x1e5f69a0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f69b1000.___ 61440 0x1e5f69b1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f69c0000.r__ 12288 0x1e5f69c0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f69c3000.___ 53248 0x1e5f69c3000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f69d0000.r__ 69632 0x1e5f69d0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f69e1000.___ 61440 0x1e5f69e1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f69f0000.r__ 69632 0x1e5f69f0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6a01000.___ 61440 0x1e5f6a01000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6a10000.r__ 8192 0x1e5f6a10000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6a12000.___ 57344 0x1e5f6a12000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6a20000.r__ 8192 0x1e5f6a20000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6a22000.___ 57344 0x1e5f6a22000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6a30000.rw_ 1044480 0x1e5f6a30000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6b30000.rw_ 32768 0x1e5f6b30000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6bf3000.___ 53248 0x1e5f6bf3000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6c00000.r__ 843776 0x1e5f6c00000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6cce000.___ 8192 0x1e5f6cce000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6cd0000.r__ 4096 0x1e5f6cd0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6cd1000.___ 61440 0x1e5f6cd1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6ce0000.r__ 4096 0x1e5f6ce0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6ce1000.___ 61440 0x1e5f6ce1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6cf0000.r__ 4096 0x1e5f6cf0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6cf1000.___ 61440 0x1e5f6cf1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6d00000.rw_ 4096 0x1e5f6d00000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6d01000.___ 61440 0x1e5f6d01000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6d10000.rw_ 4096 0x1e5f6d10000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6d11000.___ 61440 0x1e5f6d11000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6d20000.rw_ 4096 0x1e5f6d20000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6d21000.___ 61440 0x1e5f6d21000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6d30000.r__ 4096 0x1e5f6d30000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6d31000.r_x 4096 0x1e5f6d31000 # r-x
DEBUG: RCoreCmd: f map.0x000001e5f6d32000.___ 57344 0x1e5f6d32000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6d40000.r__ 4096 0x1e5f6d40000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6d41000.r_x 4096 0x1e5f6d41000 # r-x
DEBUG: RCoreCmd: f map.0x000001e5f6d42000.___ 57344 0x1e5f6d42000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6d50000.rw_ 4096 0x1e5f6d50000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6d51000.___ 61440 0x1e5f6d51000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6d60000.r__ 16384 0x1e5f6d60000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6d68000.___ 32768 0x1e5f6d68000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6d70000.rw_ 4096 0x1e5f6d70000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6d71000.___ 61440 0x1e5f6d71000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6d80000.rw_ 786432 0x1e5f6d80000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6e50000.rw_ 4096 0x1e5f6e50000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6e51000.___ 61440 0x1e5f6e51000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6e60000.rw_ 4096 0x1e5f6e60000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6e61000.___ 61440 0x1e5f6e61000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6e70000.rw_ 65536 0x1e5f6e70000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6e80000.rw_ 65536 0x1e5f6e80000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6e90000.rw_ 61440 0x1e5f6e90000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6ea0000.rw_ 4096 0x1e5f6ea0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6ea1000.___ 61440 0x1e5f6ea1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6eb0000.rw_ 4096 0x1e5f6eb0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6eb1000.___ 61440 0x1e5f6eb1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6ec0000.rw_ 4096 0x1e5f6ec0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6ec1000.___ 61440 0x1e5f6ec1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6ed0000.r__ 12288 0x1e5f6ed0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f6ed3000.___ 53248 0x1e5f6ed3000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f6ee0000.rw_ 786432 0x1e5f6ee0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f6fb0000.rw_ 8192 0x1e5f6fb0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f7073000.___ 53248 0x1e5f7073000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f7080000.rw_ 4096 0x1e5f7080000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f7081000.___ 61440 0x1e5f7081000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f7090000.r__ 8192 0x1e5f7090000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f7092000.___ 57344 0x1e5f7092000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f70a0000.r__ 4096 0x1e5f70a0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f70a1000.___ 61440 0x1e5f70a1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f70b0000.rw_ 147456 0x1e5f70b0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f70d4000.___ 49152 0x1e5f70d4000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f70e0000.rw_ 24576 0x1e5f70e0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f70e6000.___ 40960 0x1e5f70e6000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f70f0000.rw_ 28672 0x1e5f70f0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f74f0000.rw_ 8192 0x1e5f74f0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f75b3000.___ 53248 0x1e5f75b3000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f75c0000.rw_ 8192 0x1e5f75c0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f7683000.___ 53248 0x1e5f7683000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f7690000.rw_ 4096 0x1e5f7690000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f7691000.___ 61440 0x1e5f7691000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f76a0000.rw_ 217088 0x1e5f76a0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f7aa0000.rw_ 8192 0x1e5f7aa0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f7b63000.___ 53248 0x1e5f7b63000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f7b70000.rw_ 8192 0x1e5f7b70000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f7c33000.___ 53248 0x1e5f7c33000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f7c40000.r__ 77824 0x1e5f7c40000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f7e40000.r__ 1576960 0x1e5f7e40000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f7fc1000.___ 61440 0x1e5f7fc1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f7fd0000.r__ 761856 0x1e5f7fd0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5f93d1000.___ 61440 0x1e5f93d1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f93e0000.rw_ 696320 0x1e5f93e0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f948a000.___ 4096 0x1e5f948a000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f948b000.rw_ 36864 0x1e5f948b000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9494000.___ 4096 0x1e5f9494000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9495000.rw_ 151552 0x1e5f9495000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f94ba000.___ 4096 0x1e5f94ba000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f94bb000.rw_ 69632 0x1e5f94bb000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f94cc000.___ 4096 0x1e5f94cc000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f94cd000.rw_ 73728 0x1e5f94cd000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f94e0000.rw_ 266240 0x1e5f94e0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9521000.___ 4096 0x1e5f9521000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9522000.rw_ 167936 0x1e5f9522000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f954b000.___ 4096 0x1e5f954b000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f954c000.rw_ 86016 0x1e5f954c000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9561000.___ 4096 0x1e5f9561000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9562000.rw_ 180224 0x1e5f9562000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f958e000.___ 4096 0x1e5f958e000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f958f000.rw_ 102400 0x1e5f958f000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f95a8000.___ 4096 0x1e5f95a8000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f95a9000.rw_ 69632 0x1e5f95a9000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f95ba000.___ 4096 0x1e5f95ba000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f95bb000.rw_ 69632 0x1e5f95bb000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f95cc000.___ 4096 0x1e5f95cc000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f95cd000.rw_ 94208 0x1e5f95cd000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f95e4000.___ 4096 0x1e5f95e4000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f95e5000.rw_ 110592 0x1e5f95e5000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9600000.___ 4096 0x1e5f9600000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9601000.rw_ 69632 0x1e5f9601000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9612000.___ 4096 0x1e5f9612000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9613000.rw_ 69632 0x1e5f9613000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9624000.___ 4096 0x1e5f9624000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9625000.rw_ 69632 0x1e5f9625000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9636000.___ 4096 0x1e5f9636000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9637000.rw_ 122880 0x1e5f9637000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9655000.___ 4096 0x1e5f9655000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9656000.rw_ 69632 0x1e5f9656000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9667000.___ 4096 0x1e5f9667000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9668000.rw_ 69632 0x1e5f9668000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9679000.___ 4096 0x1e5f9679000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f967a000.rw_ 114688 0x1e5f967a000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9696000.___ 4096 0x1e5f9696000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9697000.rw_ 294912 0x1e5f9697000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f96e0000.rw_ 36864 0x1e5f96e0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f96e9000.___ 28672 0x1e5f96e9000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f96f0000.rw_ 73728 0x1e5f96f0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9702000.___ 57344 0x1e5f9702000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9711000.___ 61440 0x1e5f9711000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9720000.rw_ 147456 0x1e5f9720000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9744000.___ 49152 0x1e5f9744000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9751000.___ 61440 0x1e5f9751000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9760000.rw_ 4096 0x1e5f9760000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9761000.___ 61440 0x1e5f9761000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9780000.rw_ 8192 0x1e5f9780000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9790000.rw_ 1048576 0x1e5f9790000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f98f0000.rw_ 819200 0x1e5f98f0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f99b8000.___ 4096 0x1e5f99b8000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f99b9000.rw_ 397312 0x1e5f99b9000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9a1a000.___ 4096 0x1e5f9a1a000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9a1b000.rw_ 536576 0x1e5f9a1b000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9a9e000.___ 4096 0x1e5f9a9e000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9a9f000.rw_ 266240 0x1e5f9a9f000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9ae0000.___ 4096 0x1e5f9ae0000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9ae1000.rw_ 16384 0x1e5f9ae1000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9b22000.rw_ 73728 0x1e5f9b22000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9b34000.___ 4096 0x1e5f9b34000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9b35000.rw_ 36864 0x1e5f9b35000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9b3e000.___ 4096 0x1e5f9b3e000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9b3f000.rw_ 794624 0x1e5f9b3f000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9c01000.___ 4096 0x1e5f9c01000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9c02000.rw_ 348160 0x1e5f9c02000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9c57000.___ 4096 0x1e5f9c57000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9c58000.rw_ 36864 0x1e5f9c58000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9c61000.___ 4096 0x1e5f9c61000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9c62000.rw_ 53248 0x1e5f9c62000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9c6f000.___ 4096 0x1e5f9c6f000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9c70000.rw_ 69632 0x1e5f9c70000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9c81000.___ 4096 0x1e5f9c81000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9c82000.rw_ 446464 0x1e5f9c82000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9cf0000.rw_ 806912 0x1e5f9cf0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9db5000.___ 4096 0x1e5f9db5000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9db6000.rw_ 266240 0x1e5f9db6000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9df7000.___ 4096 0x1e5f9df7000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9df8000.rw_ 266240 0x1e5f9df8000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9e39000.___ 4096 0x1e5f9e39000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9e3a000.rw_ 266240 0x1e5f9e3a000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9e7b000.___ 4096 0x1e5f9e7b000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9e7c000.rw_ 266240 0x1e5f9e7c000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9ebd000.___ 4096 0x1e5f9ebd000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9ebe000.rw_ 266240 0x1e5f9ebe000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9eff000.___ 4096 0x1e5f9eff000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9f00000.rw_ 28672 0x1e5f9f00000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9f41000.rw_ 270336 0x1e5f9f41000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9f83000.___ 4096 0x1e5f9f83000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9f84000.rw_ 307200 0x1e5f9f84000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5f9fcf000.___ 4096 0x1e5f9fcf000 # ---
DEBUG: RCoreCmd: f map.0x000001e5f9fd0000.rw_ 8192 0x1e5f9fd0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa00d000.rw_ 24576 0x1e5fa00d000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa04f000.rw_ 765952 0x1e5fa04f000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa10a000.___ 4096 0x1e5fa10a000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa10b000.rw_ 36864 0x1e5fa10b000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa114000.___ 4096 0x1e5fa114000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa115000.rw_ 36864 0x1e5fa115000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa11e000.___ 4096 0x1e5fa11e000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa11f000.rw_ 270336 0x1e5fa11f000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa161000.___ 4096 0x1e5fa161000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa162000.rw_ 1785856 0x1e5fa162000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa316000.___ 4096 0x1e5fa316000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa317000.rw_ 69632 0x1e5fa317000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa328000.___ 4096 0x1e5fa328000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa329000.rw_ 69632 0x1e5fa329000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa33a000.___ 4096 0x1e5fa33a000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa33b000.rw_ 225280 0x1e5fa33b000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa372000.___ 4096 0x1e5fa372000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa373000.rw_ 1273856 0x1e5fa373000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa4aa000.___ 4096 0x1e5fa4aa000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa4ab000.rw_ 278528 0x1e5fa4ab000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa4f0000.rw_ 806912 0x1e5fa4f0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa5b5000.___ 4096 0x1e5fa5b5000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa5b6000.rw_ 16384 0x1e5fa5b6000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa5f7000.rw_ 1888256 0x1e5fa5f7000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa7c9000.rw_ 851968 0x1e5fa7c9000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa899000.___ 4096 0x1e5fa899000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa89a000.rw_ 266240 0x1e5fa89a000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa8db000.___ 4096 0x1e5fa8db000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa8dc000.rw_ 266240 0x1e5fa8dc000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa91d000.___ 4096 0x1e5fa91d000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa91e000.rw_ 266240 0x1e5fa91e000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa95f000.___ 4096 0x1e5fa95f000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa960000.rw_ 266240 0x1e5fa960000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa9a1000.___ 4096 0x1e5fa9a1000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa9a2000.rw_ 266240 0x1e5fa9a2000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fa9e3000.___ 4096 0x1e5fa9e3000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fa9e4000.rw_ 24576 0x1e5fa9e4000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faa25000.rw_ 266240 0x1e5faa25000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faa66000.___ 4096 0x1e5faa66000 # ---
DEBUG: RCoreCmd: f map.0x000001e5faa67000.rw_ 69632 0x1e5faa67000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faa78000.___ 4096 0x1e5faa78000 # ---
DEBUG: RCoreCmd: f map.0x000001e5faa79000.rw_ 69632 0x1e5faa79000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faa8a000.___ 4096 0x1e5faa8a000 # ---
DEBUG: RCoreCmd: f map.0x000001e5faa8b000.rw_ 36864 0x1e5faa8b000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faa94000.___ 4096 0x1e5faa94000 # ---
DEBUG: RCoreCmd: f map.0x000001e5faa95000.rw_ 94208 0x1e5faa95000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faaac000.___ 4096 0x1e5faaac000 # ---
DEBUG: RCoreCmd: f map.0x000001e5faaad000.rw_ 94208 0x1e5faaad000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faaeb000.rw_ 266240 0x1e5faaeb000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fab2c000.___ 4096 0x1e5fab2c000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fab2d000.rw_ 1921024 0x1e5fab2d000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fad07000.rw_ 266240 0x1e5fad07000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fad48000.___ 4096 0x1e5fad48000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fad49000.rw_ 749568 0x1e5fad49000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fae51000.rw_ 40960 0x1e5fae51000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fae5b000.___ 4096 0x1e5fae5b000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fae5c000.rw_ 266240 0x1e5fae5c000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fae9d000.___ 4096 0x1e5fae9d000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fae9e000.rw_ 266240 0x1e5fae9e000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faedf000.___ 4096 0x1e5faedf000 # ---
DEBUG: RCoreCmd: f map.0x000001e5faee0000.rw_ 266240 0x1e5faee0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faf21000.___ 4096 0x1e5faf21000 # ---
DEBUG: RCoreCmd: f map.0x000001e5faf22000.rw_ 266240 0x1e5faf22000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5faf63000.___ 4096 0x1e5faf63000 # ---
DEBUG: RCoreCmd: f map.0x000001e5faf64000.rw_ 266240 0x1e5faf64000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fafa5000.___ 4096 0x1e5fafa5000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fafa6000.rw_ 266240 0x1e5fafa6000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fafe7000.___ 4096 0x1e5fafe7000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fafe8000.rw_ 266240 0x1e5fafe8000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb029000.___ 4096 0x1e5fb029000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb02a000.rw_ 266240 0x1e5fb02a000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb06b000.___ 4096 0x1e5fb06b000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb06c000.rw_ 266240 0x1e5fb06c000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb0ad000.___ 4096 0x1e5fb0ad000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb0ae000.rw_ 266240 0x1e5fb0ae000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb0ef000.___ 4096 0x1e5fb0ef000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb0f0000.rw_ 266240 0x1e5fb0f0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb131000.___ 4096 0x1e5fb131000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb132000.rw_ 266240 0x1e5fb132000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb173000.___ 4096 0x1e5fb173000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb174000.rw_ 266240 0x1e5fb174000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb1b5000.___ 4096 0x1e5fb1b5000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb1b6000.rw_ 266240 0x1e5fb1b6000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb1f7000.___ 4096 0x1e5fb1f7000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb1f8000.rw_ 266240 0x1e5fb1f8000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb239000.___ 4096 0x1e5fb239000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb23a000.rw_ 266240 0x1e5fb23a000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb27b000.___ 4096 0x1e5fb27b000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb27c000.rw_ 266240 0x1e5fb27c000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb2bd000.___ 4096 0x1e5fb2bd000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb2be000.rw_ 266240 0x1e5fb2be000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb2ff000.___ 4096 0x1e5fb2ff000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb300000.rw_ 266240 0x1e5fb300000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb341000.___ 4096 0x1e5fb341000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb342000.rw_ 266240 0x1e5fb342000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb383000.___ 4096 0x1e5fb383000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb384000.rw_ 266240 0x1e5fb384000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb3c5000.___ 4096 0x1e5fb3c5000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb3c6000.rw_ 69632 0x1e5fb3c6000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb3d7000.___ 4096 0x1e5fb3d7000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb3d8000.rw_ 696320 0x1e5fb3d8000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb4c0000.r__ 3383296 0x1e5fb4c0000 # r--
DEBUG: RCoreCmd: f map.0x000001e5fb7fa000.___ 24576 0x1e5fb7fa000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fb800000.rw_ 4096 0x1e5fb800000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fb900000.r__ 1351680 0x1e5fb900000 # r--
DEBUG: RCoreCmd: f map.0x000001e5fba4a000.___ 24576 0x1e5fba4a000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fbe10000.___ 8257536 0x1e5fbe10000 # ---
DEBUG: RCoreCmd: f map.0x000001e5fc5f0000.rw_ 16384 0x1e5fc5f0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fc6f0000.rw_ 16285696 0x1e5fc6f0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fd6c0000.rw_ 10407936 0x1e5fd6c0000 # rw-
DEBUG: RCoreCmd: f map.0x000001e5fe690000.___ 138602186670080 0x1e5fe690000 # ---
DEBUG: RCoreCmd: f map.0x00007ff4d4880000.r__ 65536 0x7ff4d4880000 # r--
DEBUG: RCoreCmd: f map.0x00007ff4d4890000.r__ 4096 0x7ff4d4890000 # r--
DEBUG: RCoreCmd: f map.0x00007ff4d4891000.r_x 8192 0x7ff4d4891000 # r-x
DEBUG: RCoreCmd: f map.0x00007ff4d4893000.___ 53248 0x7ff4d4893000 # ---
DEBUG: RCoreCmd: f map.0x00007ff4d48a0000.rw_ 65536 0x7ff4d48a0000 # rw-
DEBUG: RCoreCmd: f map.0x00007ff4d48b0000.r__ 20480 0x7ff4d48b0000 # r--
DEBUG: RCoreCmd: f map.0x00007ff5d69d0000.rw_ 4096 0x7ff5d69d0000 # rw-
DEBUG: RCoreCmd: f map.0x00007ff5d69d1000.___ 61440 0x7ff5d69d1000 # ---
DEBUG: RCoreCmd: f map.0x00007ff5d69e0000.r_x 4096 0x7ff5d69e0000 # r-x
DEBUG: RCoreCmd: f map.0x00007ff5d69e1000.___ 61440 0x7ff5d69e1000 # ---
DEBUG: RCoreCmd: f map.0x00007ff5d69f0000.r__ 4096 0x7ff5d69f0000 # r--
DEBUG: RCoreCmd: f map.0x00007ff5d69f1000.___ 7128084480 0x7ff5d69f1000 # ---
DEBUG: RCoreCmd: f map.0x00007ff77f7d0000.r__ 4096 0x7ff77f7d0000 # r--
DEBUG: RCoreCmd: f map.0x00007ff77f7d1000.r_x 110592 0x7ff77f7d1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ff77f7ec000.r__ 28672 0x7ff77f7ec000 # r--
DEBUG: RCoreCmd: f map.0x00007ff77f7f3000.rw_ 4096 0x7ff77f7f3000 # rw-
DEBUG: RCoreCmd: f map.0x00007ff77f7f4000.r__ 12288 0x7ff77f7f4000 # r--
DEBUG: RCoreCmd: f map.0x00007ff77f7f7000.___ 14365659136 0x7ff77f7f7000 # ---
DEBUG: RCoreCmd: f map.0x00007ffad7c20000.r__ 4096 0x7ffad7c20000 # r--
DEBUG: RCoreCmd: f map.0x00007ffad7c21000.r_x 1400832 0x7ffad7c21000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffad7d77000.r__ 311296 0x7ffad7d77000 # r--
DEBUG: RCoreCmd: f map.0x00007ffad7dc3000.rw_ 12288 0x7ffad7dc3000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffad7dc6000.rw_ 20480 0x7ffad7dc6000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffad7dcb000.rw_ 28672 0x7ffad7dcb000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffad7dd2000.rw_ 40960 0x7ffad7dd2000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffad7ddc000.rw_ 4096 0x7ffad7ddc000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffad7ddd000.rw_ 40960 0x7ffad7ddd000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffad7de7000.rw_ 4096 0x7ffad7de7000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffad7de8000.r__ 110592 0x7ffad7de8000 # r--
DEBUG: RCoreCmd: f map.0x00007ffad7e03000.___ 53248 0x7ffad7e03000 # ---
DEBUG: RCoreCmd: f map.0x00007ffad95b0000.r__ 4096 0x7ffad95b0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffad95b1000.r_x 6176768 0x7ffad95b1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffad9b95000.r__ 64679936 0x7ffad9b95000 # r--
DEBUG: RCoreCmd: f map.0x00007ffadd944000.rw_ 4096 0x7ffadd944000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffadd945000.rw_ 4096 0x7ffadd945000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffadd946000.rw_ 4096 0x7ffadd946000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffadd947000.rw_ 24576 0x7ffadd947000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffadd94d000.rw_ 45056 0x7ffadd94d000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffadd958000.rw_ 4096 0x7ffadd958000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffadd959000.rw_ 8192 0x7ffadd959000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffadd95b000.r__ 315392 0x7ffadd95b000 # r--
DEBUG: RCoreCmd: f map.0x00007ffadd9a8000.___ 32768 0x7ffadd9a8000 # ---
DEBUG: RCoreCmd: f map.0x00007ffadd9b0000.r__ 4096 0x7ffadd9b0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffadd9b1000.r_x 1867776 0x7ffadd9b1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffaddb79000.r__ 7983104 0x7ffaddb79000 # r--
DEBUG: RCoreCmd: f map.0x00007ffade316000.rw_ 733184 0x7ffade316000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffade3c9000.rw_ 4096 0x7ffade3c9000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffade3ca000.rw_ 90112 0x7ffade3ca000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffade3e0000.rw_ 8192 0x7ffade3e0000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffade3e2000.r__ 413696 0x7ffade3e2000 # r--
DEBUG: RCoreCmd: f map.0x00007ffade447000.___ 582127616 0x7ffade447000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb00f70000.r__ 4096 0x7ffb00f70000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb00f71000.r_x 1540096 0x7ffb00f71000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb010e9000.r__ 671744 0x7ffb010e9000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb0118d000.rw_ 20480 0x7ffb0118d000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb01192000.rw_ 8192 0x7ffb01192000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb01194000.r__ 94208 0x7ffb01194000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb011ab000.___ 40259584 0x7ffb011ab000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb03810000.r__ 4096 0x7ffb03810000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb03811000.r_x 1077248 0x7ffb03811000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb03918000.r__ 274432 0x7ffb03918000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb0395b000.rw_ 172032 0x7ffb0395b000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb03985000.rw_ 4096 0x7ffb03985000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb03986000.r__ 61440 0x7ffb03986000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb03995000.___ 453160960 0x7ffb03995000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb1e9c0000.r__ 4096 0x7ffb1e9c0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb1e9c1000.r_x 131072 0x7ffb1e9c1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb1e9e1000.r__ 90112 0x7ffb1e9e1000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb1e9f7000.rw_ 4096 0x7ffb1e9f7000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb1e9f8000.rw_ 4096 0x7ffb1e9f8000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb1e9f9000.rw_ 8192 0x7ffb1e9f9000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb1e9fb000.rw_ 188416 0x7ffb1e9fb000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb1ea29000.rw_ 8192 0x7ffb1ea29000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb1ea2b000.r__ 36864 0x7ffb1ea2b000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb1ea34000.___ 648855552 0x7ffb1ea34000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb45500000.r__ 4096 0x7ffb45500000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb45501000.r_x 618496 0x7ffb45501000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb45598000.r__ 184320 0x7ffb45598000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb455c5000.rw_ 4096 0x7ffb455c5000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb455c6000.rw_ 8192 0x7ffb455c6000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb455c8000.r__ 32768 0x7ffb455c8000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb455d0000.___ 30015488 0x7ffb455d0000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb47270000.r__ 4096 0x7ffb47270000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb47271000.r_x 442368 0x7ffb47271000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb472dd000.r__ 106496 0x7ffb472dd000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb472f7000.rw_ 4096 0x7ffb472f7000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb472f8000.r__ 32768 0x7ffb472f8000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb47300000.___ 5898240 0x7ffb47300000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb478a0000.r__ 4096 0x7ffb478a0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb478a1000.r_x 253952 0x7ffb478a1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb478df000.r__ 16384 0x7ffb478df000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb478e3000.rw_ 4096 0x7ffb478e3000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb478e4000.rw_ 4096 0x7ffb478e4000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb478e5000.rw_ 4096 0x7ffb478e5000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb478e6000.r__ 12288 0x7ffb478e6000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb478e9000.___ 28672 0x7ffb478e9000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb478f0000.r__ 4096 0x7ffb478f0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb478f1000.r_x 614400 0x7ffb478f1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb47987000.r__ 372736 0x7ffb47987000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb479e2000.rw_ 4096 0x7ffb479e2000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb479e3000.rw_ 8192 0x7ffb479e3000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb479e5000.rw_ 8192 0x7ffb479e5000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb479e7000.r__ 57344 0x7ffb479e7000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb479f5000.___ 131969024 0x7ffb479f5000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb4f7d0000.r__ 4096 0x7ffb4f7d0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb4f7d1000.r_x 217088 0x7ffb4f7d1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb4f806000.r__ 40960 0x7ffb4f806000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb4f810000.rw_ 4096 0x7ffb4f810000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb4f811000.r__ 16384 0x7ffb4f811000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb4f815000.___ 2338816 0x7ffb4f815000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb4fa50000.r__ 4096 0x7ffb4fa50000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb4fa51000.r_x 143360 0x7ffb4fa51000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb4fa74000.r__ 36864 0x7ffb4fa74000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb4fa7d000.rw_ 4096 0x7ffb4fa7d000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb4fa7e000.r__ 16384 0x7ffb4fa7e000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb4fa82000.___ 10543104 0x7ffb4fa82000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb50490000.r__ 4096 0x7ffb50490000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb50491000.r_x 286720 0x7ffb50491000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb504d7000.r__ 61440 0x7ffb504d7000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb504e6000.rw_ 4096 0x7ffb504e6000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb504e7000.rw_ 4096 0x7ffb504e7000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb504e8000.rw_ 32768 0x7ffb504e8000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb504f0000.rw_ 4096 0x7ffb504f0000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb504f1000.r__ 24576 0x7ffb504f1000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb504f7000.___ 96243712 0x7ffb504f7000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb560c0000.r__ 4096 0x7ffb560c0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb560c1000.r_x 135168 0x7ffb560c1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb560e2000.r__ 36864 0x7ffb560e2000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb560eb000.rw_ 4096 0x7ffb560eb000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb560ec000.r__ 16384 0x7ffb560ec000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb560f0000.___ 101580800 0x7ffb560f0000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb5c1d0000.r__ 4096 0x7ffb5c1d0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb5c1d1000.r_x 114688 0x7ffb5c1d1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb5c1ed000.r__ 32768 0x7ffb5c1ed000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb5c1f5000.rw_ 4096 0x7ffb5c1f5000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb5c1f6000.r__ 12288 0x7ffb5c1f6000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb5c1f9000.___ 62746624 0x7ffb5c1f9000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb5fdd0000.r__ 4096 0x7ffb5fdd0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb5fdd1000.r_x 126976 0x7ffb5fdd1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb5fdf0000.r__ 32768 0x7ffb5fdf0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb5fdf8000.rw_ 4096 0x7ffb5fdf8000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb5fdf9000.r__ 12288 0x7ffb5fdf9000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb5fdfc000.___ 16384 0x7ffb5fdfc000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb5fe00000.r__ 4096 0x7ffb5fe00000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb5fe01000.r_x 135168 0x7ffb5fe01000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb5fe22000.r__ 36864 0x7ffb5fe22000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb5fe2b000.rw_ 4096 0x7ffb5fe2b000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb5fe2c000.r__ 16384 0x7ffb5fe2c000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb5fe30000.___ 4325376 0x7ffb5fe30000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb60250000.r__ 4096 0x7ffb60250000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb60251000.r_x 147456 0x7ffb60251000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb60275000.r__ 40960 0x7ffb60275000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6027f000.rw_ 4096 0x7ffb6027f000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb60280000.r__ 16384 0x7ffb60280000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb60284000.___ 97697792 0x7ffb60284000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb65fb0000.r__ 4096 0x7ffb65fb0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb65fb1000.r_x 253952 0x7ffb65fb1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb65fef000.r__ 98304 0x7ffb65fef000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb66007000.rw_ 4096 0x7ffb66007000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb66008000.rw_ 4096 0x7ffb66008000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb66009000.rw_ 8192 0x7ffb66009000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb6600b000.r__ 24576 0x7ffb6600b000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb66011000.___ 61440 0x7ffb66011000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb66020000.r__ 4096 0x7ffb66020000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb66021000.r_x 208896 0x7ffb66021000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb66054000.r__ 73728 0x7ffb66054000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb66066000.rw_ 20480 0x7ffb66066000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb6606b000.rw_ 8192 0x7ffb6606b000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb6606d000.r__ 16384 0x7ffb6606d000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb66071000.___ 4386816 0x7ffb66071000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb664a0000.r__ 4096 0x7ffb664a0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb664a1000.r_x 118784 0x7ffb664a1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb664be000.r__ 28672 0x7ffb664be000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb664c5000.rw_ 4096 0x7ffb664c5000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb664c6000.r__ 12288 0x7ffb664c6000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb664c9000.___ 17985536 0x7ffb664c9000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb675f0000.r__ 4096 0x7ffb675f0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb675f1000.r_x 73728 0x7ffb675f1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb67603000.r__ 20480 0x7ffb67603000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb67608000.rw_ 4096 0x7ffb67608000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb67609000.r__ 16384 0x7ffb67609000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6760d000.___ 12398592 0x7ffb6760d000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb681e0000.r__ 4096 0x7ffb681e0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb681e1000.r_x 2113536 0x7ffb681e1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb683e5000.r__ 2805760 0x7ffb683e5000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb68692000.rw_ 12288 0x7ffb68692000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb68695000.rw_ 4096 0x7ffb68695000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb68696000.rw_ 4096 0x7ffb68696000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb68697000.r__ 249856 0x7ffb68697000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb686d4000.___ 442368 0x7ffb686d4000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb68740000.r__ 4096 0x7ffb68740000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb68741000.r_x 131072 0x7ffb68741000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb68761000.r__ 36864 0x7ffb68761000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6876a000.rw_ 4096 0x7ffb6876a000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb6876b000.r__ 28672 0x7ffb6876b000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb68772000.___ 23781376 0x7ffb68772000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb69e20000.r__ 4096 0x7ffb69e20000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb69e21000.r_x 344064 0x7ffb69e21000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb69e75000.r__ 126976 0x7ffb69e75000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb69e94000.rw_ 8192 0x7ffb69e94000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb69e96000.rw_ 4096 0x7ffb69e96000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb69e97000.r__ 28672 0x7ffb69e97000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb69e9e000.___ 9904128 0x7ffb69e9e000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb6a810000.r__ 4096 0x7ffb6a810000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6a811000.r_x 122880 0x7ffb6a811000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb6a82f000.r__ 32768 0x7ffb6a82f000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6a837000.rw_ 4096 0x7ffb6a837000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb6a838000.r__ 16384 0x7ffb6a838000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6a83c000.___ 24526848 0x7ffb6a83c000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb6bfa0000.r__ 4096 0x7ffb6bfa0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6bfa1000.r_x 172032 0x7ffb6bfa1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb6bfcb000.r__ 61440 0x7ffb6bfcb000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6bfda000.rw_ 8192 0x7ffb6bfda000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb6bfdc000.r__ 16384 0x7ffb6bfdc000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6bfe0000.r__ 4096 0x7ffb6bfe0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6bfe1000.r_x 221184 0x7ffb6bfe1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb6c017000.r__ 65536 0x7ffb6c017000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6c027000.rw_ 4096 0x7ffb6c027000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb6c028000.r__ 20480 0x7ffb6c028000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6c02d000.___ 2830336 0x7ffb6c02d000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb6c2e0000.r__ 4096 0x7ffb6c2e0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6c2e1000.r_x 221184 0x7ffb6c2e1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb6c317000.r__ 90112 0x7ffb6c317000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6c32d000.rw_ 4096 0x7ffb6c32d000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb6c32e000.r__ 16384 0x7ffb6c32e000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb6c332000.___ 64675840 0x7ffb6c332000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb700e0000.r__ 4096 0x7ffb700e0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb700e1000.r_x 630784 0x7ffb700e1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb7017b000.r__ 974848 0x7ffb7017b000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb70269000.rw_ 4096 0x7ffb70269000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb7026a000.rw_ 45056 0x7ffb7026a000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb70275000.rw_ 32768 0x7ffb70275000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb7027d000.rw_ 4096 0x7ffb7027d000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb7027e000.rw_ 8192 0x7ffb7027e000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb70280000.r__ 77824 0x7ffb70280000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb70293000.___ 53248 0x7ffb70293000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb702a0000.r__ 4096 0x7ffb702a0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb702a1000.r_x 225280 0x7ffb702a1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb702d8000.r__ 614400 0x7ffb702d8000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb7036e000.rw_ 8192 0x7ffb7036e000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb70370000.r__ 45056 0x7ffb70370000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb7037b000.___ 63262720 0x7ffb7037b000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb73fd0000.r__ 4096 0x7ffb73fd0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb73fd1000.r_x 1998848 0x7ffb73fd1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb741b9000.r__ 262144 0x7ffb741b9000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb741f9000.rw_ 16384 0x7ffb741f9000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb741fd000.r__ 417792 0x7ffb741fd000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb74263000.___ 281661440 0x7ffb74263000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb84f00000.r__ 4096 0x7ffb84f00000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb84f01000.r_x 552960 0x7ffb84f01000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb84f88000.r__ 102400 0x7ffb84f88000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb84fa1000.rw_ 8192 0x7ffb84fa1000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb84fa3000.r__ 102400 0x7ffb84fa3000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb84fbc000.___ 33243136 0x7ffb84fbc000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb86f70000.r__ 4096 0x7ffb86f70000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb86f71000.r_x 114688 0x7ffb86f71000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb86f8d000.r__ 40960 0x7ffb86f8d000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb86f97000.rw_ 8192 0x7ffb86f97000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb86f99000.rw_ 4096 0x7ffb86f99000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb86f9a000.r__ 40960 0x7ffb86f9a000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb86fa4000.___ 15843328 0x7ffb86fa4000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb87ec0000.r__ 4096 0x7ffb87ec0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb87ec1000.r_x 983040 0x7ffb87ec1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb87fb1000.r__ 176128 0x7ffb87fb1000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb87fdc000.rw_ 8192 0x7ffb87fdc000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb87fde000.rw_ 4096 0x7ffb87fde000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb87fdf000.r__ 94208 0x7ffb87fdf000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb87ff6000.___ 24944640 0x7ffb87ff6000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb897c0000.r__ 4096 0x7ffb897c0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb897c1000.r_x 118784 0x7ffb897c1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb897de000.r__ 28672 0x7ffb897de000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb897e5000.rw_ 4096 0x7ffb897e5000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb897e6000.r__ 12288 0x7ffb897e6000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb897e9000.___ 1208320 0x7ffb897e9000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb89910000.r__ 4096 0x7ffb89910000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb89911000.r_x 327680 0x7ffb89911000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb89961000.r__ 233472 0x7ffb89961000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8999a000.rw_ 4096 0x7ffb8999a000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8999b000.rw_ 8192 0x7ffb8999b000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8999d000.r__ 24576 0x7ffb8999d000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb899a3000.___ 53248 0x7ffb899a3000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb899b0000.r__ 4096 0x7ffb899b0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb899b1000.r_x 516096 0x7ffb899b1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb89a2f000.r__ 114688 0x7ffb89a2f000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb89a4b000.rw_ 8192 0x7ffb89a4b000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb89a4d000.r__ 32768 0x7ffb89a4d000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb89a55000.___ 45056 0x7ffb89a55000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb89a60000.r__ 4096 0x7ffb89a60000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb89a61000.r_x 1331200 0x7ffb89a61000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb89ba6000.r__ 315392 0x7ffb89ba6000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb89bf3000.rw_ 16384 0x7ffb89bf3000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb89bf7000.rw_ 4096 0x7ffb89bf7000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb89bf8000.r__ 98304 0x7ffb89bf8000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb89c10000.___ 28049408 0x7ffb89c10000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8b6d0000.r__ 4096 0x7ffb8b6d0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8b6d1000.r_x 425984 0x7ffb8b6d1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8b739000.r__ 212992 0x7ffb8b739000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8b76d000.rw_ 8192 0x7ffb8b76d000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8b76f000.rw_ 4096 0x7ffb8b76f000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8b770000.r__ 40960 0x7ffb8b770000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8b77a000.___ 13787136 0x7ffb8b77a000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8c4a0000.r__ 4096 0x7ffb8c4a0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8c4a1000.r_x 544768 0x7ffb8c4a1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8c526000.r__ 630784 0x7ffb8c526000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8c5c0000.rw_ 8192 0x7ffb8c5c0000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8c5c2000.r__ 118784 0x7ffb8c5c2000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8c5df000.___ 69632 0x7ffb8c5df000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8c5f0000.r__ 4096 0x7ffb8c5f0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8c5f1000.r_x 7032832 0x7ffb8c5f1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8cca6000.r__ 1769472 0x7ffb8cca6000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8ce56000.rw_ 28672 0x7ffb8ce56000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8ce5d000.rw_ 8192 0x7ffb8ce5d000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8ce5f000.r__ 557056 0x7ffb8ce5f000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8cee7000.___ 2985984 0x7ffb8cee7000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8d1c0000.r__ 4096 0x7ffb8d1c0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8d1c1000.r_x 122880 0x7ffb8d1c1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8d1df000.r__ 32768 0x7ffb8d1df000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8d1e7000.rw_ 4096 0x7ffb8d1e7000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8d1e8000.r__ 20480 0x7ffb8d1e8000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8d1ed000.___ 274432 0x7ffb8d1ed000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8d230000.r__ 4096 0x7ffb8d230000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8d231000.r_x 733184 0x7ffb8d231000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8d2e4000.r__ 155648 0x7ffb8d2e4000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8d30a000.rw_ 8192 0x7ffb8d30a000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8d30c000.r__ 114688 0x7ffb8d30c000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8d328000.___ 4816896 0x7ffb8d328000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8d7c0000.r__ 4096 0x7ffb8d7c0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8d7c1000.r_x 36864 0x7ffb8d7c1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8d7ca000.r__ 36864 0x7ffb8d7ca000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8d7d3000.rw_ 4096 0x7ffb8d7d3000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8d7d4000.r__ 16384 0x7ffb8d7d4000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8d7d8000.___ 2392064 0x7ffb8d7d8000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8da20000.r__ 4096 0x7ffb8da20000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8da21000.r_x 155648 0x7ffb8da21000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8da47000.r__ 114688 0x7ffb8da47000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8da63000.rw_ 8192 0x7ffb8da63000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8da65000.r__ 28672 0x7ffb8da65000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8da6c000.___ 1785856 0x7ffb8da6c000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8dc20000.r__ 4096 0x7ffb8dc20000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8dc21000.r_x 331776 0x7ffb8dc21000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8dc72000.r__ 61440 0x7ffb8dc72000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8dc81000.rw_ 8192 0x7ffb8dc81000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8dc83000.r__ 24576 0x7ffb8dc83000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8dc89000.___ 2912256 0x7ffb8dc89000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8df50000.r__ 4096 0x7ffb8df50000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8df51000.r_x 12288 0x7ffb8df51000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8df54000.r__ 12288 0x7ffb8df54000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8df57000.rw_ 4096 0x7ffb8df57000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8df58000.r__ 16384 0x7ffb8df58000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8df5c000.___ 7028736 0x7ffb8df5c000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8e610000.r__ 4096 0x7ffb8e610000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e611000.r_x 73728 0x7ffb8e611000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8e623000.r__ 32768 0x7ffb8e623000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e62b000.rw_ 4096 0x7ffb8e62b000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8e62c000.r__ 20480 0x7ffb8e62c000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e631000.___ 1175552 0x7ffb8e631000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8e750000.r__ 4096 0x7ffb8e750000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e751000.r_x 1138688 0x7ffb8e751000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8e867000.r__ 225280 0x7ffb8e867000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e89e000.rw_ 28672 0x7ffb8e89e000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8e8a5000.r__ 73728 0x7ffb8e8a5000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e8b7000.___ 36864 0x7ffb8e8b7000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8e8c0000.r__ 4096 0x7ffb8e8c0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e8c1000.r_x 110592 0x7ffb8e8c1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8e8dc000.r__ 24576 0x7ffb8e8dc000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e8e2000.rw_ 4096 0x7ffb8e8e2000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8e8e3000.r__ 20480 0x7ffb8e8e3000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e8e8000.___ 32768 0x7ffb8e8e8000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8e8f0000.r__ 4096 0x7ffb8e8f0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e8f1000.r_x 798720 0x7ffb8e8f1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8e9b4000.r__ 241664 0x7ffb8e9b4000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8e9ef000.rw_ 12288 0x7ffb8e9ef000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8e9f2000.r__ 61440 0x7ffb8e9f2000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8ea01000.___ 61440 0x7ffb8ea01000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8ea10000.r__ 4096 0x7ffb8ea10000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8ea11000.r_x 335872 0x7ffb8ea11000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8ea63000.r__ 241664 0x7ffb8ea63000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8ea9e000.rw_ 4096 0x7ffb8ea9e000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8ea9f000.rw_ 12288 0x7ffb8ea9f000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8eaa2000.r__ 32768 0x7ffb8eaa2000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8eaaa000.___ 24576 0x7ffb8eaaa000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8eab0000.r__ 4096 0x7ffb8eab0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8eab1000.r_x 49152 0x7ffb8eab1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8eabd000.r__ 69632 0x7ffb8eabd000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8eace000.rw_ 4096 0x7ffb8eace000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8eacf000.r__ 28672 0x7ffb8eacf000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8ead6000.___ 40960 0x7ffb8ead6000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8eae0000.r__ 4096 0x7ffb8eae0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8eae1000.r_x 679936 0x7ffb8eae1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8eb87000.r__ 331776 0x7ffb8eb87000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8ebd8000.rw_ 20480 0x7ffb8ebd8000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8ebdd000.r__ 114688 0x7ffb8ebdd000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8ebf9000.___ 815104 0x7ffb8ebf9000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8ecc0000.r__ 4096 0x7ffb8ecc0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8ecc1000.r_x 1654784 0x7ffb8ecc1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8ee55000.r__ 1855488 0x7ffb8ee55000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f01a000.rw_ 20480 0x7ffb8f01a000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f01f000.rw_ 4096 0x7ffb8f01f000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f020000.r__ 311296 0x7ffb8f020000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f06c000.___ 16384 0x7ffb8f06c000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8f070000.r__ 4096 0x7ffb8f070000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f071000.r_x 376832 0x7ffb8f071000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8f0cd000.r__ 98304 0x7ffb8f0cd000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f0e5000.rw_ 4096 0x7ffb8f0e5000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f0e6000.r__ 20480 0x7ffb8f0e6000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f0eb000.___ 20480 0x7ffb8f0eb000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8f0f0000.r__ 4096 0x7ffb8f0f0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f0f1000.r_x 438272 0x7ffb8f0f1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8f15c000.r__ 229376 0x7ffb8f15c000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f194000.rw_ 20480 0x7ffb8f194000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f199000.r__ 36864 0x7ffb8f199000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f1a2000.___ 57344 0x7ffb8f1a2000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8f1b0000.r__ 4096 0x7ffb8f1b0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f1b1000.r_x 458752 0x7ffb8f1b1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8f221000.r__ 167936 0x7ffb8f221000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f24a000.rw_ 4096 0x7ffb8f24a000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f24b000.rw_ 8192 0x7ffb8f24b000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f24d000.rw_ 4096 0x7ffb8f24d000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f24e000.r__ 40960 0x7ffb8f24e000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f258000.___ 1474560 0x7ffb8f258000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8f3c0000.r__ 4096 0x7ffb8f3c0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f3c1000.r_x 647168 0x7ffb8f3c1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8f45f000.r__ 155648 0x7ffb8f45f000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f485000.rw_ 12288 0x7ffb8f485000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f488000.r__ 61440 0x7ffb8f488000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f497000.___ 36864 0x7ffb8f497000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8f4a0000.r__ 4096 0x7ffb8f4a0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f4a1000.r_x 610304 0x7ffb8f4a1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8f536000.r__ 143360 0x7ffb8f536000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f559000.rw_ 8192 0x7ffb8f559000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f55b000.r__ 995328 0x7ffb8f55b000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f64e000.___ 8192 0x7ffb8f64e000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8f650000.r__ 4096 0x7ffb8f650000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f651000.r_x 507904 0x7ffb8f651000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8f6cd000.r__ 110592 0x7ffb8f6cd000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f6e8000.rw_ 12288 0x7ffb8f6e8000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f6eb000.rw_ 8192 0x7ffb8f6eb000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f6ed000.rw_ 12288 0x7ffb8f6ed000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f6f0000.r__ 28672 0x7ffb8f6f0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f6f7000.___ 36864 0x7ffb8f6f7000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8f700000.r__ 4096 0x7ffb8f700000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f701000.r_x 57344 0x7ffb8f701000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8f70f000.r__ 81920 0x7ffb8f70f000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f723000.rw_ 4096 0x7ffb8f723000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f724000.r__ 20480 0x7ffb8f724000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f729000.___ 28672 0x7ffb8f729000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8f730000.r__ 4096 0x7ffb8f730000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f731000.r_x 925696 0x7ffb8f731000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8f813000.r__ 212992 0x7ffb8f813000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f847000.rw_ 8192 0x7ffb8f847000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f849000.rw_ 4096 0x7ffb8f849000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8f84a000.r__ 569344 0x7ffb8f84a000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8f8d5000.___ 2469888 0x7ffb8f8d5000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8fb30000.r__ 4096 0x7ffb8fb30000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fb31000.r_x 4096 0x7ffb8fb31000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8fb32000.r__ 8192 0x7ffb8fb32000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fb34000.rw_ 4096 0x7ffb8fb34000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8fb35000.r__ 12288 0x7ffb8fb35000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fb38000.___ 950272 0x7ffb8fb38000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8fc20000.r__ 4096 0x7ffb8fc20000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fc21000.r_x 212992 0x7ffb8fc21000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8fc55000.r__ 135168 0x7ffb8fc55000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fc76000.rw_ 8192 0x7ffb8fc76000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8fc78000.r__ 24576 0x7ffb8fc78000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fc7e000.___ 8192 0x7ffb8fc7e000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8fc80000.r__ 4096 0x7ffb8fc80000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fc81000.r_x 8192 0x7ffb8fc81000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8fc83000.r__ 8192 0x7ffb8fc83000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fc85000.rw_ 4096 0x7ffb8fc85000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8fc86000.r__ 12288 0x7ffb8fc86000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fc89000.___ 28672 0x7ffb8fc89000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8fc90000.r__ 4096 0x7ffb8fc90000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fc91000.r_x 528384 0x7ffb8fc91000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8fd12000.r__ 225280 0x7ffb8fd12000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fd49000.rw_ 4096 0x7ffb8fd49000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8fd4a000.rw_ 4096 0x7ffb8fd4a000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8fd4b000.r__ 36864 0x7ffb8fd4b000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fd54000.___ 1097728 0x7ffb8fd54000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8fe60000.r__ 4096 0x7ffb8fe60000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fe61000.r_x 126976 0x7ffb8fe61000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb8fe80000.r__ 28672 0x7ffb8fe80000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fe87000.rw_ 4096 0x7ffb8fe87000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb8fe88000.r__ 36864 0x7ffb8fe88000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8fe91000.___ 978944 0x7ffb8fe91000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb8ff80000.r__ 4096 0x7ffb8ff80000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb8ff81000.r_x 913408 0x7ffb8ff81000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb90060000.r__ 229376 0x7ffb90060000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb90098000.rw_ 8192 0x7ffb90098000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb9009a000.r__ 3514368 0x7ffb9009a000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb903f4000.___ 114688 0x7ffb903f4000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb90410000.r__ 4096 0x7ffb90410000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb90411000.r_x 872448 0x7ffb90411000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb904e6000.r__ 167936 0x7ffb904e6000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb9050f000.rw_ 8192 0x7ffb9050f000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb90511000.r__ 81920 0x7ffb90511000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb90525000.___ 372736 0x7ffb90525000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb90580000.r__ 4096 0x7ffb90580000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb90581000.r_x 290816 0x7ffb90581000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb905c8000.r__ 57344 0x7ffb905c8000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb905d6000.rw_ 4096 0x7ffb905d6000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb905d7000.r__ 106496 0x7ffb905d7000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb905f1000.___ 61440 0x7ffb905f1000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb90600000.r__ 4096 0x7ffb90600000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb90601000.r_x 688128 0x7ffb90601000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb906a9000.r__ 225280 0x7ffb906a9000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb906e0000.rw_ 8192 0x7ffb906e0000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb906e2000.r__ 73728 0x7ffb906e2000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb906f4000.___ 573440 0x7ffb906f4000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb90780000.r__ 4096 0x7ffb90780000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb90781000.r_x 2535424 0x7ffb90781000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb909ec000.r__ 815104 0x7ffb909ec000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb90ab3000.rw_ 24576 0x7ffb90ab3000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb90ab9000.r__ 323584 0x7ffb90ab9000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb90b08000.___ 32768 0x7ffb90b08000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb90b10000.r__ 4096 0x7ffb90b10000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb90b11000.r_x 6852608 0x7ffb90b11000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb9119a000.r__ 1425408 0x7ffb9119a000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb912f6000.rw_ 32768 0x7ffb912f6000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb912fe000.rw_ 4096 0x7ffb912fe000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb912ff000.rw_ 4096 0x7ffb912ff000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb91300000.r__ 442368 0x7ffb91300000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb9136c000.___ 212992 0x7ffb9136c000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb913a0000.rwx 65536 0x7ffb913a0000 # rwx
DEBUG: RCoreCmd: f map.0x00007ffb913b0000.r__ 4096 0x7ffb913b0000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb913b1000.r_x 663552 0x7ffb913b1000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb91453000.rwx 4096 0x7ffb91453000 # rwx
DEBUG: RCoreCmd: f map.0x00007ffb91454000.rwx 4096 0x7ffb91454000 # rwx
DEBUG: RCoreCmd: f map.0x00007ffb91455000.r_x 577536 0x7ffb91455000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb914e2000.r__ 319488 0x7ffb914e2000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb91530000.rw_ 4096 0x7ffb91530000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb91531000.rw_ 8192 0x7ffb91531000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb91533000.rw_ 36864 0x7ffb91533000 # rw-
DEBUG: RCoreCmd: f map.0x00007ffb9153c000.r__ 569344 0x7ffb9153c000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb915c7000.___ 36864 0x7ffb915c7000 # ---
DEBUG: RCoreCmd: f map.0x00007ffb915d0000.r_x 24576 0x7ffb915d0000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb915d6000.r__ 40960 0x7ffb915d6000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb915e0000.r_x 12288 0x7ffb915e0000 # r-x
DEBUG: RCoreCmd: f map.0x00007ffb915e3000.r__ 53248 0x7ffb915e3000 # r--
DEBUG: RCoreCmd: f map.0x00007ffb915f0000.___ 19035848704 0x7ffb915f0000 # ---
DEBUG: RCoreCmd: .:il*
DEBUG: RCoreCmd: :il*
DEBUG: system_continuation (il*)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x7ff77f7d0000","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"il*"}})
DEBUG: request performed
DEBUG: RCoreCmd: fs+libs
DEBUG: RCoreCmd: f lib.radare2.exe = 0x00007ff77f7d0000
DEBUG: RCoreCmd: f lib.ntdll.dll = 0x00007ffb913b0000
DEBUG: RCoreCmd: f lib.KERNEL32.DLL = 0x00007ffb8fc90000
DEBUG: RCoreCmd: f lib.KERNELBASE.dll = 0x00007ffb8ecc0000
DEBUG: RCoreCmd: f lib.bdhkm64.dll = 0x00007ffb702a0000
DEBUG: RCoreCmd: f lib.atcuf64.dll = 0x00007ffb700e0000
DEBUG: RCoreCmd: f lib.ucrtbase.dll = 0x00007ffb8e8f0000
DEBUG: RCoreCmd: f lib.r_util.dll = 0x00007ffb478f0000
DEBUG: RCoreCmd: f lib.ADVAPI32.dll = 0x00007ffb8f0f0000
DEBUG: RCoreCmd: f lib.msvcrt.dll = 0x00007ffb8f650000
DEBUG: RCoreCmd: f lib.sechost.dll = 0x00007ffb8f1b0000
DEBUG: RCoreCmd: f lib.bcrypt.dll = 0x00007ffb8e8c0000
DEBUG: RCoreCmd: f lib.RPCRT4.dll = 0x00007ffb90410000
DEBUG: RCoreCmd: f lib.r_main.dll = 0x00007ffb6c2e0000
DEBUG: RCoreCmd: f lib.VCRUNTIME140.dll = 0x00007ffb675f0000
DEBUG: RCoreCmd: f lib.r_config.dll = 0x00007ffb897c0000
DEBUG: RCoreCmd: f lib.r_cons.dll = 0x00007ffb6bfe0000
DEBUG: RCoreCmd: f lib.USER32.dll = 0x00007ffb8f4a0000
DEBUG: RCoreCmd: f lib.win32u.dll = 0x00007ffb8eab0000
DEBUG: RCoreCmd: f lib.GDI32.dll = 0x00007ffb8f700000
DEBUG: RCoreCmd: f lib.gdi32full.dll = 0x00007ffb8eae0000
DEBUG: RCoreCmd: f lib.msvcp_win.dll = 0x00007ffb8ea10000
DEBUG: RCoreCmd: f lib.r_io.dll = 0x00007ffb69e20000
DEBUG: RCoreCmd: f lib.r_crypto.dll = 0x00007ffb6bfa0000
DEBUG: RCoreCmd: f lib.r_flag.dll = 0x00007ffb6a810000
DEBUG: RCoreCmd: f lib.r_arch.dll = 0x00007ffadd9b0000
DEBUG: RCoreCmd: f lib.r_asm.dll = 0x00007ffb66020000
DEBUG: RCoreCmd: f lib.r_core.dll = 0x00007ffb00f70000
DEBUG: RCoreCmd: f lib.WS2_32.dll = 0x00007ffb90580000
DEBUG: RCoreCmd: f lib.r_debug.dll = 0x00007ffb65fb0000
DEBUG: RCoreCmd: f lib.r_bin.dll = 0x00007ffb03810000
DEBUG: RCoreCmd: f lib.r_anal.dll = 0x00007ffb47270000
DEBUG: RCoreCmd: f lib.r_bp.dll = 0x00007ffb664a0000
DEBUG: RCoreCmd: f lib.r_egg.dll = 0x00007ffb60250000
DEBUG: RCoreCmd: f lib.r_reg.dll = 0x00007ffb5fe00000
DEBUG: RCoreCmd: f lib.r_search.dll = 0x00007ffb5fdd0000
DEBUG: RCoreCmd: f lib.r_syscall.dll = 0x00007ffb5c1d0000
DEBUG: RCoreCmd: f lib.r_socket.dll = 0x00007ffb560c0000
DEBUG: RCoreCmd: f lib.r_fs.dll = 0x00007ffb50490000
DEBUG: RCoreCmd: f lib.r_magic.dll = 0x00007ffb4fa50000
DEBUG: RCoreCmd: f lib.r_esil.dll = 0x00007ffb4f7d0000
DEBUG: RCoreCmd: f lib.r_lang.dll = 0x00007ffb45500000
DEBUG: RCoreCmd: f lib.WININET.dll = 0x00007ffb681e0000
DEBUG: RCoreCmd: f lib.IMM32.DLL = 0x00007ffb8fe60000
DEBUG: RCoreCmd: f lib.SspiCli.dll = 0x00007ffb8da20000
DEBUG: RCoreCmd: f lib.io_frida.dll = 0x00007ffad95b0000
DEBUG: RCoreCmd: f lib.SETUPAPI.dll = 0x00007ffb8ff80000
DEBUG: RCoreCmd: f lib.CRYPT32.dll = 0x00007ffb8e750000
DEBUG: RCoreCmd: f lib.ole32.dll = 0x00007ffb8f730000
DEBUG: RCoreCmd: f lib.combase.dll = 0x00007ffb90780000
DEBUG: RCoreCmd: f lib.PSAPI.DLL = 0x00007ffb8fb30000
DEBUG: RCoreCmd: f lib.SHELL32.dll = 0x00007ffb90b10000
DEBUG: RCoreCmd: f lib.SHLWAPI.dll = 0x00007ffb8fc20000
DEBUG: RCoreCmd: f lib.DNSAPI.dll = 0x00007ffb8d230000
DEBUG: RCoreCmd: f lib.IPHLPAPI.DLL = 0x00007ffb8d1c0000
DEBUG: RCoreCmd: f lib.NSI.dll = 0x00007ffb8fc80000
DEBUG: RCoreCmd: f lib.kernel.appcore.dll = 0x00007ffb8d7c0000
DEBUG: RCoreCmd: f lib.windows.storage.dll = 0x00007ffb8c5f0000
DEBUG: RCoreCmd: f lib.wintypes.dll = 0x00007ffb8c4a0000
DEBUG: RCoreCmd: f lib.SHCORE.dll = 0x00007ffb90600000
DEBUG: RCoreCmd: f lib.OLEAUT32.dll = 0x00007ffb8f3c0000
DEBUG: RCoreCmd: f lib.uxtheme.dll = 0x00007ffb8b6d0000
DEBUG: RCoreCmd: f lib.comctl32.dll = 0x00007ffb73fd0000
DEBUG: RCoreCmd: f lib.WindowsCodecs.dll = 0x00007ffb89a60000
DEBUG: RCoreCmd: f lib.profapi.dll = 0x00007ffb8e610000
DEBUG: RCoreCmd: f lib.policymanager.dll = 0x00007ffb899b0000
DEBUG: RCoreCmd: f lib.msvcp110_win.dll = 0x00007ffb89910000
DEBUG: RCoreCmd: f lib.mscms.dll = 0x00007ffb84f00000
DEBUG: RCoreCmd: f lib.icm32.dll = 0x00007ffb478a0000
DEBUG: RCoreCmd: f lib.winhttp.dll = 0x00007ffb87ec0000
DEBUG: RCoreCmd: f lib.mswsock.dll = 0x00007ffb8dc20000
DEBUG: RCoreCmd: f lib.CRYPTBASE.DLL = 0x00007ffb8df50000
DEBUG: RCoreCmd: f lib.bcryptPrimitives.dll = 0x00007ffb8f070000
DEBUG: RCoreCmd: f lib.WINMM.dll = 0x00007ffb86f70000
DEBUG: RCoreCmd: f lib.dbghelp.dll = 0x00007ffad7c20000
DEBUG: RCoreCmd: f lib.dbgcore.DLL = 0x00007ffb68740000
DEBUG: RCoreCmd: f lib.symsrv.dll = 0x00007ffb1e9c0000
DEBUG: RCoreCmd: fs-
DEBUG: RCoreCmd: m /r2f io 0
INFO: Mounted io on /r2f at 0x0
DEBUG: RCoreCmd: ?q entry0-0 2> /dev/null
DEBUG: FD FROM (2)
DEBUG: FD 2
ERROR: ConsPipe cannot open file '/dev/null'
DEBUG: (unknown symbol) in (entry0-0)
DEBUG: RCoreCmd: ?? s entry0
DEBUG: lseek 1 @ 0x00000000
DEBUG: lseek 2 @ 0x00000000
DEBUG: lseek 0 @ 0x7ff77f7d0000
DEBUG: lseek 1 @ 0x00000000
DEBUG: lseek 2 @ 0x00000000
DEBUG: lseek 0 @ 0x7ff77f7d0000
DEBUG: RCoreCmd: =!
DEBUG: system_continuation ()
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x7ff77f7d0000","suspended":false}})
DEBUG: request performed
DEBUG: empty command (.:i*)
DEBUG: RCoreCmd: .:i*
DEBUG: RCoreCmd: :i*
DEBUG: system_continuation (i*)
DEBUG: perform_request ({"type":"state","payload":{"offset":"0x7ff77f7d0000","suspended":false}})
DEBUG: request performed
DEBUG: perform_request ({"type":"perform","payload":{"command":"i*"}})
DEBUG: request performed
DEBUG: RCoreCmd: e asm.arch=x86
DEBUG: RCoreCmd: e asm.bits=64
DEBUG: RCoreCmd: e asm.os=windows
DEBUG: RCoreCmd: f r2f.modulebase=0x7ff77f7d0000
DEBUG: lseek 0 @ 0x7ff77f7d0000
DEBUG: lseek 1 @ 0x00000000
DEBUG: read 256 @ 0x7ff77f7d0000
DEBUG: perform_request ({"type":"read","payload":{"offset":"0x7ff77f7d0000","count":256,"fast":false}})
DEBUG: request performed
DEBUG: RCoreCmd: ieq

Some sections of this output seem to be important warnings. Those parts are:

DEBUG: Cannot open directory C:\Users\rosha\DOWNLO~1\NEWFOL~1\r2frida\radare2\lib\plugins
DEBUG: Cannot open .
DEBUG: Cannot open ..
DEBUG: Loading C
DEBUG: PLUGIN io plugins LOADED 000001E5F9462A40 fcn 00007FFB01077A00
DEBUG: Cannot open directory C:\Users\rosha\DOWNLO~1\NEWFOL~1\r2frida\radare2\lib\extras
DEBUG: Cannot open directory C:\Users\rosha\DOWNLO~1\NEWFOL~1\r2frida\radare2\lib\bindings
DEBUG:

and

DEBUG: RCoreCmd: fs-
DEBUG: RCoreCmd: m /r2f io 0
INFO: Mounted io on /r2f at 0x0
DEBUG: RCoreCmd: ?q entry0-0 2> /dev/null
DEBUG: FD FROM (2)
DEBUG: FD 2
ERROR: ConsPipe cannot open file '/dev/null'
DEBUG: (unknown symbol) in (entry0-0)
DEBUG: RCoreCmd: ?? s entry0

I'm not very aware of these warnings, and I'm not sure whether they are impactful or meaningful. Can you please take a look @trufae?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants