Forum: 10.X
11-08-2011, 09:34 PM
|
|
Replies: 290
Views: 134,248
I finished the work on the patches.
@Akimoa:...
I finished the work on the patches.
@Akimoa: Please compile and test both patches (AutoPatcher + NoAutoPatcher).
I also included a new amd_insn_patcher for use with SL / Lion (sysenter trap is...
|
Forum: 10.X
11-02-2011, 09:20 AM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
10-31-2011, 02:54 PM
|
|
Replies: 3
Views: 7,148
|
Forum: 10.X
10-28-2011, 02:18 PM
|
|
Replies: 290
Views: 134,248
Working on it.
I studied the kernel some more...
Working on it.
I studied the kernel some more and saw csops routine.
It's a syscall used by dyld which checks code signing (and in dyld code it halts execution if incorrect).
Guess there are a few...
|
Forum: 10.X
10-21-2011, 09:16 AM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
10-14-2011, 01:31 PM
|
|
Replies: 290
Views: 134,248
I checked the way Lion decrypts, it's the same...
I checked the way Lion decrypts, it's the same way.
I should try to add a few patches and drop custom dyld and auto-patcher support.
Without the map_text_segment_sys syscall replacement (syscall 8)...
|
Forum: 10.X
10-13-2011, 02:09 PM
|
|
Replies: 168
Views: 89,234
|
Forum: 10.X
09-28-2011, 01:38 PM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
09-21-2011, 02:10 PM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
09-21-2011, 10:32 AM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
09-21-2011, 07:00 AM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
09-20-2011, 08:09 AM
|
|
Replies: 290
Views: 134,248
yeah, I agree, I've been trying for weeks. ...
yeah, I agree, I've been trying for weeks.
Currently I'm designing a custom 10.7.0 kernel with 10.6.8 osfmk directory (requires a lot of adjustments).
I'll keep you posted if it works, then we at...
|
Forum: 10.X
09-20-2011, 06:52 AM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
09-13-2011, 12:15 PM
|
|
Replies: 168
Views: 89,234
|
Forum: 10.X
09-12-2011, 09:44 AM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
09-12-2011, 07:08 AM
|
|
Replies: 168
Views: 89,234
|
Forum: 10.X
09-03-2011, 11:58 AM
|
|
Replies: 168
Views: 89,234
Damn... the problem is in the new SSE3...
Damn... the problem is in the new SSE3 emulator...
0xFFFF0001 is 2nd instruction of the SSE3 emulator...
Guess I'll also need to modify the trap handler to fix this. :-|:-|
|
Forum: 10.X
08-26-2011, 09:00 PM
|
|
Replies: 290
Views: 134,248
I found the routines that do code signature...
I found the routines that do code signature checks on the pages + through dyld syscall.
I modified the code slightly so it will verify all code signature kernel checks as valid.
This means we can...
|
Forum: 10.X
08-26-2011, 06:09 PM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
08-26-2011, 02:50 PM
|
|
Replies: 290
Views: 134,248
You're right it doesn't.
If you boot with...
You're right it doesn't.
If you boot with patcher_opts=49 -amd does it show the libraries it loads?
Because I see no reference to any libraries...
EDIT: Could it be that the boot arguments aren't...
|
Forum: 10.X
08-26-2011, 02:26 PM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
08-26-2011, 02:06 PM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
08-26-2011, 02:05 PM
|
|
Replies: 290
Views: 134,248
|
Forum: 10.X
08-26-2011, 01:50 PM
|
|
Replies: 290
Views: 134,248
Can't you compress them to a png or so?
If you...
Can't you compress them to a png or so?
If you can't make it smaller, upload it to a webspace or so (free webspace from a provider or so).
All upload sites are blocked over here so no go there...
|
Forum: 10.X
08-26-2011, 01:39 PM
|
|
Replies: 290
Views: 134,248
If you want verbose patching you need the...
If you want verbose patching you need the following after patcher_opts:
49
Then it will output everything it loads (and patches) and output to console.
It will warn about decryption failing in the...
|