Hey there. I'm playing around with this and I'm unable to get it to finish. The error it leaves me with is:
In file included from ./lib/hook-functions.c:7:
./lib/arm/jump-patch.h:17:40: error: incompatible integer to pointer conversion
initializing 'void *' with an expression of type 'uint_tptr'
(aka 'unsigned int') [-Werror,-Wint-conversion]
struct assemble_ctx actx = {codep, pc, arch.pc_low_bit, 0xe};
_________________________________________^~
1 error generated.
Thanks for the cool stuff!
edit: disregard the underscores, needed them for the symbols to stay in place
Hey there. I'm playing around with this and I'm unable to get it to finish. The error it leaves me with is:
In file included from ./lib/hook-functions.c:7:
./lib/arm/jump-patch.h:17:40: error: incompatible integer to pointer conversion
initializing 'void *' with an expression of type 'uint_tptr'
(aka 'unsigned int') [-Werror,-Wint-conversion]
struct assemble_ctx actx = {codep, pc, arch.pc_low_bit, 0xe};
_________________________________________^~
1 error generated.
Thanks for the cool stuff!
edit: disregard the underscores, needed them for the symbols to stay in place