If you’re into malware analysis, you should really give Malcat a try.
A great all-in-one tool with hex and structure views, disasm and decomp, integrated Yara, python scripting, similarities scanning...
Definitely worth trying!
@angealbertini.bsky.social
Reverse engineer, file formats expert. Corkami, CPS2Shock, PoC||GTFO, Sha1tered, Magika... Security engineer @ Google. He/him.
If you’re into malware analysis, you should really give Malcat a try.
A great all-in-one tool with hex and structure views, disasm and decomp, integrated Yara, python scripting, similarities scanning...
Definitely worth trying!
Is there a good source for non-malicious executables? categorized and with some variety, across platforms, languages...?
08.10.2025 15:28 — 👍 3 🔁 0 💬 2 📌 0Brand new paper with Roxane Cohen, Robin David (both from @quarkslab.bsky.social ) and Florian Yger on obfuscation detection in binary code doi.org/10.1007/s411... We show that carefully selected features can be leveraged by graph neural networks to outperform classical solutions.
30.09.2025 17:03 — 👍 12 🔁 7 💬 1 📌 1Apple Preview 11.0 (macOS 15.5) does crash while opening gist.github.com/nst/373748f2... as x.pdf (malformed ICC profile).
[com.apple.Preview] CoreGraphics assert(cs != NULL) failed in img_pixels_for_destination: colorspace missing
CoreGraphics/Images/CGSImage.c:4029: failed assertion `cs != NULL'
Color coded display of a zlib compressed version of this post's text, rendered by the flateview demo
lynn.github.io/flateview/
Impressive. Visualizer of zlib (gzip) - paste in a paragraph or two of text.
Reminds me of @angealbertini.bsky.social's binary file-format illustrations (google 'corkami').
I have been learning more about PDFs than I really wanted to for maybe the absolutely most funny reason possible - letting agency forgery: mjg59.dreamwidth.org/73317.html
24.09.2025 22:25 — 👍 128 🔁 34 💬 6 📌 2Enter Sandbox 30: Static Analysis gone wrong
www.hexacorn.com/blog/2025/09...
Grab your @phrack copy (beautiful 150 page color print) at @nullcon’s registration booth!
05.09.2025 06:54 — 👍 3 🔁 0 💬 0 📌 0You can do that with my Mitra tool with the `--force` parameter (for arbitrary content injection) on ~40 standard formats (which covers many more subformats).
github.com/corkami/mitra
Bash script injection in a JPEG file:
hackers-arise.com/the-one-man-...
Today I have a more serious topic than usual, please consider reposting for reach:
My wife and I are urgently looking for a specialist in neuropediatrics or a similar field for our autistic child with a diagnosed, but not further specified, movement disorder [1/4]
Just pushed a new frontend for my site, and a new post!
This one's about an tricky file write vulnerability on Windows in OBS. By crafting an image with very specific pixels, we can plant a backdoor on your PC all from an attacker's site by misconfiguring:
jorianwoltjer.com/blog/p/resea...
C'est surprenant effectivement, mais peut-être le PDF 1.7 contient de nombreuses informations supplémentaires (accessibilité, XML...) plus récentes.
02.06.2025 17:18 — 👍 2 🔁 0 💬 0 📌 0I had a minor printing problem with an article where the last few letters of the longest lines of text were missing.
It was a small mental puzzle every 5-10 lines to guess the missing letters.
An interesting exercise to stay focused throughout the article.
Fun and informative, as always, thank you!
25.04.2025 06:28 — 👍 1 🔁 1 💬 0 📌 0QQ: what's your favorite PDF analysis tool [for malicious files or 'standard' ones]?
(besides peepdf / Stevens' PDF parser+id / VeraPDF)
A photo of an aperture card: a 80-column punched card with columns 54 to 76 used by a microfiche.
"Polyglot files are unnatural and never existed in the wild", they say.
Aperture cards are punched cards with a microfiche, indexing 'analogue' images with punched cards data on the same medium.
A standard polyglot document IRL defined in the 1960s.
In the font, yes.
In the embedded font of the PDF, no.
A PDF showing some text about the Doom PDF/EXE/PE polyglot file format, where the ‘fi’ ligature of ‘file’ isn’t visible.
You’re making a PDF about weird file formats and PDF… and the PDF doesn’t let you write “file”… very meta.
01.04.2025 16:30 — 👍 4 🔁 2 💬 1 📌 0Thank you!
01.04.2025 08:46 — 👍 1 🔁 0 💬 0 📌 0The ultimate Doom polyglot, dissected: DOS executable, Windows Portable Executable, and PDF for Chrome via JavaScript! With offsets, explanations and snippets from the file.
The craziest file I made & visualized recently was combining the Doom PDF with a DOS & Windows (EXE & PE) polyglot.
It runs Doom on OS from 1993 until today, and Chrome-based PDF viewers!
You can make it an HTML/JS polyglot too to run on most browsers! (3/3)
A handmade PDF with no valid signature, dummy stream object, weird object ordering, no XREF…
In PagedOut 6, I showed many PDF tricks by dissecting a crazy yet fully working handmade “Hello World” PDF file.
29.03.2025 18:47 — 👍 10 🔁 5 💬 2 📌 0A dissection of a “Hello World” PDF that shows the relation between the PDF objects.
I made in PagedOut 6 an illustration on the basics of the PDF format.
29.03.2025 18:23 — 👍 7 🔁 3 💬 1 📌 0Paged Out! #6 has arrived! And it's jam-packed with content!
You can download it here:
pagedout.institute?page=issues....
Interesting infection chain using polyglots: www.proofpoint.com/us/blog/thre...
06.03.2025 07:59 — 👍 6 🔁 4 💬 0 📌 0I shrank Takashi Hayakawa's tiny ray tracer by 33 bytes seriot.ch/projects/pos...
04.03.2025 18:28 — 👍 8 🔁 5 💬 1 📌 1Any requests or questions on PDF manipulations ? (Or another format)
22.02.2025 22:20 — 👍 1 🔁 2 💬 0 📌 0ICYDK restrictions in PDF (copy pasting, printing…) are linked to encryption, which often uses an empty user password : no password prompt, but the file is still encrypted.
So just decrypting the file (via qpdf, pdftk, print to PDF,…) removes these restrictions.
A preview of the Youtube livestream with the timestamps.
The livestream on PDF file structure is up.
Following the PDF basics livestream, it covers all kinds of PDF structures that you can see in the wild and how to convert them to a classic and accessible form.
www.youtube.com/live/9XNdTAP...
Today, the follow-up from PDF basics:
What you need to know to edit any PDF.
www.youtube.com/live/9XNdTAP...