Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

why did remove flag in EnableXposedHook #80

Open
EggUncle opened this issue Dec 6, 2018 · 0 comments
Open

why did remove flag in EnableXposedHook #80

EggUncle opened this issue Dec 6, 2018 · 0 comments

Comments

@EggUncle
Copy link

EggUncle commented Dec 6, 2018

// Adjust access flags.
const uint32_t kRemoveFlags = kAccNative | kAccSynchronized | kAccAbstract | kAccDefault | kAccDefaultConflict;
SetAccessFlags((GetAccessFlags() & ~kRemoveFlags) | kAccXposedHookedMethod);

in 'EnableXposedHook' , xposed remove some flags ,but why it did this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant