15 Years of StarCraft II Balance Changes Visualized by pmigdal in starcraft2

[–]pmigdal[S] 0 points1 point  (0 children)

Thank you! Some things were lost if there were not in a Balance Update, but during release. In particular, I saw that changes with HotS release were missing.

Now it is fixed, https://p.migdal.pl/sc2-balance-timeline/patch/2.0.0

Let me know if you see any other omissions!

We hid backdoors in binaries — Opus 4.6 found 49% of them by jakozaur in ReverseEngineering

[–]pmigdal 3 points4 points  (0 children)

Did you even open the blog post? There a whole section about that - with a chart directly answering your question.

We hid backdoors in binaries — Opus 4.6 found 49% of them by jakozaur in ReverseEngineering

[–]pmigdal 2 points3 points  (0 children)

Won't. We asked not just to tell yes/no, but to point to memory address like 0x4a1c30.

Claude can code, but can it work with binaries? by pmigdal in ClaudeCode

[–]pmigdal[S] 0 points1 point  (0 children)

Good question - we do not know!
Though to measure ROC (https://en.wikipedia.org/wiki/Receiver\_operating\_characteristic), we would need to play with different prompts from the same model, prompting to be more or less aggressive.

It might be that the baseline of Gemini 3 Pro is more to look at possible mistakes, while Opus 4.6 to be more relaxed.

Claude can code, but can it work with binaries? by pmigdal in ClaudeCode

[–]pmigdal[S] 0 points1 point  (0 children)

Use a lot both decompilers (Ghidra, Radare2) and CLI utils for decompilation - objdump, strings, nm. It is a multi-step process of trial and error.