Skip to content

Instantly share code, notes, and snippets.

@JonCooperWorks
Last active July 31, 2018 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonCooperWorks/7716c77d6a5086291cd8afb741c0372f to your computer and use it in GitHub Desktop.
Save JonCooperWorks/7716c77d6a5086291cd8afb741c0372f to your computer and use it in GitHub Desktop.
# invoke-virtual invokes a method of an object.
# This line adds a certificate hash to the CertificatePinner.Builder.
invoke-virtual {v2, v3, v4}, Lokhttp3/CertificatePinner$Builder;->add(Ljava/lang/String;[Ljava/lang/String;)Lokhttp3/CertificatePinner$Builder;
# move-result-object moves the result of a method invocation to a particular register.
move-result-object v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment