deobfuscation

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeobfuscationCmd = &cobra.Command{
	Use:   "deobfuscation",
	Short: "Manage deobfuscation (mapping) files",
	Long: `Upload ProGuard/R8 mapping files or native debug symbols
to enable readable stack traces in crash reports.

This is essential for debugging production crashes when your
app uses code shrinking or obfuscation.`,
}

DeobfuscationCmd manages deobfuscation/mapping file uploads

Functions

This section is empty.

Types

type UploadResult

type UploadResult struct {
	VersionCode int64  `json:"version_code"`
	FileType    string `json:"file_type"`
	Status      string `json:"status"`
}

UploadResult represents the upload result

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL