- http://www.brunswicksardines.ca/
- http://www.wildselections.ca/
- https://www.youtube.com/channel/UCUl6JrRlO7fD5qZq_Kj8ylA
- https://www.facebook.com/cloverleafseafoods
- http://www.pinterest.com/CloverLeafCAN/
- https://www.instagram.com/clover_leaf_seafoods/?hl=en
- http://www.cloverleaf.ca/en/sustainability/trace-my-catch
- https://www.youtube.com/watch?v=R1lxRSKsyEA
- http://www.smartsource.ca/smartsource2/static_content/app/#/index.html?Link=ASMTVCJ2SSCA2
- https://www.cloverleaf.ca/en/products/flaked-sockeye-salmon-skin-bones-removed#.XQfiN7xKhPY
- https://www.cloverleaf.ca/en/products/flaked-pink-salmon-skin-bones-removed#.XQfixrxKhPY
- https://www.cloverleaf.ca/en/main-ingredients/flavoured-light-tuna
- https://www.cloverleaf.ca/en/health-wellness/canadas-food-guide-canned-seafood
- https://cloverleaf.ca/en/meal-type/take-5-5-ingredients-5-mins
- http://www.cloverleaf.ca/en/sign-our-newsletter
- http://www.cloverleaf.ca/en/tracemycatch
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