- https://www.sandisk.fr
- https://www.g-technology.com/fr-fr
- https://www.upthere.com/
- https://www.wd.com/fr-fr
- https://www.westerndigital.com/fr-fr
- https://kb-fr.sandisk.com/
- https://blog.westerndigital.com
- https://pct1.sandisk.com/NewSearch.aspx
- https://www.westerndigital.com/fr-fr/company
- https://www.westerndigital.com/fr-fr/company/newsroom
- https://jobs.westerndigital.com/
- https://www.westerndigital.com/fr-fr/partners
- https://www.westerndigital.com/fr-fr/company/newsroom/events
- http://investor.wdc.com/
- https://www.westerndigital.com/fr-fr/company/western-digital-capital
- https://kb.sandisk.com/app/quickassist
- https://kb-fr.sandisk.com/app/ask/
- https://kb-fr.sandisk.com/app/chat/
- https://kb-fr.sandisk.com/app/account/prodreg/alist/
- https://kb-fr.sandisk.com/app/rmaform
- https://kb-fr.sandisk.com/app/rmalookup
- http://forums.sandisk.com/
- https://www.westerndigital.com/fr-fr/legal/privacy-statement
- https://www.westerndigital.com/legal/terms-of-use.fr-fr
- https://www.westerndigital.com/fr-fr/legal/cookie-statement
- https://www.westerndigital.com/fr-fr/legal/trademarks
- https://www.westerndigital.com/fr-fr/legal/terms-of-sale
- https://www.westerndigital.com/legal/imprint.fr-fr
- https://www.upthere.com
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