Skip to content
P
非影
top
latest
vulnerabilities
research
tools
Topics
sources
search
search
🌓
中文
Curated security research, vulnerabilities, advisories and tools for practitioners.
Dumping Memory on iOS 8
netspi.com
| blog |
#mobile-security
|
#ios
|
#jailbreak
|
#lldb
|
#memory-dumping
|
#debugserver
Summary
Updates earlier iOS 7 GDB-based memory dumping to iOS 8, walking through using LLDB, debugserver, and tcprelay on a jailbroken device to extract an application's memory.
Published
2016-03-14 00:00
Collected
2026-09-20 06:06
original ↗
← Previous
Open Source Software – Is It the Death of Your Company?
Next →
Maintaining Persistence via SQL Server – Part 1: Startup Stored Procedures
Related coverage
blog
·
bishopfox.com
Unified Code, Unified Risks: Uncovering Vulnerabilities in .NET MAUI Applications
Bishop Fox shows how to bypass .NET MAUI's platform packaging to extract readable C# assemblies from Android and iOS apps, then use that shared-assembly insight to uncover critical vulnerability patterns in common business logic.
vulnerability
·
projectzero.google
How to unc0ver a 0-day in 4 hours or less
At 3 PM PDT on May 23, 2020, the unc0ver jailbreak was released for iOS 13.5 (the latest signed version at the time of release) using a zero-day vulnerability and heavy obfuscation. By 7 PM, I had identified the vulnerability and informed Apple. By 1 AM, I had sent Apple a POC and my analysis. This post takes you along that journey.
blog
·
netspi.com
Balancing Security and Usability of Large Language Models: An LLM Benchmarking Framework
NetSPI's open LLM security benchmark tests how large language models resist jailbreaks under adversarial conditions while measuring the security-usability trade-off in enterprise deployments.
blog
·
netspi.com
Mobile Application Threat Modeling
Mobile platforms carry users' most intimate data, yet security is often an afterthought. NetSPI offers a threat modeling framework to evaluate mobile apps at design time or retroactively.
blog
·
netspi.com
Bypass iOS Version Check and Certification Validation
When an iOS app blocks installs below a required version, jailbroken devices can fake ProductVersion in SystemVersion.plist or patch the IPA's plist, plus bypass cert checks via SSL Kill Switch.
blog
·
netspi.com
Reverse Engineering iOS Applications in a Fun Way
An overview of iOS app reverse engineering: class-dumping ipa binaries with Cycript and class-dump-z, hooking Objective-C methods via MobileSubstrate, and using iNalyzer or Snoop-it.
back