+Ch0pin🕷️·May 14, 2024Fuzzing Android binaries using AFL++ Frida ModeYou might find this to be a fitting prologue to my earlier post on Creating and using JVM instances in Android C/C++ applications… and you…
+Ch0pin🕷️·Feb 18, 2024Ghost files in the shared preferencesHave you ever encountered an exceptionally clever bug, only to be thwarted by an unforeseen obstacle just moments before exploiting it…A response icon1A response icon1
+Ch0pin🕷️·Aug 30, 2023Creating and using JVM instances in Android C/C++ applicationsConsidering the reader’s interest in this post, it’s reasonable to assume a certain level of familiarity with JNI and its usage. For those…
+Ch0pin🕷️·Mar 1, 2023Wireless pairing and device mirroring in Android StudioHaving your mobile devices cable-connected can be challenging sometimes.A response icon1A response icon1
+Ch0pin🕷️·Aug 26, 2022Practical ARM64 (Subroutines)Calling subroutines in higher level programming languages is trivial, the developer has simply to reference the name of a subroutine, give…
+Ch0pin🕷️·Aug 16, 2022Practical ARM64 (selections and loops)So far we went trough the most important instructions of the AArch64 instruction set and it is time to move to something more practical. In…
+Ch0pin🕷️·Aug 4, 2022ARM 64 Assembly Series — Data Processing (Part 2)Previous posts: Basic definitions and registers, lab setup, offset and addressing modes, Load And Store, Branch, Data Processing Part 1A response icon1A response icon1
+Ch0pin🕷️·Aug 1, 2022ARM 64 Assembly Series — Data Processing (Part 1)Previous posts: Basic definitions and registers, lab setup, offset and addressing modes, Load And Store, Branch
+Ch0pin🕷️·Jul 21, 2022ARM 64 Assembly Series — BranchPrevious posts: Basic definitions and registers, lab setup, offset and addressing modes, Load And Store
+Ch0pin🕷️·Jul 14, 2022ARM 64 Assembly Series — Load and StorePrevious posts: Basic definitions and registers, lab setup, offset and addressing modes