DNS Bionic libc Android flow when accessing websites -


i want know flow, functions called in bionic libc dns request. example when access www.google.com in browser. change domain name ip address dns request sent. files , functions traverses in bionic libc in android. noticed dns requests sent root uid 0. in file other uid's pass function of dns uid 0.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -