Skip to content

Allow full file-system access over USB for all arm64 devices, especially useful for those on iOS 11 and above.

License

Notifications You must be signed in to change notification settings

Lessica/afc2d-arm64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

afc2d-arm64

I really hate these guys who did these piracy things with tons of disclaimers.
I’d like to teach you an old Chinese saying, “你们这就是脱了裤子放屁——多此一举。”.

If someone give this repo a DMCA takedown, do as you want. I just want to tease “揶揄” these guys.

WHY...

You just injected a dynamic library into SpringBoard...
You just hooked SpringBoard and spawned a killdaemon process with root privileges...
You just downloaded a legacy afcd binary from Apple’s CDN server...
You just used ldid and tampered that afcd and renamed it to afc2d...
You just restarted lockdownd...
You just injected lockdownd and spawned afc2d process instead of the original afcd...

Let’s be more straightforward. Please, just bundle the legacy afcd binary directly into your package, PLEASE!!!!!!
You just did so many magic(s), but you’re still complaining about redistributing copyrighted Apple binaries??? Oh my dear, your code just hooked and injected and fucked Apple’s processes thousands of times! STOP THAT 掩耳盗铃-like behavior!

If this repo got a DMCA takedown by Apple’s request, how can I get the legacy afcd binary?

To download the original version of legacy afcd, use the following command:

$ curl -r 1310657433-1310666346 http://appldnld.apple.com/iOS7/031-3029.20140221.ramz3/com_apple_mobileasset_softwareupdate/92b6344e610f418586f1741231ffab482e6d49fd.zip > 92b6344e610f418586f1741231ffab482e6d49fd
$ perl -MIO::Uncompress::RawInflate -e 'undef $/; my ($in, $out) = (<>, undef); IO::Uncompress::RawInflate::rawinflate(\$in, \$out); print $out;' < 92b6344e610f418586f1741231ffab482e6d49fd > afcd

Then rename it to afc2d. That’s identical to layout/usr/libexec/afc2d in this repo.

About

Allow full file-system access over USB for all arm64 devices, especially useful for those on iOS 11 and above.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Logos 77.1%
  • Makefile 16.4%
  • Shell 6.5%