- https://blog.lelong.my/2019/10/poslaju-system-down/
- https://www.viideo.my/
- http://members.lelong.com.my/cart/ShoppingCart
- https://members.lelong.com.my/Account/Login?ver=net
- https://members.lelong.com.my/account/register?ver=lelong&hearFrom=TOP
- http://members.lelong.com.my/Auc/Member/MyOrder/ViewMyOrder.asp?L=5
- http://www.lelong.com.my/Register/Pricing
- https://help.lelong.my/faq-boost-feature/
- https://www.lmall.my
- https://www.superbuy.my/
- https://www.superbuy.my/maybank2u/
- https://mytreats.maybank.com/my
- https://ecardrewards.bhpetrol.com.my/s/Store/shop
- https://www.gentingrewards.com/
- https://mytreats.maybank.com/my?utm_source=lelong&utm_medium=frontpage&utm_campaign=lelongmaybanktreatpoints&utm_content=240719&utm_term=treatspoint_20190724
- https://mytreats.maybank.com/my/alto-100-original-mens-analogue-watch-al-1901035abg/p/153912?utm_source=lelong&utm_medium=frontpage&utm_campaign=lelongmaybanktreatpoints&utm_content=041119&utm_term=alto
- https://mytreats.maybank.com/my/gb-2019-pockit-plus-all-terrain-compact-stroller/p/154088?utm_source=lelong&utm_medium=frontpage&utm_campaign=lelongmaybanktreatpoints&utm_content=041119&utm_term=pockit
- https://mytreats.maybank.com/my/fitbit-versa-2-health-and-fitness-smartwatch/p/154142?utm_source=lelong&utm_medium=frontpage&utm_campaign=lelongmaybanktreatpoints&utm_content=041119&utm_term=fitbitversa2
- https://mytreats.maybank.com/my/canon-pixma-affordable-all-in-one-printer-e410/p/66676?utm_source=lelong&utm_medium=frontpage&utm_campaign=lelongmaybanktreatpoints&utm_content=041119&utm_term=canon
- https://mytreats.maybank.com/my/phones-tablets/c/366
- https://mytreats.maybank.com/my/home-appliances/c/171
- https://mytreats.maybank.com/my/sports-outdoors/c/438
- https://mytreats.maybank.com/my/health-beauty/c/181
- https://mytreats.maybank.com/my/bags-jewelry-fashion/c/2024
- https://mytreats.maybank.com/my/watches/c/230
- https://mytreats.maybank.com/my/baby-kids/c/191
- https://mytreats.maybank.com/my/categories
- https://itunes.apple.com/my/app/lelong.my/id508637861?mt=8
- https://play.google.com/store/apps/details?id=com.lelong.buyer
- http://lecsource.lelong.com.my/lelong_career_page/careerpageV7.html
- https://help.lelong.my/
- https://bbs.lelong.com.my/bbs/forumdisplay.php?f=4
- https://livetalk.lelong.com.my/chat.php
- http://www.lmall.my/
- http://www.superbuy.my/
- https://www.facebook.com/lelongmalaysia/
- https://www.instagram.com/lelongmalaysia/?hl=en
- https://twitter.com/LelongMy?lang=en
- https://www.youtube.com/channel/UCykyCU7j_FAHtPxbncBA0kA
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