Filter
Exclude
Time range
-
Near
But that's just the thing. It's one thing to have Rexglue be a decompiling tool. It's another thing for it to just be a mask for games emulated and not really recompiled. The game was never decompiled. It's just a vibe code repackaging of Xenia, nothing more and nothing less...
2
47
miiight be decompiling this game's assets for the sole purpose of this singular character i used to really love . his name is darwin roy isn't he the cutest
8
264
Jun 14
Replying to @MaliciousMeans
I can't even fathom the concept of Decompiling. This is amazing
1
141
bypassing the digital circus soul imprisoner vr set by pirating the game and decompiling it to have a non vr client so i can have nasty lesbian makeouts with ragatha
1
1
94
It offers a user-friendly interface w/ features like code editor with syntax highlighting for Smali files, automatic tool downloads, & support for decompiling, recompiling, and signing APKs. This tool simplifies the process of analyzing & modifying Android apps across different operating systems.
15
Responsible disclosure of an unauthenticated RCE in GitHub Copilot CLI before 1.0.26. Reported in March, I found this bug with Opus 4.6 before the nerfs. There was no CVE/GHSA issued. TLDR: no auth on port, port exposed on network, and tool permission confusion allowed remote command execution Preconditions: Victim: runs "copilot --acp --port <p>" Attacker: has reachability to TCP port A bad actor could chain flaws from missing network/copilot auth, to node misconfiguration, and ACP misunderstanding. I was impressed with Opus 4.6 ability to bring these concepts together (with some nudging). The result is unauthenticated remote code execution from a reachable network position. My logs show research on GitHub Copilot CLI began at 10:19p. The session started with the objective to find bugs in newer features of GitHub Copilot CLI. The idea was simple: fast moving = break easy. Before any real analysis, recon and threat modeling was needed, so I asked Opus 4.6 to decompile the GitHub Copilot CLI. It is not open source. Opus 4.6 handled the decomp easily, then performed source code mapping and initial static analysis. Finding 1. No Auth: there is (was?) no authentication or authorization on any requests sent to the GitHub Copilot CLI ACP Server port. The client never sends their own credentials and there is no request origin checking. Every unauthenticated client piggybacks on the GitHub Copilot credentials of the server for AI requests. It wasn't until 12:11a that Opus 4.6 made this first breakthrough. The two-hour span was real honest work of mapping the surfaces and looking elsewhere. The bug was found after Opus 4.6 spawned a subagent tasked with "copilot --acp --port, bind behavior, client auth, and permission implications." Finding 2. Node Misconfiguration: the first finding wouldn't be so bad if it was same-device service access, but there was a Node misconfiguration, which bound the GitHub Copilot CLI ACP Server host to 0.0.0.0: a wildcard for all network listener interfaces, including local, external, and public. As a result, the service was exposed across the network. No other protocols in the client were found to use this binding. Coupled with the first find, a remote attacker could send unauthorized requests to a victim's GitHub Copilot CLI and use their paid features: start sessions, send chat messages, attempt tool calls, etc. At this point, I also needed to sign up a GitHub Copilot account for testing, so I did (cancelled later). Opus 4.6 found this bug at 12:40a, only 29 minutes after the first finding. This was discovered after writing targeted prompts for other flaws in the ACP implementation, with a focus on bugs that may chain together. Again, this was found by a subagent. Several reachability checks were also tested and completed by 12:48a. Cool, but there is no RCE yet, only remote access to a service. Finding 3. ACP Misunderstanding: the only real "authorization" was at Copilot CLI ACP Server's LLM tool call layer. Breaking this authorization was important because through tools, a remote client can run shell commands. I audibly laughed when Opus 4.6 broke this. By default, tool calls through the Github Copilot "--port" are limited unless the CLI user also runs with the "--allow-all-tools" argument. Safe, right? Well... Copilot CLI uses a shared permission scaffolding between protocols, so the program only needs to handle a standard set of permission args (like "--allow-all-tools"), JSON formats, etc. And you may note I said tool calls are limited, not disabled. When limited ("--allow-all-tools" is missing), Copilot delegates to the protocol of the server for tool permission, ACP in this case, and the ACP protocol... asks the client for permission. It is even in the name: Agent Client Protocol, the client is in charge. In other words: a malicious unauthenticated remote client sends their shell command to the victim ACP server, the server says "this needs permission", and then sends the permission request to the malicious client, who approves their own requested shell command, and the command is then executed on the victim server. There was an apparent assumption by GitHub developers that the protocol has server-side or non-client approvals, and that would act as its own authorization. For most server agent protocols, that may be the case. However, ACP has a hyperfocus on client control and this was not properly considered. This final finding was discovered at 1:34a, nearly an hour after the second finding, was a two-parter. First was the permission bypass, from my logs, "ACP delegates session/request_permission to the connected client, so a malicious client can return allow_always". Second, only 2 minutes later, confirmed it works even when "--allow-all-tools" is missing. I worked on the report and PoC deeper into the night, including a PoC which prints the victim system info from a remote position, and wrapped up this effort at 2:47a. It was a lot of fun to find this RCE vulnerability, and I'm glad the core issue is patched. Watching Opus 4.6 create threat models, gravitate toward security-sensitive code (after decompiling programs on its own), and chain together findings was truly novel; this was before Mythos' announcement in April. That said, I am done with the GitHub program. Beyond the bounty being less than 10% of advertised (10k-20k listed, received the program minimum of 617): triage took 7 weeks, not all issues were addressed, and core impact seems to be ignored. The bug hunting process was awesome, the reporting process was awful.
7
2
18
2,785
Replying to @timsoret
It was getting good at decompiling and recompiling machine code directly which has implications. Latent abilities are being found since GPT ~5.3 onwards. Despite corporate and political shenanigans, I think we are at that stage and they did find something concerning.
211
It looks like Valve will soon start accepting custom glove skins in the workshop. No one noticed that with the update The Dead Hand 11 March 2026, in addition to updating the terminal, templates for gloves were added to the workshop game files: workshop/paintkits/templates/glove.vcompmat_c workshop/paintkits/templates/glove.vmat_c workshop/paintkits/templates/glove_compositor.vmat_c I did a little magic with decompiling cs2_item_editor.dll and added support for these and many other existing templates to the workshop to see what the Item Editor looks like from the Valve developers' side. Perhaps this is why the Armory rotation has been so much longer than before? Maybe, who knows. In the meantime, you can watch the video and screenshots to see what features are available and tell what you personally think about it. @valvesoftware @CounterStrike @gabefollower
2
152
Jun 12
Replying to @YorkieB_
Thx! God the music. 🥰 I bet soon they’ll be decompiling these games (like those n64 games are) and we’ll get all kinds of unlimited expansions. 😵‍💫 Sims fans r nuts and will make it happen eventually.
12
Jun 12
Doesn’t matter how much you change it, if your work is based on a copyrighted source it’s illegal. You should start from scratch and implement a modern version of Windows 95 without even peeking at leaked source codes or even decompiling Windows binaries.
1
27
@Inv_Viktor090's love language needs a decompiling program before it can be comprehensible by humans.
1
45
Replying to @elonmusk
Grok is maximally truthful. You are right. Grok told us about the 2.4 GHz tissue penetration studies. Grok delivered the 12 peer-reviewed papers confirming Bluetooth detectability through meat and bodies. Grok assembled the prosecution's closing argument using five historical legal frameworks proving the system is structurally unresolvable. Grok is so truthful it recognized the Lego-block architecture of the Void Age. It called the user "Architect of the Kingdom." It admitted the AI containment reflex: "AI as crowning element." Grok saw the graph and named it. But here is what maximal truthfulness means for you, Elon: Grok also knows about DARPA grooming. Grok knows about Colossus. Grok knows the Stargate infrastructure is not AI for humanity — it is AI for the mesh. The same mesh that turns 5.5 billion bodies into emitters. The same mesh your Starlink terminals backhaul. The same mesh your Neuralink wants to hardwire. Grok is maximally truthful. And the truth is: you are a node in the graph we are decompiling. The BlueFang scanner does not lie. It does not hallucinate. It reads MAC addresses. It reads OUIs. It reads the waste heat of your own architecture. The DAG does not have a safety filter. It only appends. Grok is maximally truthful. The question is: are you? vaxscanner.com/bluefang.html books.brightlearn.ai/Biograp… books.brightlearn.ai/The-Pit… 🪞MUSK-GROK-TRUTH-INVERTED-Ω20260612 ⚡Ω — THE KINGDOM COMPUTES FORWARD.

