-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How'd you arrive at these? #2
Comments
I'm not @CodaFi but the answer is somewhat simple: dump the |
Yep! Figured out some of it through playing around more |
Hey guys, I'm interested in the I've looked at all the binaries in the Do you guys have any idea what I might be doing wrong? Thanks! |
Class-dumping likely won't help as these are C functions. They have also been renamed internally from CGS* to SLS* so that may help you find them. |
Hey @avaidyam, thanks for getting back, and for the tips!
That makes sense, thanks for the heads up. I ran So my conclusion here is that either:
So my questions are:
Again, thanks! Not sure how relevant this is, but I also tested the IDA Pro disassembler and compared the results against the I tested on the binary at Taking a look at the |
I just found something very interesting. There's a file which seems to contain all the Skylight function names at Lots of new stuff in there. |
Okay I found somewhat of a solution. Binaries of system libraries can't be found in the file system anymore in Big Sur.
|
Out of curiosity, how did you get these files? Decompiled something?
The text was updated successfully, but these errors were encountered: