- http://www.guichuideng.org
- http://www.guichuideng.org/
- http://www.guichuideng.org/jing-jue-gu-cheng
- http://www.guichuideng.org/long-ling-mi-ku
- http://www.guichuideng.org/yun-nan-chong-gu
- http://www.guichuideng.org/kun-lun-shen-gong
- http://www.guichuideng.org/huang-pi-zi-fen
- http://www.guichuideng.org/nan-hai-gui-xu
- http://www.guichuideng.org/nu-qing-xiang-xi
- http://www.guichuideng.org/wu-xia-guan-shan
- http://www.guichuideng.org/sheng-quan-xun-zong
- http://www.guichuideng.org/fu-xian-du-gu
- http://www.guichuideng.org/shan-hai-yao-zhong
- http://www.guichuideng.org/xiang-xi-yi-ling
- http://www.guichuideng.org/zhen-ku-kuang-sha
- http://www.guichuideng.org/mu-ye-gui-shi
- http://www.guichuideng.org/jin-guan-ling-shou
- http://www.guichuideng.org/mo-jin-xiao-wei-zhi-jiu-you-jiang-jun
- http://www.guichuideng.org/mo-jin-xiao-wei-zhi-ju-shi-fa-wang
- http://www.guichuideng.org/gui-bu-yu-zhi-xian-dun-gui-qi
- http://www.guichuideng.org/xiong-zhai-gui-mu-tian-shu
- http://www.mindiaojuyiwenlu.com/
- http://麻辣小海鲜
- http://xoxd.org/forum.php?mod=viewthread&tid=79226
- http://www.circleofswords.com/main/e107_plugins/forum/forum_viewtopic.php?31312.last
- http://麻辣小海鲜B2G
- http://malaxiaohaixian1.cn.Toocle.com
- http://dfhfjewgIG0U
- http://www.hebyh.com/yhbbs/ShowPost.asp?ThreadID=35554
- http://bbs.pcfancier.cn/thread-106453-1-1.html
- http://bbs.phpdisk.com/home.php?mod=space&uid=21882
- http://麻辣小海鲜29M2
- http://真俏巴麻辣小海鲜2F5C5
- http://dfhfjewgEN2V
- http://sewdfZZT6
- http://小海鲜麻辣
- http://www.jiazhangwu.com/forum.php?mod=forumdisplay&fid=64&filter=typeid&typeid=24
- http://kdhk.cn/Review.asp?NewsID=408
- http://forum.ubuntu.com.cn/viewtopic.php?f=94&t=485613
- http://麻辣小海鲜85H4
- http://www.jiazhangwu.com/forum.php?mod=forumdisplay&fid=43&filter=typeid&typeid=35
- http://www.jiazhangwu.com/forum.php?mod=viewthread&tid=468303&fromuid=322945
- http://麻辣小海鲜VuV
- http://0470xmzl.com/forum.php?mod=viewthread&tid=73254&fromuid=20961
- http://www.jiazhangwu.com/forum.php?mod=viewthread&tid=468292&fromuid=322945
- http://麻辣小海鲜J3A
- http://www.jiazhangwu.com/forum.php?mod=forumdisplay&fid=60&filter=typeid&typeid=118
- http://www.brisbanebbs.com/home.php?mod=space&uid=373317
- http://麻辣小海鲜T4Q
- http://www.qinfengwang.com/forum.php?mod=viewthread&tid=7026&extra=
- http://www.gjgtm.com/bbs/read.php?tid=49801&displayMode=1
- http://麻辣小海鲜sJC
- http://kdhk.cn/Review.asp?NewsID=412
- http://bbs.787wy.com/forum.php?mod=viewthread&tid=74828&pid=2524181&page=952&extra=page=1#pid2524181
- http://麻辣小海鲜01R2
- http://www.gjgtm.com/bbs/read.php?tid=49800&displayMode=1
- http://麻辣小海鲜DvI
- http://www.guichuideng.org/comment-page-1#comments
- http://www.guichuideng.org/comment-page-12#comments
- http://www.guichuideng.org/comment-page-13#comments
- http://www.guichuideng.org/tian-xia-ba-chang
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