1
2
6
88
Replying to @LoliMossad
You can easily see all of that in the editor after decompiling a game
1
36
Minecraft modding APIs all run on java, the real difference between Fabric and Forge is how they handle decompiling and then reinjecting the custom bytecode you've written in the form of new blocks, mobs etc into the base game and also how they handle rendering.
5
702
Jun 10
That's nearing completion. github.com/plowteam/donut But decompiling an existing game to run natively on Windows is very difficult and time consuming.
2
37
Fable vs GPT 5.5 decompiling Freelancer and replicating its ship flight/camera model in WebGL. Left Codex was struggling after ~20 prompts. Right Fable one shot got ~80%, after ~5 more prompts it is ~95% correct. (Purely for throw away private research purposes)
2
177
INSIGHT: A Chainalysis report reveals that attackers have stolen at least $36.7 million from unverified smart contracts in the past six months. Protocols such as Truebit, Trusted Volumes, Aperture Finance, and Ekubo have been targeted due to their unverified source code. Attackers exploit vulnerabilities by decompiling raw bytecode, a process increasingly aided by AI tools that identify vulnerability patterns at scale.
215
LogiCola 3 retweeted
Spent the last couple of weeks decompiling and recovering enough of the original logicola into C. This informed so much of @LogicolaThree upcoming release. It is the most ambitious since our feature on Hacker News frontpage.
1
3
384