Frida introductory tutorial for engineers
Preface I know basically nothing about Android reverse engineering, which is why this column was created. Why start the column with Frida? the reason is simple: Therefore, I have also…
Preface I know basically nothing about Android reverse engineering, which is why this column was created. Why start the column with Frida? the reason is simple: Therefore, I have also…
OSLogIt is a new framework introduced by Apple in macOS 10.15 (Catalina) and iOS 15 for recording system logs. It provides a modern way to log applications and integrates very…
As a hook tool, fishhook is frequently used in iOS development. Understanding the basic principles of fishhook should be an essential skill for an advanced developer. Unfortunately, although I have…
In the world of software development, build tools are an integral part of the development process. They undertake the important task of converting source code into executable programs or libraries,…
MagicDrive main framework MagicDrive is essentially based on the idea of the Bevgen model. By using Road Map, Object Box, Prompt and other content that are more suitable for autonomous…
1 startup type Cold Launch What happens when you open the app for the first time or when you launch it again after it has been completely closed. During a…
Electronics has never been smooth sailing in the field of nuclear physics. The Large Hadron Collider, the world’s most powerful accelerator, produces so much data that recording it all has…
Recently, Electron 30.0.0 was officially released! You can npm install electron@latestinstall it via , or download it from Electron’s release site, read on for details on this release. 🔥 Major…
Swift is a statically typed language, which means that the type of every property, constant, and variable we declare needs to be specified at compile time. Typically, however, this is…
Vue 2 life cycle complete At the end of last year, Vue 2 released its last minor version upgrade, codenamed “Swan Song”. Vue 2 stopped open source maintenance and will…