- https://ssl.form-mailer.jp/fm/admin/do/Login/top
- https://pro.form-mailer.jp/fm/admin/do/Login/top
- https://business.form-mailer.jp/fm/admin/do/Login/top
- https://pro.form-mailer.jp/lp/ea91c6c1175241
- https://pro.form-mailer.jp/lp/1c097032175243
- https://pro.form-mailer.jp/lp/52577058175247
- https://pro.form-mailer.jp/lp/64e660c5175244
- https://pro.form-mailer.jp/lp/67975e81175245
- https://pro.form-mailer.jp/lp/f3553ff3175246
- https://ferret-plus.com/9391
- https://webtan.impress.co.jp/n/2018/01/19/28062
- https://japan.cnet.com/release/30228337/
- http://www.aspicjapan.org/event/award/12/
- https://promo.form-mailer.jp/lpeditor/#contact_form
- http://www.sixapart.jp/typepad/omakase.html
- http://twitter.com/formmailer
- http://www.future-s.com/info/2008/12/post_12.html
- http://www.future-s.com/info/2008/11/post_11.html
- http://www.future-s.com/press/2008/11/post_14.html
- http://web-tan.forum.impressrd.jp/n/2008/08/21/3784
- http://japan.zdnet.com/release/story/0,3800075480,00036004p,00.htm
- http://www.future-s.com/press/2008/08/post_13.html
- https://www.facebook.com/FormMailer/
- https://twitter.com/formmailer
- http://www.future-s.com/company/index.html
- https://www.future-s.com/privacy/index.html
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