PromptBase
Upgrade
Close icon
General
Home
Marketplace
Create
Hire
Login
Chat
Sell
Explore

Prompt Details

Model
(claude-4-7-opus)
Token size
288
Example input
[BYTECODE]: 0x6080604052348015600f57600080fd5b506004361060285760003560e01c80638cc5c3c314602d575b600080fd5b60336047565b604051603e91906067565b60405180910390f35b6000548156 [COMPILER_VERSION]: Solidity v0.8.20 via EVM Shanghai target [ANALYSIS_DEPTH]: Decompile functions, map storage slots, and check for unprotected state modification opcodes
Example output
1. BYTECODE DECONSTRUCTION & SECTIONS * Bytecode Type: Runtime Execution Code Segment * Entry Architecture: Standard 4-byte selector routing table detected. * Section Breakdown: The preamble establishes the free memory pointer via standard PUSH1 0x80 PUSH1 0x40 MSTORE sequence. 2. OPCODE MAPPING & DUAL-LOGIC PATTERNS * Function Routing: The sequence 3560e01c80638cc5c3c314 handles calldata loading and shifting to extract the function identifier. * Active Function Matches: Hash 0x8cc5c3c3 maps directly to the standard public getter function signature. * Storage Operations: The opcode sequence 600054 uses SLOAD to fetch data directly from storage slot zero, followed by a swap operation to prepare the stack for execution return. * Flow Control: JUMP and JUMPI operations route execution to destination offsets cleanly without encountering unmapped invalid destinations. 3. SECURITY RISK & COMPILER ANOMALIES * RISK EVALUATION: LOW RISK * State Modification Audit: The contract utilizes basic reading opcodes (SLOAD) inside the active branch execution. No unauthorized SSTORE (Storage Write) markers are exposed in the analyzed public selector tree path, confirming the state remains immutable during this specific execution cycle. * Backdoor Audit: No dangerous DELEGATECALL or SELFDESTRUCT opcodes are embedded within the provided runtime sequence, eliminating common baseline hijacking risks. 4. GAS & ASSEMBLY OPTIMIZATION NOTES * The deployment properly utilizes the modern compiler push updates. The execution path efficiently retains stack elements rather than executing duplicate PUSH sequences, showing optimized low-level compilation patterns.
🌀 Claude

The Evm Bytecode Opcode Analyzer

Add to Cart
Instant accessInstant access
Usage rightsCommercial use
Money-back guaranteeMoney‑back
By purchasing this prompt, you agree to our terms of service
CLAUDE-4-7-OPUS
Tested icon
Guide icon
4 examples icon
Free credits icon
Deconstruct raw EVM runtime bytecode instantly. Engineered for Web3 security researchers, MEV searchers, and senior DeFi auditors, this elite prompt reverse-engineers unverified contract bytes directly from the low-level stack. It maps execution pathways (JUMP, SSTORE, SLOAD) and isolates dangerous anomalies like hidden backdoors, malicious state modifications, or compiler exploits, turning raw hex data into a clean, professional cybersecurity audit report. Perfect for deep technical analysis.
...more
Added 4 days ago
Report
Browse Marketplace