I figured out a generic way to generate those polyglots!
Introducing: bppb!
https://t.co/OiuVkMhSMK
This PoC takes 2 files, a bplist and a protobuf, and merges them into one unholy abomination.
#bplist#protobuf#polyglot#dfir#digitalforensics
Annoyingly, I created a bplist-protobuf polyglot.
This one is a valid protobuf containing 2 LengthValues in an array.
As a bplist, it's a dictionary with 2 Key-Value-Pairs.
Hex here: https://t.co/dQsTi7esTF
#DFIR#MobileForensics#DigitalForensics
IRIS (Intent Runtime Inspection System) is my attempt at building a Burp Suite for Android intents :) . Give it a spin and let me know what breaks, what’s missing, and what you’d like to see next: https://t.co/u5sUlvHBpB
Demo here: https://t.co/IdAZDIq3qU
@zeroxjf Cool, I read some of it
We're lucky the Icon Manager class is a singleton ("sharedInstance"). Finding a random instance without such static method can be a headache haha
@zeroxjf Oh nice
Are you doing that by hooking methods?
I've tinkered with Lara's reimpl of RemoteCall but didn't figure out if hooking is possible yet
The article demonstrates how to bypass the Winsock layer by communicating directly with the Windows AFD driver using Native API calls. It explains how socket operations can be replicated via IOCTLs and how this reduces reliance on standard networking APIs.
https://t.co/kSUGhsHcMg
Finally got my "A9 Pro" (AirPods knockoff) to spit out debug output over UART.
I opened up the case but eventually found out the UART pin is accessible via USB-C's A5/B5 pin.
Oh well.
💡Understand how ROP can be used to bypass security defenses and execute code on ARM64 devices in Part 3 of our ARM64 Reversing and Exploitation Series: https://t.co/A798O5TgIr
📥Want to strengthen your ARM64 exploitation skills? Check out our free ARM64 challenges: https://t.co/ViqBMwNvgY
#Reversing #ReturnOrientedProgramming #CyberSecurity
I wanted to understand what information is available in .pdb files, so I made a tool for it 🔎🪲
Welcome DiaSymbolView - a debug symbol hierarchy and properties viewer based on MSDIA:
https://t.co/mSWAolfrFt