forbid execmod for third party apps with API level >= 23 rather than >= 26 #724

Open
thestinger opened this Issue Aug 29, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@thestinger
Contributor

thestinger commented Aug 29, 2017

Text relocations are forbidden for API 23+ so execmod can be strictly forbidden for API 23+ but is currently only forbidden for API 26+.

@thestinger thestinger changed the title from forbid text relocations for API level >= 23 rather than >= 26 to forbid execmod for API level >= 23 rather than >= 26 Aug 31, 2017

@thestinger thestinger changed the title from forbid execmod for API level >= 23 rather than >= 26 to forbid execmod for third party apps with API level >= 23 rather than >= 26 Aug 31, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment