home.social

#kunai — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #kunai, aggregated by home.social.

  1. FLOSS Weekly Episode 832: Give Yourself a Medal - This week, Jonathan Bennett chats with Alexandre Dulaunoy and Quentin Jérôme about... - hackaday.com/2025/05/07/floss- #hackadaycolumns #flossweekly #podcasts #circl #kunai

  2. FLOSS Weekly Episode 832: Give Yourself a Medal - This week, Jonathan Bennett chats with Alexandre Dulaunoy and Quentin Jérôme about... - hackaday.com/2025/05/07/floss- #hackadaycolumns #flossweekly #podcasts #circl #kunai

  3. Hello everyone, my friend Ernesto Java and I are rewriting #Kunai in order to improve code and follow #cpp code guidelines, my idea is doing a more documented and cleaner code. Any one is welcome to help with an issue, or with the code, I try to make #Kunai a community project :D

  4. Hello everyone, my friend Ernesto Java and I are rewriting #Kunai in order to improve code and follow #cpp code guidelines, my idea is doing a more documented and cleaner code. Any one is welcome to help with an issue, or with the code, I try to make #Kunai a community project :D

  5. Finally I had time to do the next release on #Kunai: github.com/Fare9/KUNAI-static-, new Kunai's version (Kunai Japan Edition), improves performance through different code fixes including a major refactoring in source code. I highly modified DEX analysis to avoid usage of std::shared_ptr, for the use of std::unique_ptr, keeping ownership of objects on specific classes, and avoid using counters from std::shared_ptr. Through a memory analysis I also found a big issue in dex_analysis where instructions map was being copied making process slow. Right now I cannot work on newer features for the moment but I will continue once I finish some job tasks.