I was trying to do some Reverse Engineering and came across this project.
I was also looking to try and understand the implementation of signRequest - am I correct to understand that instead of implementing the function, this project will load the shared lib (e.g. libsgmain.so) and then call the functions inside it?
Did you have any luck trying to understand the signing?
I was trying to do some Reverse Engineering and came across this project.
I was also looking to try and understand the implementation of
signRequest
- am I correct to understand that instead of implementing the function, this project will load the shared lib (e.g.libsgmain.so
) and then call the functions inside it?Did you have any luck trying to understand the signing?
Thanks