Posts

Newest Post: VoidShell Library: Destiny Notes

Good afternoon, readers. Oh yeah, this is going to be the first blog entry of 2026, so let us begin by talking about the VoidShell library's future. As many of you can guess, this library initially started as an ASM x86 program inside a ST file, which was loaded by the engine through a SuperNull exploit (The StateDef Overflow engine vulnerability was used as main vector back then), and despite you could expect, it was simpler than the current version. "Eikidankai" was the first name given to said library and early build versions were used on a few known characters (such as x00x00x or Void.Schmelze) to withstand most SuperNull enemies from the past decade. However, there was no real defense behind it, as it just seals most of the engine vulnerabilities while hooking some primary functions, causing their exploits to be effectively blocked but also rendering them unstable. They were eventually left as PoC characters while the Eikidankai program had to be reworked from scrat...

Eikidankai Project: Website Announcement

Hello my fellow readers. While working on some SuperNull exploit add-ons for M.U.G.E.N Engine, I finally decided to focus on a personal project I have been working for several years, but never gave it a higher priority as the former, so here we go: This is my main page where my creations will be featured, including characters, of course. It is still in a beta stage, but decent enough to be shown to the public. New content will be posted in said page as time is on my side, so feel free to leave any feedback in this blog entry. This is all for today, so have a nice day!

WinMUGEN: NomiShell - SuperNull Code Multi-Loader

Good evening, readers.  This is a SuperNull exploit code loader, created by me for the author Nomi , that allows you to execute your character's code multiple times, besides providing a small toolkit to make code creation easier to do. This exploit template uses all the known engine vulnerabilities to execute code, which also allows to circumvent SuperNull characters who usually seal one of them, so you will not have to worry about your main code being blocked. Baka.AI, a character created by Nomi, uses the first version of NomiShell to load her main library. Current Version: V2.02s (> Download Here <) After downloading this exploit template, you will have to read the "ReadMe" text file to implement it in your character properly, before executing the NomiShell code loade r. You will no longer have to worry about everything but your code when using it, as due to the way this exploit has been created, all the stack and control flow order are handled by NomiShell. Well...

WinMUGEN: Seiobake.EX - ModifyScreen Handler Add-on

Good evening, readers.  Time flew so fast even another year is over, but well, this just implies a new beginning, so let us get started with the first blog entry of this year. I have created in collaboration with Nomi , a SuperNull add-on for WinMUGEN, called as ModifyScreen Handler, that allows you to perform angle and scale operations on the engine's screen, which can be useful to create some interesting visual concept on certain characters. These add-ons are a part of a special framework I am currently developing, called as Seiobake Library, which allows to implement new features into the engine. Current Version: V1.01s (> Download Here <) After downloading this engine add-on, you will have to read the "ReadMe" text file to implement it in your character properly, before executing the NomiShell code loader. This engine add-on uses a SuperNull multi-loader exploit to be loaded in the process's memory, which is also intended to circumvent most of Sealer type ch...