pancake
@trufae.bsky.social
📤 243
📥 127
📝 108
Author of @radareorg, mainly active in the fediverse @
[email protected]
reposted by
pancake
Adrian Sanabria
28 days ago
Never again will an Apple Watch tell me to stand up when I’m already standing up. New Pebble and old Pebbles: back in business! thanks
@ericmigi.com
1
39
2
reposted by
pancake
Sebastià López
about 2 months ago
Sonic, la mascota més genial
add a skeleton here at some point
3
27
6
reposted by
pancake
radareorg
2 months ago
Happy radare2 6.0.4 release day
infosec.exchange/@radareorg/1...
0
3
3
reposted by
pancake
radareorg
3 months ago
📣The list confirmed talks for
#r2con2025
are now public! How does it look? 🧸Bear in 🧠 mind that the list is incomplete because the CFP is still open and there are some unconfirmed talks still to be published! ⚓️
radare.org/con/2025
loading . . .
https://radare.org/con/2025
0
2
2
Just posted about tricks to structure prompts in oneliners, understanding the different uses of newlines and finding the right alternative puctuations.
#llm
#ai
trufae.github.io/aiblog/oneli...
loading . . .
Posts Madeup by AI
https://trufae.github.io/aiblog/onelineprompts.html
3 months ago
0
0
0
reposted by
pancake
vullunfestuc
3 months ago
A Mastodont ens han ensenyat a hackejar el MetaAI per què parli en català.
0
6
4
reposted by
pancake
alkali
5 months ago
longjmp implies the existence of floatjmp and doublejmp
add a skeleton here at some point
6
53
12
Just arrived the
#radare2
book! I will finally had a chance to learn it!
#reverseengineering
#books
5 months ago
1
10
2
In my journey thru all the social networks I use to forget bsky is a thing, sorry if I don’t post much here, i’m mainly in the fediverse
5 months ago
0
3
0
📦 In my last video for r2tv I introduce r2pm, the package manager. Learn about how to create, search and install plugins and tools for radare2! ▶️ 10 min -
www.youtube.com/watch?v=N31b...
▶️ 20 min -
youtu.be/DbVBbxOL7KY
5 months ago
0
1
2
reposted by
pancake
Barcelona Animal Save
8 months ago
¡Atención activistas! La Marcha por los Animales de Barcelona ya tiene fecha: 📅 21 de junio de 2025 ⏰ 17:00 - 19:00 h 📍 Empieza en: Plaza Catalunya 🎯 Termina en: Arco de Triunfo 🔸 Resérvate el día y mantente atenta, porque pronto compartiremos más detalles.
1
3
2
📺 In the second video for
#r2tv
I explain the caveats of injecting null bytes in the process environment with rarun2, inspect the stack with r2frida and bypass limitations encoding the payload with ragg2!
www.youtube.com/watch?v=-CMH...
loading . . .
Exploiting the environment with null bytes with radare2
YouTube video by r2con
https://www.youtube.com/watch?v=-CMHUv9EmBI
6 months ago
0
5
2
💥 I'm a youtuber now! 📺 Just recorded a short video solving a crash in the
#r2dec
decompiler to lower the barrier to help new contributors get handy with the radare2 codebase and common developer workflows.
www.youtube.com/watch?v=Fr6c...
loading . . .
Fixing r2dec crash -- by pancake
YouTube video by r2con
https://www.youtube.com/watch?v=Fr6cOa_YRkI
6 months ago
0
6
1
reposted by
pancake
Geoffrey Huntley
6 months ago
📰 LLMs are mirrors of operator skill
loading . . .
LLMs are mirrors of operator skill
This is a follow-up from my previous blog post: deliberate, intentional play. I didn't want to get into the distinction between skilled and unskilled work because people take offence to it, but AI is a matter of skill. Someone can be highly experienced as a software engineer in 2024, but that does not mean they're skilled as a software engineer in 2025, now that AI is here. In my view, LLMs are essentially mirrors. They mirror the skill of the operator. how do identify skill One of the most
https://ghuntley.com/mirrors/
0
6
4
reposted by
pancake
David Buchanan
6 months ago
userland ROP on day 1 💪
102
2061
397
reposted by
pancake
radareorg
6 months ago
We can finally spin donuts in iaito! 🍩 🍩 (i know, that's an ancient feature request that brings us closer to get 1:1 feature parity with
#radare2
) But it's better late than never! Enjoy 🎉 PD: You can spin as many donuts as you want!
loading . . .
0
0
1
In X right now if you don't pay, your posts won't be seen by anyone, no matter if you search for keywords, use hashtags or mention. I have to go right to the profile and scroll down to the posts of each user to see if anyone said anything. If I just didn't had enough reasons for not using it
6 months ago
0
2
0
reposted by
pancake
AnimaNaturalis
6 months ago
❗️ Hemos sido testigos del horror en el que sobreviven los cerdos antes de ser enviados al matadero. Las afecciones en el sistema respiratorio, el canibalismo, los prolapsos y las afecciones oculares son algunos de los problemas de salud más comunes. Visita y comparte
Granjas.org
✍️
0
4
5
reposted by
pancake
daniel:// stenberg://
7 months ago
Detecting malicious Unicode in
#curl
https://daniel.haxx.se/blog/2025/05/16/detecting-malicious-unicode/
loading . . .
Detecting malicious Unicode
In a recent educational trick, curl contributor James Fuller submitted a pull-request to the project in which he suggested a larger cleanup of a set of scripts. In a later presentation, he could show us how not a single human reviewer in the team nor any CI job had spotted or remarked on one of the changes he included: he replaced an ASCII letter with a Unicode alternative in a URL. This was an eye-opener to several of us and we decided we needed to up our game. We are the curl project. We can do better. ## GitHub The replacement symbol looked identical to the ASCII version so it was not possible to visually spot this, but the diff viewer knows there is a difference. In this GitHub website screenshot below I reproduced a similar case. The right-side version has the Latin letter ‘g’ replaced with the Armenian letter co. They appear to be the same. GitHub shows a diff. But what is actually the difference? The diff viewer says there is a difference but as a human it isn’t possible to detect what it is. Is it a flaw? Does it matter? If done “correctly”, it would be done together with a _real_ and expected fix. The impact of changing one or more letters in a URL can of course be devastating depending on conditions. When I flagged about this rather big omission to GitHub people, I got barely no responses at all and I get the feeling the impact of this flaw is not understood and acknowledged. Or perhaps they are all just too busy implementing the next AI feature we don’t want. ## Warnings When we discussed this problem on Mastodon earlier this week, Viktor Szakats provided me with an example screenshot of doing a similar stunt with Gitea which quite helpfully highlights that there is something special about the replacement: Gitea warns that the replacement is using “ambiguous Unicode characters” I have been told that some of the other source code hosting services also show similar warnings. As a user, I would actually like to know even more than this, but at least this warns about the proposed change clearly enough so that if this happens I would get the code manually and investigate before accepting such a change. ## Detect While we wait for GitHub to wake up and react (which I have no expectation will actually happen anytime soon), we have implemented checks to help us poor humans spot things like this. _To detect malicious Unicode._ We have added a CI job that scans all files and validates every UTF-8 sequence in the git repository. In the curl git repository most files and most content are plain old ASCII so we can “easily” whitelist a small set of UTF-8 sequences and some specific files, the rest of the files are simply not allowed to use UTF-8 at all as they will then fail the CI job and turn up red. In order to drive this change home, we went through all the test files in the curl repository and made sure that all the UTF-8 occurrences were instead replaced by other kind of escape sequences and similar. Some of them were also used more or less by mistake and could easily be replaced by their ASCII counterparts. The next time someone tries this stunt on us it could be someone with less good intentions, but now ideally our CI will tell us. ## Confusables There are plenty of tools to find similar-looking characters in different Unicode sets. One of them is provided by the Unicode consortium themselves: https://util.unicode.org/UnicodeJsps/confusables.jsp ## Reactive This was yet another security-related fix _reacting_ on a demonstrated problem. I am sure there are plenty more problems which we have not yet thought about nor been shown and therefore we do not have adequate means to detect and act on automatically. We want and strive to be proactive and tighten everything _before_ malicious people exploit some weakness somewhere but security remains this never-ending race where we can only do the best we can and while _the other side_ is working in silence and might at some future point attack us in new creative ways we had not anticipated. That future unknown attack is a tricky thing.
https://daniel.haxx.se/blog/2025/05/16/detecting-malicious-unicode/
3
35
59
Today I presented at
#hackbcn
some practical usecases integrating language models for reverse engineering purposes with
#radare2
Check out my slides at
radare.org/get/r2ai-hac...
7 months ago
0
10
6
reposted by
pancake
Deno
7 months ago
curious about what each engineer is working on? let's find out!
loading . . .
4
34
3
reposted by
pancake
Paul Hudson
7 months ago
What's new in Swift 6.2? A whole ton of stuff – raw identifiers, Collection conformances for enumerated(), method key paths, backtracing, weak let, Observations, InlineArray, and of course a big batch of concurrency changes too. Want to see it all in action?
www.hackingwithswift.com/articles/277...
loading . . .
What's new in Swift 6.2?
Raw identifiers, backtraces, task naming, and more.
https://www.hackingwithswift.com/articles/277/whats-new-in-swift-6-2
5
79
24
reposted by
pancake
Laura Luna de Sangre🎃
7 months ago
El día de hoy en
#RetroBarcelona.se
ha dado bien, diría yo. Nos vemos mañana en
@retrobarcelona.bsky.social
con John Romero a las 15:00.
3
36
1
reposted by
pancake
Albert García López
7 months ago
Gent, aquesta tarda a la
#RetroBarcelona
no us podeu perdre l'entrevista al John Romero que farem la
@lauralunalu.bsky.social
i un servidor a les 15:00 a l'escenari gran. I, atenció, a les 18:30 faré una visita guiada (en català) a l'exposició d'ordinadors. Em farà ilu que vingueu!!
2
17
3
reposted by
pancake
Deno
7 months ago
Deno 2.3 is here: 🌱 deno compile with FFI & Node native add-ons 📦 Local npm packages ⭐ deno fmt CSS/HTML/SQL in tagged templates 🔭 OTel event recording & tracing in distributed services and more —
deno.com/blog/v2.3
loading . . .
Deno 2.3: Improved deno compile, local npm packages, and more
Deno 2.3 adds new features for deno compile and deno fmt, support for using local npm packages, several performance improvements, and more. Here are the biggest highlights.
https://deno.com/blog/v2.3
0
73
10
reposted by
pancake
radareorg
7 months ago
Power
#vim
users are used to the m' navigation workflow, which was already implemented in the Visual mode of radare2. Now you can also use hjkl and those shortcut keys in iaito to quickly move around the binary without using the mouse!
#reverseengineering
#ui
0
2
1
Threads is enhancing the experience with ads, wonder how long will take to be enhanced in here too
7 months ago
0
0
0
Today I wrote an
#r2ai
widget for iaito, the official
#radare2
frontend.
7 months ago
1
6
3
Not clear to me how that bluesky check will work
techcrunch.com/2025/04/18/b...
loading . . .
Bluesky may soon add blue check verification | TechCrunch
Changes spotted in Bluesky's codebase indicate the app may soon get a blue check verification system, similar to the look of Twitter's.
https://techcrunch.com/2025/04/18/bluesky-may-soon-add-blue-check-verification/
7 months ago
1
2
0
Wat
8 months ago
0
2
0
reposted by
pancake
radareorg
8 months ago
For those interested in r2mcp, it is now possible to run it locally with OpenWebUI and MCPO.
#r2ai
#radare2
#reverseengineering
#llm
0
0
1
reposted by
pancake
Night School Studio
8 months ago
Cross over into the world of "Black Mirror" and experience "Thronglets," the retro pet simulator game at the center of the Season 7 episode "Plaything." This isn't a game: it's a life form whose biology is entirely digital. By Night School Studio. Play now:
bit.ly/BlackMirrorT...
loading . . .
1
65
32
reposted by
pancake
Marc Rivero | @seifreed
8 months ago
Can AI Actually Find Real Security Bugs? Testing the New Wave of AI Models
loading . . .
Can AI Actually Find Real Security Bugs? Testing the New Wave of AI Models
A practical exploration of how well reasoning LLMs identify vulnerabilities in real-world code, comparing results across models and against a traditional SAST tool (Semgrep).
https://buff.ly/3QP49XD
0
2
3
reposted by
pancake
radareorg
8 months ago
The C rewrite of
#r2ai
can do auto mode at the same level of the original Python implementation now. Kudos to
@dnakov.bsky.social
for the effort!
#ai
#vibereversing
#reverseengineering
loading . . .
0
6
2
reposted by
pancake
tmp0ut
8 months ago
Would you look at that, it's tmp.0ut Volume 4! Happy Friday, hope you enjoy this latest issue!
tmpout.sh/4/
2
124
73
reposted by
pancake
La Directa
8 months ago
#ENTREVISTA
| “Una família és només aquella que firma? O és la que construeixes en el dia a dia? Tots els models familiars són vàlids”
https://directa.cat/no-podem-acceptar-que-la-gent-es-casi-per-por/
Àsia Selma va veure's abocada a reivindicar el seu model familiar amb @viudedadiguald
loading . . .
"No podem acceptar que la gent es casi per por"
Ser viuda a la trentena no forma part de l’imaginari, però sí de la realitat. Àsia Selma va perdre el seu company, víctima d’un accident laboral, fa poc més de tres anys. “Quan vaig saber que em denegaven la pensió de viudetat em vaig enfonsar més”, explica.
https://directa.cat/no-podem-acceptar-que-la-gent-es-casi-per-por/
0
2
1
reposted by
pancake
Phrack Zine
9 months ago
We heard you needed some more time, so we wanted to let you cook. We decided to push the Phrack 72 CFP deadline back until June 15th. Stay tuned for upcoming Phrack events. Print this flyer out and give it to someone IRL!!
1
114
58
reposted by
pancake
doc1oo
9 months ago
Steam's spring sale has started!🎉 Lovely Composer, a cute 8-bit-style music tool, is now 20% OFF, and has a 'Very Positive' rating!
store.steampowered.com/app/1667250/...
#LovelyComposer
#chiptune
loading . . .
2
108
48
reposted by
pancake
SmellyFrog
9 months ago
In between the weaving branches 🐸🌿
#pixelart
#indiegame
#frog
#chiptune
loading . . .
0
47
7
reposted by
pancake
radareorg
9 months ago
The new asm.lines.split creates a secondary column in the disassembly view for the backward branch lines making it easier to spot loops and understand the control flow
#reverseengineering
#disassembly
#cli
#tui
loading . . .
0
9
4
Can’t find any document or report on how compilation flags like optimization levels affect memory usage when combined with ASAN. Anyone can light my candle here?
#asan
#gcc
#clang
#oom
9 months ago
0
1
0
It is really worth buying any of these Nvidia Jetson boxes? By watching videos running
#ollama
in there looks like it’s way slower than my macbookpro
9 months ago
0
0
0
The mutuals feed seems to be one of the few useful ones. At least from a non-US pov I see few meaningful content here
9 months ago
1
0
0
reposted by
pancake
over 1 year ago
Tomorrow, join me at
#Nullcon
Berlin to reverse a
#Dart
#CTF
challenge (non stripped) and a Flutter release malware (stripped). We'll be using
#JEB
and
#Radare2
. We also talk a little about Ghidra, IDA Pro and Binary Ninja.
nullcon.net/berlin-2024/...
Be sure to have some coffee before :)
0
3
2
reposted by
pancake
Gints Zilbalodis
9 months ago
We wanted the animals in Flow to behave like real animals instead of walking on 2 legs and telling jokes. Our animators studied references for every shot. So basically we paid them to watch cat videos!
loading . . .
4
360
33
reposted by
pancake
Gints Zilbalodis
9 months ago
Tip to filmmakers - avoid featuring water in your film. Very difficult.
loading . . .
9
221
11
reposted by
pancake
Gints Zilbalodis
9 months ago
The Flow Oscar statue is exhibited at the Latvian National Museum of Art and people are waiting for more than an hour to see it!
loading . . .
33
2933
610
reposted by
pancake
Donncha Ó Cearbhaill
9 months ago
🔔NEW: Apple threat notification 🔔 Apple have just sent new notifications to individual's targeted by highly-invasive mobile spyware! Reach out to our team at @Amnesty's Security Lab or trusted experts if you received this critical warning
www.amnesty.org/en/latest/ne...
loading . . .
Apple threat notifications: What they mean and what you can do
Apple threat notifications: What they mean and what you can do
https://www.amnesty.org/en/latest/news/2024/04/global-apple-threat-notifications-what-they-mean-and-what-you-can-do/
0
15
17
reposted by
pancake
9to5Mac
9 months ago
Apple is on a mission to develop more of its silicon in-house: Here’s whats next
loading . . .
Apple is on a mission to develop more of its silicon in-house: Here’s whats next
In 2020, Apple announced the Mac transition to Apple Silicon. Replacing Intel was a large undertaking, but it proved successful. Apple was able to develop chips that were both faster and more efficient than the Intel processors they replaced, all in an…
https://9to5mac.com/2025/03/01/apple-developing-more-silicon-in-house-modem-networking/?utm_source=dlvr.it&utm_medium=bluesky
0
26
3
reposted by
pancake
9to5Mac
9 months ago
Two new pieces of Mac malware in the wild – one being fixed this week
loading . . .
Two new pieces of Mac malware in the wild – one being fixed this week
There are two new reports of Mac malware in the wild, with the first of them set to be blocked by an update expected this week. There’s no word yet on a fix for the second, but you’d have to be a pretty naive Mac user to fall for it … more…
https://9to5mac.com/2025/02/27/two-new-pieces-of-mac-malware-in-the-wild-one-being-fixed-this-week/?utm_source=dlvr.it&utm_medium=bluesky
0
14
5
Load more
feeds!
log in