Meysam
@r00tkitsmm.bsky.social
📤 462
📥 421
📝 33
Security Researcher.
Come learn how to hack the XNU kernel, like a pro 🍎 with beautiful diagrams to guide every step. :) 📅 Nov 10-12 (3 days) 📍 Four Seasons Hotel Seoul, South Korea 🔗 More info
powerofcommunity.net/#training
about 2 months ago
0
4
0
Here is the source code of my fuzzer ai development for macOS.
github.com/R00tkitSMM/P...
loading . . .
GitHub - R00tkitSMM/Pishi: Pishi is a code coverage tool like kcov for macOS.
Pishi is a code coverage tool like kcov for macOS. - R00tkitSMM/Pishi
https://github.com/R00tkitSMM/Pishi
5 months ago
1
7
0
Oh, We have a long weekend ahead in Germany/Berlin. Maybe I can finish my unpublished blog posts. Share blogs or papers that I can read and enjoy.
5 months ago
0
1
0
My new blog post, which I presented at
#Zer0Con2025
A binary level macOS KEXT kernel address sanitizer
r00tkitsmm.github.io/fuzzing/2025...
loading . . .
Pishi Reloaded: Binary only address sanitizer for macOS KEXT.
In the part 1 of my tutorial style blog post about fuzzing, I discussed how we can instrument the macOS KEXTs to collect code coverage at the basic block or edge level.
https://r00tkitsmm.github.io/fuzzing/2025/04/10/Pishi2.html
6 months ago
0
13
4
Will be in Korea next week for Zer0Con. Ping me and let’s chat about software security.
6 months ago
1
2
0
blog.slowerzs.net/posts/keyjum...
loading . . .
Code reuse in the age of kCET and HVCI
https://blog.slowerzs.net/posts/keyjumper/
6 months ago
0
4
1
reposted by
Meysam
Paged Out!
6 months ago
Paged Out! #6 has arrived! And it's jam-packed with content! You can download it here:
pagedout.institute?page=issues....
0
23
30
reposted by
Meysam
jduck
6 months ago
Happy to share my slides from BOOTSTRAP25. Unfortunately the bug discussed is still not patched in Linux 6.14.0 despite it being reported explicitly. Slides are in markdown but there's a PDF in "releases" too
github.com/jduck/bs25-s...
loading . . .
GitHub - jduck/bs25-slides: Slides from "Musing from Decades of Linux Kernel Security Research" at BOOTSTRAP25
Slides from "Musing from Decades of Linux Kernel Security Research" at BOOTSTRAP25 - jduck/bs25-slides
https://github.com/jduck/bs25-slides
1
14
7
reposted by
Meysam
buherator
6 months ago
[RSS] The Evolution of Dirty COW (1)
u1f383.github.io ->
Original->
0
4
2
reposted by
Meysam
dmnk
6 months ago
Neat,
#riscv
emu with
#LibAFL
support
github.com/fkie-cad/squid
loading . . .
GitHub - fkie-cad/squid: RISC-V emulator for high-performance fuzzing with AOT instead of JIT compilation 🦑
RISC-V emulator for high-performance fuzzing with AOT instead of JIT compilation 🦑 - fkie-cad/squid
https://github.com/fkie-cad/squid
0
7
2
reposted by
Meysam
Gynvael Coldwind
7 months ago
Did you know that pressing CTRL+D in linux terminal is like pressing ENTER? (to some extent, of course) Well, I didn't, so after randomly investigating what CTRL+D actually does, I've decided it's a fun topic to write about:
hackarcana.com/article/ctrl...
loading . . .
https://hackarcana.com/article/ctrl-d-is-like-enter?utm=gyn-b
3
11
2
reposted by
Meysam
dmnk
7 months ago
This is so cool: The LibAFL_QEMU ASan implementation was ported to rust
github.com/AFLplusplus/...
#LibAFL
#QEMU
#ASan
#Rust
loading . . .
Librasan by WorksButNotTested · Pull Request #3023 · AFLplusplus/LibAFL
Implementation of ASAN target side components in rust. The implementation sits alongside the existing libqasan (although that could be withdrawn in future if we are happy with it). It is selected ...
https://github.com/AFLplusplus/LibAFL/pull/3023
0
11
4
I will talk about macOS Kernel fuzzing at the
zer0con.org#schedule-sec...
conference.
loading . . .
Zer0Con
Zer0Con is POC’s NEW ‘CLOSED’ international security conference. It focuses on finding, analyzing, and exploiting vulnerabilities. Zer0Con aims to have high-level technical presentations.
https://zer0con.org/#schedule-section
7 months ago
0
4
0
I usually dig into a topic I research by googling and reading blogs, manuals, sources,… and have not read a technical book for a year. What would you recommend for low level software/CPU/OS security/exploit topics?
9 months ago
1
1
0
reposted by
Meysam
Alexandre Borges
9 months ago
All videos from The 38th Chaos Communication Congress (38C3) 2024:
media.ccc.de/b/congress/2...
#cybersecurity
#informationsecurity
#hacking
#exploitation
#iOS
#android
#apple
#exploitation
#reverseengineering
#vulnerability
0
32
18
Doing Apple Silicon’s security research for days non stop. Hope it becomes a blogpost at some point.
9 months ago
0
2
0
reposted by
Meysam
Steve Glass, talks about potential vulnerabilities in TLV parser of AWDL in jun 2019, And some months later ian beer reported that famous vulnerability in exactly TLV parser of AWDL. Conferences are sources of ideas.
over 2 years ago
0
6
1
Where do you read papers? I have kindle and it’s the best option.
9 months ago
3
0
0
I’m in Hamburg, but wouldn’t attend
#38c3
due to ticket issue :)
9 months ago
1
2
0
reposted by
Meysam
dmnk
9 months ago
Re-sharing to keep bluesky rolling
go.bsky.app/EhGFSVj
add a skeleton here at some point
0
45
16
I have read and watched a lot of papers and presentations this week about Compiler 🤝 OS 🤝SoC security.
www.youtube.com/watch?v=bytW...
www.youtube.com/watch?v=C1nZ...
These two are about PAC
loading . . .
2024 LLVM Dev Mtg - Adding Pointer Authentication ABI support for your ELF platform
YouTube video by LLVM
https://www.youtube.com/watch?v=bytWm7BzJVE
10 months ago
0
4
0
Pishi2 needed more compiler/LLVM Knowledge. This is very good reference.
llsoftsec.github.io/llsoftsecbook/
loading . . .
Low-Level Software Security for Compiler Developers
https://llsoftsec.github.io/llsoftsecbook/
10 months ago
0
4
1
Have written new macOS binary level fuzzing blog post. Second part of
r00tkitsmm.github.io/fuzzing/2024...
Don’t know when to publish it
loading . . .
Pishi: Coverage guided macOS KEXT fuzzing.
This blog post is the result of some weekend research, where I delved into Pishi, a static macOS kernel binary rewriting tool, which I presented at POC2024. During the weekdays, I focus on Linux kerne...
https://r00tkitsmm.github.io/fuzzing/2024/11/08/Pishi.html
10 months ago
0
9
2
Took 3 weeks off, bought a new MacBook. It’s to to fuzz the kernel.
10 months ago
0
7
0
I’m bad with telling jokes, In my POC2024(Seoul) talk about kernel fuzzing I joked that KAFL is Korean Wave of AFL. And nobody laughed.
10 months ago
0
6
0
reposted by
Meysam
dmnk
11 months ago
Slides for my @ekoparty talk "Advanced Fuzzing With LibAFL" - >
docs.google.com/presentation...
loading . . .
Advanced Fuzzing With LibAFL @ Ekoparty 2024
Advanced Fuzzing With LibAFL Dominik Maier Ekoparty 2024-11-15 1
https://docs.google.com/presentation/d/1ILXdsBx6JJbsf3uq-_hSeYux-a0DRRPxebOY65EDE5o/edit?usp=sharing
0
44
22
Got back home after POC conference, now I have lots of fuzzing paper to read. 🥳
10 months ago
0
2
0
reposted by
Meysam
Karsten
10 months ago
Custom Linux kernel fuzzing with libFuzzer by
@r00tkitsmm.bsky.social
r00tkitsmm.github.io/fuzzing/2024...
loading . . .
Structure-Aware linux kernel Fuzzing with libFuzzer
Hi everyone! I’m really happy to tell you about my experimenting adventure today. I decided to experiment with KCOV and see how I can hook it into libfuzzer and boot the kernel without spending too mu...
https://r00tkitsmm.github.io/fuzzing/2024/03/27/libffuzzerkernel.html
0
5
2
Can’t wait to get back to Berlin to work on my second part of my blog post about macOS kernel fuzzing.
11 months ago
1
3
0
reposted by
Meysam
John Scott-Railton
11 months ago
Whoa: NSO Group allegedly rolled a
#WhatsApp
exploit to implant
#Pegasus
spyware even after WhatsApp sued them. This previously-unrevealed "Erised" vector was later disabled by WhatsApp. These un-redacted filings are quite the read. Even some footnotes have scoops. 1/
5
197
121
reposted by
Meysam
Richard Johnson
11 months ago
This awesome fuzzing blog post by
@r00tkitsmm.bsky.social
covers a super reliable macOS kernel binary rewriting to instrument any KEXT or XNU at BB or edge level. Mandatory reading for anyone interested in fuzzing whether you use MacOS or not. So many good system internals and fuzzing references!
loading . . .
Pishi: Coverage guided macOS KEXT fuzzing.
This blog post is the result of some weekend research, where I delved into Pishi, a static macOS kernel binary rewriting tool. During the weekdays, I focus on Linux kernel security at my job and would...
https://r00tkitsmm.github.io/fuzzing/2024/11/08/Pishi.html
2
37
15
https://googleprojectzero.blogspot.com/2023/08/mte-as-implemented-part-1.html?m=1
A 3 parts blogpost from Google Project Zero after a long time.
about 2 years ago
0
0
0
Steve Glass, talks about potential vulnerabilities in TLV parser of AWDL in jun 2019, And some months later ian beer reported that famous vulnerability in exactly TLV parser of AWDL. Conferences are sources of ideas.
over 2 years ago
0
6
1
got 3 CVEs in recent Apple's Update CVE-2023-32384 CVE-2023-32372 CVE-2023-27929( last month i didn’t know :) )
https://support.apple.com/en-gb/HT213757
over 2 years ago
0
2
0
Hey
@mdowd.bsky.social
could you kindly let me know if you have any tickets to offensiveCon?
over 2 years ago
1
0
0
Introducing a new way to buzz for eBPF vulnerabilities
https://security.googleblog.com/2023/05/introducing-new-way-to-buzz-for-ebpf.html
over 2 years ago
0
0
0
https://blog.thalium.re/posts/ksmbd-trailer/
over 2 years ago
0
0
0
Lightweight fuzzing of a memory snapshot using KVM
https://github.com/awslabs/snapchange
over 2 years ago
0
0
0
Two dead in shooting at Mercedes-Benz plant in Germany
https://amp.cnn.com/cnn/2023/05/11/business/mercedes-benz-shooting-germany/index.html
over 2 years ago
0
0
0
you reached the end!!
feeds!
log in