- https://about.google/?fg=1&utm_source=google-US&utm_medium=referral&utm_campaign=hp-header
- https://store.google.com/US?utm_source=hp_header&utm_medium=google_ooo&utm_campaign=GS100042&hl=en-US
- https://mail.google.com/mail/?tab=wm&ogbl
- https://www.google.com/imghp?hl=en&tab=wi&ogbl
- https://www.google.com/intl/en/about/products?tab=wh
- https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://www.google.com.pk/
- https://www.google.com/url?q=https://store.google.com/product/stadia%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS104051%26utm_content%3Dstadia_launch_hpp&source=hpp&id=19014808&ct=3&usg=AFQjCNEYwAwhAakg4RfcFC9Vmq2KiAc5yA&sa=X&ved=0ahUKEwihtZ3A4fflAhVkx1kKHRFCAJYQ8IcBCBA
- https://policies.google.com/privacy?fg=1
- https://policies.google.com/terms?fg=1
- https://www.google.com.pk/preferences?hl=en
- https://www.google.com.pk/preferences?hl=en&fg=1
- https://www.google.com.pk/intl/en_us/ads/?subid=ww-ww-et-g-awa-a-g_hpafoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpafooter&fg=1
- https://www.google.com.pk/services/?subid=ww-ww-et-g-awa-a-g_hpbfoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpbfooter&fg=1
After the rust string overview of its internal substructures, let's see if c++ QString storage is more light, but first we'r going to take a look to the c++ standard string object: At first sight we can see the allocation and deallocation created by the clang++ compiler, and the DAT_00400d34 is the string. If we use same algorithm than the rust code but in c++: We have a different decompilation layout. Note that the Ghidra scans very fast the c++ binaries, and with rust binaries gets crazy for a while. Locating main is also very simple in a c++ compiled binary, indeed is more low-level than rust. The byte array is initialized with a simply move instruction: 00400c4b 48 b8 68 MOV RAX,0x6f77206f6c6c6568 And basic_string generates the string, in the case of rust this was carazy endless set of calls, detected by ghidra as a runtime, but nevertheless the basic_str...
Comments