#Decompilation

2026-02-22

ROM Article - After 17 years, Dolphin can finally emulate the Triforce arcade — except this one obscure, ambitious card game

Plus: The latest Nintendo Switch emulation DMCA Whac-a-mole. Rockman de/recompilations for PC. Secret of Mana Reborn. Blue Dragon X360 Recomp.

2026-02-11

Finished adding out a few updates to The Gaming Emporium (thegamingemporium.com/):

• RSS feed

• New dedicated Open Source category

• “Most Popular” lists so you can see what projects are getting attention

• Day/Night modes

Trying to make discovery of decompilations, source ports & fan projects easier 👍

#RetroGaming #GamePreservation #Decompilation #SourcePort #OpenSourceGames #FanProjects #RSS #PGGaming #GamingWebsite

2026-01-31

It would be great to have some decompiled old games (GBA, SNES, N64) compiled to run inside an iPhone app.

I don't know the implications in terms of power usage versus an emulator, but I believe some gains would be massive.

2026-01-23

Очередной CrackMe или Как я мучался с Ghidra. Мануал для новичков

Думаю, новички в реверс-инжиниринге всегда хотели бы разбираться во всем? Но язык профессионалов не всегда понятен? Что-ж, я попробую помочь вам в этом нелегком деле! Начать погружение

habr.com/ru/articles/988388/

#Ghidra #Crackme #Static_Analysis #reverseengineering #linux #decompilation #декомпиляция #реверсинжиниринг #ассемблер #си

2026-01-18

Either way, the decompilation is available on GitHub to build for either platform. Apparatus fans rejoice, things are finally looking up again.

github.com/rollerozxa/apparatu

#android #apparatus #reverseengineering #decompilation

2026-01-18

So today I got the Apparatus decomp to run on desktop after splitting up the codebase into an Android-specific project and a common project, and then brought in some code from my previous desktop port attempt putting that into a new desktop project.

It works much better than my previous attempt! Sandbox works, you can play through challenge levels and such. Absolutely spectacular seeing it running natively on desktop like this.

#gaming #reverseengineering #decompilation

Screenshot of Apparatus running on desktop, you can see the Plasma window bar at the top and the LWJGL icon in the top-left corner.
2026-01-17

Today I gave another go at doing a decompilation of Apparatus. My previous attempt was almost five years ago now and didn't go particularly well, but now I feel like I am much more experienced.

After some quick fixing of decompilation quirks I managed to get it to rebuild, and after some more work I managed to get dialogs to work, levels to load and objects to render! There are still some issues remaining however, most glaring issue being some GUI elements not being drawn, but this is already way further than the last attempt.

#android #reverseengineering #decompilation

Screenshot of an Apparatus challenge level being played. The GUI is not being drawn.
Le site de Korbenkorben.info@web.brid.gy
2026-01-05

Super Mario 64 tourne maintenant sur PlayStation 1 et c'est un sacré bordel technique !

fed.brid.gy/r/https://korben.i

<p>La guerre des consoles des années 90, c'est terminé depuis longtemps... Enfin, c'est ce qu'on croyait ! Car un moddeur du nom de
<a href="https://github.com/malucard/sm64-psx">Malucard</a>
vient de raviver les braises en portant Super Mario 64 sur... PlayStation 1. Oui, le jeu phare de la N64 qui tourne nativement sur la console de Sony... À l'époque de ma jeunesse aux temps jadis, ça aurait fait scandale ^^</p>
<p>Le projet s'appelle <strong>SM64-PSX</strong> et c'est basé sur le fameux travail de décompilation de Super Mario 64 qui circule depuis quelques temps. Sauf que là, au lieu de simplement recompiler le code pour PC, Malucard l'a adapté pour qu'il tourne sur le hardware de la PS1. Et c'était pas gagné d'avance.</p>
<p>Car les deux consoles sont très différentes niveau architecture. Du coup, il a fallu réécrire tout un tas de trucs : conversion en mathématiques à virgule fixe au lieu de flottants, compilation just-in-time des listes d'affichage dans un format custom, compression des animations (de 580 Ko à 190 Ko stockés directement en VRAM), quantification des textures en 4 bits... Bref, du bricolage de haut niveau pour faire rentrer un jeu N64 dans une PS1.</p>
<p>Mais c'est jouable, même si faut pas s'attendre à du miracle non plus. Y'a des arbres qui flottent dans le vide à cause des conversions mathématiques, certaines animations font crasher le jeu, la caméra est aux fraises dans pas mal de niveaux, et le menu pause ne fonctionne pas. Mais bon, voir Mario sau
2025-12-24

