mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

#dart

1 post1 participant0 posts today

I got decai (radare2's AI-assisted decompiler) to work with a local model, and tried it over a basic Caesar implementation in C and in Dart.

To be honest, I think the conclusion is that the model I selected is not good enough ;) but #r2ai and #decai are really great tools. Read my post to understand how to install, configure and use. Or RTFM :P

cryptax.medium.com/using-ai-as

many thanks to @Pancake for his patience! "it's not working on my laptop", "try this then" etc

Medium · Using AI-assisted decompilation of Radare2 - @cryptax - MediumBy @cryptax

There's an article written by me in Phrack Magazine: phrack.org/issues/71/11.html#a.
Very proud to be in that historic hacking magazine! For me, this is a major achievement :)

Bonus: the source code and binaries are here github.com/cryptax/talks/tree/

Enjoy! And if you really like it, I'd appreciate you nominate it here virusbulletin.com/conference/p

Anybody with a paper edition to send me? This offer still stands: mastodon.social/@cryptax/11277

www.phrack.org.:: Phrack Magazine ::.Phrack staff website.

Woaw! Enormous change in #Dart. Since Dart SDK v.3.4.0, Dart now uses a standard calling convention where the first few arguments are passed in specific registers, and the remaining ones on the stack.

Reminder: Dart used to pass all arguments on the #stack before that, and it disturbed many #disassemblers.

In the screenshot below, 3 arguments are passed to nextGame: this (x1), a string (x2) and another string (x3).

#introduction

👋 I come from 🇫🇷 and I'm a #ruby dev who play with different languages' runtimes to discover their respective potentials. I love the web and the spirit behind. Last uses for me was #go, #elixir and #dart

Apart from being a tech / SF oriented guy, I love #startup stories, what we can learn from them and how they transform our society (for the better and the worst).

Mastodon is my choice to say "stop" to E. Musk, who is a toxic personality which endangers Twitter and us

そもそもコンパイル型とインタプリタ型って分け方が古いんですね。。AOT,JITって分け方で、DartはAOTとJITのいいとこどりらしい。
よくわからないけどjavaの強力版ってことで適当に理解して切り上げる。
#Dart