500 ARTICLES

All guides · Page 3

Browse by topic, or search for a specific concept, tool or platform.

Protection products1 min

DexGuard: Android application protection

When evaluating DexGuard for Android app protection, assess code transformations separately from runtime checks.

Read the guide
Protection products1 min

iXGuard: iOS code hardening and RASP

Evaluate iXGuard against iOS build, signing and framework requirements.

Read the guide
Protection products1 min

Introducing Promon Shield for Mobile

Assess Promon Shield by integration method and runtime coverage when building an application-protection shortlist.

Read the guide
Protection products1 min

Appdome: a mobile application defense platform

When evaluating Appdome, establish how selected defenses enter the existing delivery pipeline.

Read the guide
Protection products1 min

Introducing Digital.ai Application Security

Define the platform and code scope of the proposed Digital.ai product. The product-family name alone does not establish protection of every application component.

Read the guide
Protection products1 min

The Zimperium MAPS product family

Do not treat MAPS as one control. Assess the questions answered by analysis, hardening and runtime components in separate evaluation entries.

Read the guide
Protection products1 min

Assessing Zimperium zShield

For code-hardening products such as zShield, identify the protected code types and post-build output.

Read the guide
Protection products1 min

Zimperium zDefend and runtime risks

Assess which device or application risks zDefend turns into which responses in each workflow.

Read the guide
Protection products1 min

DoveRunner and the former AppSealing name

Teams encountering DoveRunner and the older AppSealing name should first establish product and documentation continuity.

Read the guide
Protection products1 min

Introducing Talsec freeRASP

freeRASP is an option for teams assessing in-app security signals.

Read the guide
Protection products1 min

Introducing Talsec RASP+

Separate controls available in the free tier from the additional scope proposed for RASP+.

Read the guide
Protection products1 min

Approov: app attestation and API protection

Assess Approov through the relationship between application and API trust.

Read the guide
Protection products1 min

AppSweep mobile security testing

AppSweep supports mobile security assessment. Producing findings and embedding continuous protection into an application are different functions; choose tools…

Read the guide
Protection products1 min

Mobile threat visibility with ThreatCast

For services such as ThreatCast, event classification and context determine usefulness. The number of observed events is not a direct measure of prevented business loss.

Read the guide
Protection products1 min

Introducing Guardsquare App Attestation

Explain the boundaries where Guardsquare App Attestation evidence is generated and verified.

Read the guide
Protection products1 min

Appknox mobile application security testing

Prioritize test scope and verifiable findings when assessing Appknox. An automated report does not independently accept every workflow or runtime defense.

Read the guide
Protection products1 min

NowSecure mobile security assessment

Assess NowSecure through testing, evidence and integration with development. Preserve the relationship between the examined version and the final published package.

Read the guide
Protection products1 min

Introducing Quokka Q-mast

State which mobile risks Q-mast tests and under what conditions. Read its report alongside platform coverage and actual application behavior.

Read the guide
Protection products1 min

Ostorlab mobile security analysis

Analysis-platform output is a starting point. Teams must assess reachability, business impact and remediation evidence in application context.

Read the guide
Protection products1 min

Oversecured mobile application scanning

Oversecured output can support assessment of mobile code and configuration issues.

Read the guide
Protection products1 min

RootBeer: an Android root-checking library

RootBeer provides checks for Android root indicators. Adding it does not complete an Android app protection architecture or establish certain knowledge of device state.

Read the guide
Protection products1 min

IOSSecuritySuite: a Swift security library

IOSSecuritySuite is an option for Swift projects evaluating iOS security checks. Design how its results relate to server policy and legitimate usage.

Read the guide
Protection products1 min

Certificate pinning with TrustKit

TrustKit is a library to consider for pinning implementations. Assess integration alongside pin transitions, failure behavior and older application versions.

Read the guide
Protection products1 min

What is ProGuard, and can it replace RASP?

ProGuard transformations can affect analysis cost. Treating them as equivalent to integrity verification, root assessment or server enforcement creates incorrect…

Read the guide
Protection products1 min

Talsec AppiCrypt and server-side risk decisions

Assess how AppiCrypt connects mobile data to server risk decisions. The protocol, failure policy and business outcome matter alongside product descriptions.

Read the guide
Analysis tools2 min

Frida: mobile runtime analysis

Frida investigates the behavior of running applications. In app protection testing, the relevant question is which trust assumption and business outcome an authorized…

Read the guide
Analysis tools1 min

objection: exploring mobile runtime behavior

objection simplifies mobile runtime investigation. Its observations depend on specific device and application conditions, which the report should document.

Read the guide
Analysis tools2 min

MobSF: a mobile security analysis platform

MobSF can support a mobile analysis workflow. Follow automated findings with source or package evidence and impact assessment in an actual business flow.

Read the guide
Analysis tools2 min

Androguard: Android analysis with Python

Androguard helps teams incorporate Android packages into Python analysis and automation.

Read the guide
Analysis tools1 min

Inspecting Android code with JADX

JADX helps explain Android code structure. Its output is an interpretation of the compiled program, not a guaranteed reconstruction of the complete original source.

Read the guide
Analysis tools1 min

Apktool: Android resources and package inspection

Apktool can inspect package resources and related structures. Record that the examined artifact corresponds to the actual release package.

Read the guide
Analysis tools1 min

Analyzing mobile native code with Ghidra

Ghidra supports binary analysis of native mobile components. Interpret its static view against the actual architecture and execution context.

Read the guide
Analysis tools1 min

radare2: command-line binary analysis

radare2 provides tools for command-line binary inspection and automation. Record analysis steps and artifact versions during application-protection assessment.

Read the guide
Analysis tools1 min

The Rizin binary analysis toolkit

Useful Rizin output extends beyond function names. Connect data flows, reachable code and verification boundaries to actual application behavior.

Read the guide
Analysis tools1 min

Cutter: a graphical analysis environment for Rizin

Cutter helps organize binary investigation through a graphical interface. The meaning of displayed code still depends on analyst verification and architecture context.

Read the guide
Analysis tools1 min

Mobile binary inspection with Binary Ninja

Binary Ninja supports code and data-flow analysis in native mobile libraries. Higher-level representations provide hypotheses to test, not independent execution evidence.

Read the guide
Analysis tools1 min

IDA Pro: the disassembler and decompiler ecosystem

IDA Pro can help explain native code in mobile packages. Security conclusions require connecting decompiler output to real entry points and business impact.

Read the guide
Analysis tools1 min

JEB Decompiler and Android analysis

JEB is an option for Android application analysis. Treat protected-code readability and the effectiveness of a critical control as separate questions.

Read the guide
Analysis tools1 min

Inspecting Mach-O with Hopper

Hopper can support analysis of native iOS code. Read results alongside production signing, architecture and paths reachable during execution.

Read the guide
Analysis tools1 min

LIEF: executable-file analysis with Python

LIEF supports programmatic inspection of executable structures. Python automation should not silently turn unexpected formats or missing fields into successful results.

Read the guide
Analysis tools1 min

The Capstone disassembly engine

Capstone translates machine code into instruction representations. It is an engine for broader analysis tooling, not a complete security product.

Read the guide
Analysis tools1 min

The Unicorn CPU emulator

Unicorn is a CPU-emulation component. Investigating a bounded code region differs from representing an entire mobile operating system or physical-device security.

Read the guide
Analysis tools1 min

angr: symbolic analysis with Python

angr supports symbolic analysis and investigation of program behavior. Results for mobile binaries depend on the model, inputs and environmental assumptions.

Read the guide
Analysis tools1 min

pwntools: Python automation for security laboratories

pwntools can assist automation in authorized security laboratories. Keep scope, test data and evidence sensitivity explicit in app protection work.

Read the guide
Analysis tools1 min

Inspecting ELF and DWARF with pyelftools

pyelftools helps Python scripts inspect ELF and DWARF data. Reports must not confuse an absent field with proof of application security.

Read the guide
Analysis tools1 min

Automating radare2 with r2pipe

r2pipe connects radare2 output to automation. A reliable pipeline checks versions, command results and parsing failures; empty output is not successful analysis.

Read the guide
Analysis tools1 min

dex2jar: DEX and Java class tooling

dex2jar supports transformations between DEX and the Java class ecosystem for analysis.

Read the guide
Analysis tools1 min

What are smali and baksmali?

smali and baksmali support inspection at the DEX level. Focus on how a critical control is used within a workflow, beyond the readability of the representation.

Read the guide
Analysis tools1 min

Inspecting Android distribution packages with bundletool

bundletool helps evaluate Android distribution packages against device conditions. Security tests should cover actual installation structures as well as a universal APK.

Read the guide
Analysis tools2 min

Verifying APK signatures with apksigner

apksigner is a core tool for checking a final APK's signature information.

Read the guide