kernel-strider icon indicating copy to clipboard operation
kernel-strider copied to clipboard

Adapt KernelStrider to the changes in struct module in kernel 4.5

Open euspectre opened this issue 9 years ago • 1 comments

Commit 7523e4dc5057 in the mainline kernel ("module: use a structure to encapsulate layout") moves module_core, core_text_size, etc., to a separate structure, same for "init".

KernelStrider uses these fields during the instrumentation, so it should be adapted to these changes.

euspectre avatar Mar 14 '16 09:03 euspectre

Fixed by commit 0482922180e2. The issue should remain open till a new version of KernelStrider is released that contains the fix.

euspectre avatar Mar 17 '16 08:03 euspectre