Skip to content

Instantly share code, notes, and snippets.

@ISTweak
Created July 4, 2013 12:15
Show Gist options
  • Save ISTweak/5927179 to your computer and use it in GitHub Desktop.
Save ISTweak/5927179 to your computer and use it in GitHub Desktop.
IS15SH010004
--- dev1534.tmp/device_database-8362d21-left.c Thu Jul 04 21:11:24 2013
+++ device_database/device_database.c Thu Jul 04 21:03:20 2013
@@ -273,6 +273,17 @@
},
{
+ .device_id = DEVICE_IS15SH_01_00_04,
+ .device = "IS15SH",
+ .build_id = "01.00.04",
+
+ .prepare_kernel_cred_address = 0xc01c6178,
+ .commit_creds_address = 0xc01c643c,
+ .remap_pfn_range_address = 0xc0208980,
+ .ptmx_fops_address = 0xc0edaf90,
+ },
+
+ {
.device_id = DEVICE_IS17SH_01_00_04,
.device = "IS17SH",
.build_id = "01.00.04",
--- dev892C.tmp/device_database-8362d21-left.h Thu Jul 04 21:11:53 2013
+++ device_database/device_database.h Thu Jul 04 21:01:51 2013
@@ -23,6 +23,7 @@
DEVICE_HTL22_1_05_970_1,
DEVICE_HTL22_1_07_970_4,
DEVICE_HTX21_1_20_971_1,
+ DEVICE_IS15SH_01_00_04,
DEVICE_IS17SH_01_00_04,
DEVICE_ISW11F_V25R45A,
DEVICE_ISW11F_V27R47I,
--- perDAA4.tmp/perf_event-fa29861-left.c Thu Jul 04 21:12:14 2013
+++ libperf_event_exploit/perf_event.c Thu Jul 04 21:03:54 2013
@@ -27,6 +27,7 @@
{ DEVICE_F11D_V24R40A, 0xc104cf1c },
{ DEVICE_FJL21_V23R39X, 0xc0ec1da0 },
{ DEVICE_FJL21_V37R47A, 0xc0ec1f20 },
+ { DEVICE_IS15SH_01_00_04, 0xc0ecc17c },
{ DEVICE_IS17SH_01_00_04, 0xc0ecbebc },
{ DEVICE_ISW12K_010_0_3000, 0xc0db6244 },
{ DEVICE_ISW13F_V69R51I, 0xc09de374 },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment