5 Repos
Tools for updating application logic by modifying both source and compiled bytecode.
Distinct from Code Modification Engines: Focuses on the manual modification of logic in decompiled content, not automated refactoring engines.
Explore 5 awesome GitHub repositories matching software engineering & architecture · Bytecode Logic Modification. Refine with filters or upvote what's useful.
JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well
Allows the modification of application logic directly within source and bytecode using visual graphs and code completion.
Booster ist ein Android-App-Build-Optimierer und Bytecode-Manipulator, der darauf ausgelegt ist, die Binärgröße zu reduzieren, Systemabstürze zu beheben und die Anwendungsleistung zu verbessern. Er fungiert als erweiterbares Build-Prozess-Plugin, das kompilierte Klassendateien und Build-Artefakte modifiziert, um Stabilitätsfixes und Optimierungen einzuspielen, ohne den ursprünglichen Quellcode zu verändern. Das Projekt differenziert sich durch Low-Level-Bytecode-Manipulation, um OS-Level-Bugs zu patchen und Thread-Pools während der Kompilierungsphase zu verwalten. Es bietet zudem ein Performance-Profiling-Toolkit, um blockierende Operationen im Main-Thread zu identifizieren und ressourcenbezogene Stabilitätsprobleme zu analysieren. Das Tool deckt eine breite Palette an Paketoptimierungsfunktionen ab, einschließlich Bildkomprimierung für PNGs und WebP, Entfernung redundanter Ressourcen und Optimierung des Ressourcenindex. Zusätzliche Funktionen umfassen Performance-Tuning für Thread-Management, asynchrone Preference-Writes und statische Analyse zum Scannen von Build-Artefakten auf Sicherheitsrisiken und Engpässe. Das System nutzt ein Service-Provider-Interface für die Integration benutzerdefinierter Plugins und kann als eigenständige Anwendung ausgeführt werden, die vom primären Build-Environment entkoppelt ist.
Alters compiled class files using bytecode frameworks to inject custom logic or optimize code structure.
tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res
Alters the low-level bytecode of a method at runtime to change its behavior.
SuperWeChatPC ist ein Modifikator für den WeChat-Desktop-Client, der versteckte Funktionen durch Speicher-Patching und Binary-Hooks freischaltet. Er fungiert als Messaging-Manager für mehrere Konten, als Archivierungstool für Messaging-Daten und als Softwareschnittstelle, die interne Messaging-Funktionen für externe Programme offenlegt. Das Projekt ermöglicht den gleichzeitigen Betrieb mehrerer unabhängiger Client-Instanzen auf einem einzigen Computer durch Prozessisolierung. Es erlaubt die Übertragung großer Anhänge durch Umgehung von Standard-Dateigrößenbeschränkungen und bietet einen Wrapper für die programmatische Nachrichtenautomatisierung. Das Tool enthält Funktionen zur Nachrichtenarchivierung, wie etwa das Verhindern des Löschens widerrufener Nachrichten und das Speichern von Sprachnotizen im lokalen Speicher. Es bietet zudem Mechanismen zur Automatisierung des Sendens und Empfangens von Nachrichten über ein externes Software-Kit.
Modifies compiled bytecode to change application behavior, such as ignoring message revocation requests.
Piko is a collection of specialized Android utilities designed for binary patching, user interface customization, media downloading, and application debugging. It functions as an APK modification framework that alters application metadata and binary resources to modify internal logic and bypass version locks. The project differentiates itself through deep application modification capabilities, including bytecode-level instruction patching, DEX file manipulation, and a dynamic hooking engine. It enables the overriding of resource files and the injection of permissions via the application manif
Modifies functional logic via bytecode changes to enable features like picture-in-picture or undoing posts.