Skip to content

westforges/iOS-R4T-P0C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Use-After-Free Research

Research Status Telegram Community Platform

What's this about?

Use-after-free = memory gets freed but something still holds a pointer to it and tries to use it. On iOS, that turns into:

  • Kernel panics
  • Breaking out of the sandbox
  • Running code at kernel level
  • Bypassing stuff like KASLR or PAC

Right now I'm focused on one specific UAF.

Community

If you're into iOS internals, memory corruption, or exploit dev, come hang out:

Good place to ask questions, share ideas, or just lurk and see what others are working on.

Updates (eventually)

About

PoC of a use-after-free based iOS RAT via memory corruption. For Research

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors