Retour aux promos
Code Analyzer

Outils de developpement

Gratuit

Code Analyzer

par 卿 徐

v1.9 12 Mo Universel 4+

Description

Code Analyzer — A native macOS decompiler and disassembler for APK, Jar, and Binaries.

Code Analyzer lets you open and explore binary files with ease. Whether you're a developer debugging a third-party library, a security researcher analyzing an APK, or a student learning about binary formats — Code Analyzer provides the tools you need in a fast, beautiful native app.

SUPPORTED FORMATS

• APK — Browse APK contents, explore DEX classes, decode resources.arsc
• Jar Archives — Open JAR, WAR, EAR, and AAR files with full .class decompilation
• Nested Archives — Click into nested ZIP, JAR, or APK files inside an archive to explore them in place

POWERFUL DECOMPILATION

• Native Java Decompiler — Built-in decompilation engine converts Java bytecode back into readable source code, entirely offline
• Dalvik/Smali — View DEX bytecode as smali disassembly when source-level decompilation isn't available
• Capstone Disassembly — Low-level disassembly for ELF binaries across multiple CPU architectures

DEVELOPER-FRIENDLY FEATURES

• File Tree Explorer — Navigate the full structure of archives and binaries in an intuitive sidebar
• Syntax Highlighting — View decompiled Java source, bytecode, and disassembly with rich syntax colors
• Symbol Browser — Search and browse class names, methods, and symbols across entire files
• Quick Open — Instantly jump to any file or class with fuzzy search
• Hex Viewer — Inspect raw binary data for any file or section
• Project Caching — Opened files are indexed and cached for instant reload on subsequent opens

BUILT FOR macOS

• 100% native SwiftUI interface — smooth, responsive, and right at home on your Mac
• Leverages modern Swift concurrency for fast, non-blocking analysis
• Lightweight — no Electron, no web views for the UI
• Works entirely offline — your files stay on your machine

Nouveautés (v1.9)

• New: full Mach-O support — open executables, dylibs and frameworks to browse headers, load commands, segments, sections and symbols.
• New: built-in disassembler with per-function navigation.
• New: branch-arrow gutter visualizes jumps and control flow alongside the assembly.
• Faster, smoother scrolling on large binaries.
• Minor fixes and polish.