Skip to content

Releases: bmax121/KernelPatch

0.8.4

14 Jan 00:17
e21b75d
Compare
Choose a tag to compare

What's Changed

  • kptools: Fix calculation of kpimg length by @sekaiacg in #30
  • Readme: fixup Documentaion link by @Forenche in #32
  • kptools: Add targetOS option to patch target system by @sekaiacg in #36
  • kptools: Support compile kptools for windows target by @affggh in #37
  • kpimg: Refix boot stuck cause by bti

Full Changelog: 0.8.3...0.8.4

0.8.3

04 Jan 01:41
Compare
Choose a tag to compare
kptools, failed when CONFIG_KALLSYMS_ALL=n

0.8.2

03 Jan 15:05
Compare
Choose a tag to compare
kptools: fix typo

0.8.1

03 Jan 14:26
Compare
Choose a tag to compare
kptools: add more suffixed_symbol

0.7.2

31 Dec 07:24
Compare
Choose a tag to compare
fix: kpm user interface

0.7.1

29 Dec 14:13
Compare
Choose a tag to compare
0.7.1

0.6.2

20 Dec 02:04
Compare
Choose a tag to compare
fix: build error

0.6.0

15 Dec 11:47
Compare
Choose a tag to compare
patch: add more boot log

0.5.0

22 Nov 13:46
Compare
Choose a tag to compare
  1. Module support, now you can inject arbitrary code into the kernel via KPM. This includes inline hooking, syscall hooking, and more.
  2. Implementation of the root shell command in Android, which is "kp" by default, and its corresponding path is /system/bin/kp. Additionally, this path can also be dynamically modified.
  3. Implementation of granting and revoking root permissions for Android UID.
  4. Fixed some bugs, making it more stable now.

0.4.0

10 Oct 10:43
Compare
Choose a tag to compare
gplv2