SCsVulLyzer Archives - Behaviour-Centric Cybersecurity Center (BCCC) /research/bccc/tag/scsvullyzer/ Thu, 23 May 2024 22:02:30 +0000 en-CA hourly 1 https://wordpress.org/?v=6.9.4 New Analyzer Alert! (SCsVulLyzer-V1.0) /research/bccc/2024/03/05/new-cybersecurity-analyzer-alert-scsvullyzer-v1-0/ Tue, 05 Mar 2024 19:14:03 +0000 /research/bccc/?p=1105 The Smart Contracts Vulnerability Analyzer (SCsVulLyzer) is a Python-based tool designed to analyze and extract key metrics from Ethereum smart contracts written in Solidity. It employs a suite of functions to dissect the contract's source code, compiling it to obtain its abstract syntax tree (AST), bytecode, and opcodes. The analyzer calculates entropy of the bytecode […]

The post New Analyzer Alert! (SCsVulLyzer-V1.0) appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
Proposed Genetic Algorithm-based model

The Smart Contracts Vulnerability Analyzer (SCsVulLyzer) is a Python-based tool designed to analyze and extract key metrics from Ethereum smart contracts written in Solidity. It employs a suite of functions to dissect the contract's source code, compiling it to obtain its abstract syntax tree (AST), bytecode, and opcodes. The analyzer calculates entropy of the bytecode to assess its randomness and security, determines the frequency of certain opcodes to understand the contract's complexity, and evaluates the usage of key Solidity keywords to gauge coding patterns...

The post New Analyzer Alert! (SCsVulLyzer-V1.0) appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>