Post AWuTmP68JGAEUEF6mW by cryptax@mastodon.social
 (DIR) More posts by cryptax@mastodon.social
 (DIR) Post #AWuTmP68JGAEUEF6mW by cryptax@mastodon.social
       2023-06-20T07:49:35Z
       
       0 likes, 0 repeats
       
       Dart really has unique mechanisms, which make its reverse engineering difficult. I've written a new blog post on how byte arrays are written in assembly. I think it's the first language I see which generates such custom assembly...?https://cryptax.medium.com/reversing-flutter-apps-darts-small-integers-b922d7fae7d9#dart #flutter #reverse #SMI #assembly
       
 (DIR) Post #AWuTmQ4OhCMzV8REiO by cryptax@mastodon.social
       2023-06-20T08:01:56Z
       
       1 likes, 1 repeats
       
       Wrote 2 basic scripts to comment assembly with the correct byte & character value.- Radare2: https://github.com/cryptax/misc-code/blob/master/flutter/dart-bytes.py- JEB: https://github.com/cryptax/misc-code/blob/master/jeb/DartBytes.py