Zelda: Twilight Princess vừa được đội ngũ lập trình tái dịch mã nguồn, mở ra khả năng tùy chỉnh và nghiên cứu sâu hơn về phiên bản kinh điển này. #Zelda #TwilightPrincess #GameDev #GameHacking #Decompilation #Mastodon #ZeldaTròChơi #HackerGame #KỹThuậtViệt

reddit.com/r/programming/comme

N-gated Hacker Newsngate
2025-11-26

Behold, yet another ✨ ✨ tool that’s here to reveal the mysteries of code we lost interest in years ago! 💤 Now you can decompile faster than you can say "why am I still using Java?" 🙄 Because who doesn't love a good byte code fest? 😴
java-decompiler.github.io

Farooq | فاروق [Master Patata]farooqkz@cr8r.gg
2025-09-12

So finally I published me post about the idea of byte equivalent #decompilation of the #Linux #kernel using #EvolutionaryAlgorithms in the hope that we could mainline Android phones and tablets, whose companies are violating #GPL by not releasing the kernel source code.

far.chickenkiller.com/computin

I really don't know if it's possible. Or if it is, how long will it take. It's research. And research means exploring the unexplored areas. You might find a little silver, or you might find few kilograms of gold. Or you might explore the areas for 2 years and in the end, find nothing.

#GPLViolation #GeneticProgramming #Research #ResearchIdea #ComputerScience #LinuxKernel #ViolatingGPL #OptimizationProblem #EvoltiionaryAlgorithm

2025-09-09

IDA Pro v9.2 finally released after 6 beta versions.

Some Highlights

* Major improvements on golang
* Expanded TriCore chipset coverage
* More macro instructions for v850/rh850, better handling of relocatable objects for creating FLIRT signatures
* UI: Migration to Qt6.8 from 5.15
* UI: Jump Anywhere is a new dialog, successor of the JumpAsk, is introduced
* UI: Redeginated Register subview
* CLI: No more TUI interface by `idat`

Still no release for Linux AARCH64 :/

docs.hex-rays.com/release-note

#reverseengineering #decompilation #idapro #powertools #newrelease #debugger

Dexrn ZacAttackzach@wetdry.world
2025-08-27

It was a surprise to me to see that they still include the SharedConstants.VERSION_STRING in Legacy Console Edition, even though it's not used anywhere.

The version reflects the Java Edition equivalent it seems, although I think it might be off by revision? I thought Switch Edition was 1.12.2.

#Minecraft #lce #console #4j #decomp #decompilation

The static field shown in data viewStatic setter generated by compilerMy decompiled SharedConstants class headerMy decompiled SharedConstants source file
staticCtor matches (down to instruction)
2025-08-19

Java Agent как инструмент обхода лицензий: этичный анализ и защита

Обычно Java-агенты используются для сбора телеметрии, логирования, профилирования, каких-то ультрабыстрых хотфиксов и прочих скучных вещей. Но сегодня мы исследуем приложение Java-агент, которое модифицирует код другого Java-приложения “на лету” и создано для обхода лицензионных ограничений. Называть его мы будем “агент”, “вредоносный агент” и т. п. Меня зовут Сергей, тимлид бэкэнд команды Cluster Manager ГК GlowByte. Код в нашем примере будет максимально обезличен. Эта тема рассматривается исключительно в целях исследования вопросов безопасности приложений и этичного использования инструментов изменения кода во время компиляции. В конце я предложу примеры методов отслеживания несанкционированного вмешательства в Java-приложение, а также методов противодействия, чтобы избавиться от рисков, которые мы обнаружим в процессе исследования.

habr.com/ru/companies/glowbyte

#java #java_agent #decompilation #crack #reverseengineering #безопасность #instrumentation

#OpenSource port of classic #J2ME game Gravity Defied to #Android (there is also iOS version on App Store) gdtr.net/handbook/ See also this article to learn how the game works under the hood: habr.com/en/articles/... #retrodev #reverseengineering #retrogaming #java #decompilation

Dexrn ZacAttackzach@wetdry.world
2025-07-28

The Minecraft: Legacy Console Edition decomp has just hit 8%!

github.com/GRAnimated/Minecraf

#Minecraft #lce #decomp #decompilation

The announcement notification
Anthony Acciolyanthony@accioly.social
2025-07-18

While folks on Macs are talking about Cyberpunk 2077 I'm having fun with a decompilation of Super Mario 64 running natively on macOS :).

github.com/flatmapthatshit/Ren

Shout out to the Render96ex maintainers! It looks exactly like how my 9 year old self remembers it on the Nintendo 64. You know: 4K, locked at 60fps, absolutely flawless models and textures, Luigi and Wario as playable characters, etc :).

#SuperMario64 #Render96ex #Decompilation #macOSGaming #RetroGaming #N64

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst