固定されたツイート
x86byte
138 posts

x86byte
@x86byte
iOS & Windows Vulnerability Researcher & Exploit Developer — Reverse engineer, Obfuscation & De-Obfuscation Practitioner & Compilers Backend 👾🥤
securekernel.exe 参加日 Eylül 2022
700 フォロー中352 フォロワー

@SpinkaMilan looks like was developed by lumma stealer developers, they use like this kind of encryption tricks, lol (kidding)
English

Sometimes, reversing #malware teaches you random fun facts. For example: Did you know that encrypted Discord tokens stored on disk are prefixed with the YouTube ID of "Never Gonna Give You Up" by Rick Astley? 🎸


English

@0xfluxsec honestly I’d resolve those targets faster with a tiny IDAPython script (or manually)
English

For Red Team tools, to make it harder and more annoying for static analysis, at least by to a human eye, vtables in dynamic dispatch can help (somewhat) obfuscate calls.
I would quite like to disas this with some Ida rust plugins and see if it can be smarter about pulling out vtables in the decomp.
If you can write some absolutely diabolic code that decompiles to noise and stick some cheeky dyn's in there it could be hard to spot.
See also the massive difference in how the compiler treated both dynamic dispatch scenarios, the first decompiles as we would expect with vtables, the second - the compiler was smart enough about.
I mentioned a human eye above, this is a very simple program obv, but I attached an MCP and asked Claude to tell me what the program did and you can see what it said in the screenshot.



English

@vxunderground MSRC blog post basically:
please stop leaking 0days bro we can fix this relationship
GIF
English

Microsoft Security Response Center put out a blog post today about Eclipse Nightmare guy
Basically they think he's super mean and totally not cool he's dropping zero days. They say you're a jerk if you do this stuff because it's dangerous and stuff
microsoft.com/en-us/msrc/blo…
English

sbox
Compile-time AES string obfuscation for C++.
No XOR.
No delimiters.
No plaintext in .rdata.
github.com/x86byte/sbox
English
x86byte がリツイート

Static Devirtualization of Themida/CodeVirtualizer. The techniques in this article apply to pretty much every virtual machine obfuscator with minor modifications.
back.engineering/blog/09/05/202…
Original Program & Devirtualized Output
github.com/backengineerin…


English
x86byte がリツイート

Always happy to see more people get into LLVM-based deobfuscation!

eversinc33 🤍🔪⋆。˚ ⋆@eversinc33
When practicing on a VM crackme recently, I created a devirtualizer which lifts the virtual machine to LLVM to defeat the protection. LLVM-based devirtualisation is a lot of fun and I wrote down my experience and lessons learned on my blog: eversinc33.com/2026/05/07/llv…
English
x86byte がリツイート

@mr_phrazer can u add an deobfuscator called github.com/NaC-L/Mergen before doing the analysis of big binaries...?
English

New blog post: Building a Pipeline for Agentic Malware Analysis
Agentic RE + malware analysis with custom skills, MCP tooling, and persistent case state to automate intial triage
Link: synthesis.to/2026/03/18/age…
Github: github.com/mrphrazer/agen…

English
x86byte がリツイート

@belabs_engineer has released a binary polynomial MBA explorer. You can check out the website here: tools.codedefender.io


English











