Alternatives to hevm

Compare hevm alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to hevm in 2026. Compare features, ratings, user reviews, pricing, and more from hevm competitors and alternatives in order to make an informed decision for your business.

  • 1
    Echidna

    Echidna

    Crytic

    Echidna is a Haskell program designed for fuzzing/property-based testing of Ethereum smart contracts. It uses sophisticated grammar-based fuzzing campaigns based on a contract ABI to falsify user-defined predicates or Solidity assertions. We designed Echidna with modularity in mind, so it can be easily extended to include new mutations or test specific contracts in specific cases. Generates inputs tailored to your actual code. Optional corpus collection, mutation and coverage guidance to find deeper bugs. Powered by Slither to extract useful information before the fuzzing campaign. Source code integration to identify which lines are covered after the fuzzing campaign. Interactive terminal UI, text-only or JSON output. Automatic test case minimization for quick triage. Seamless integration into the development workflow. Maximum gas usage reporting of the fuzzing campaign. Support for a complex contract initialization with Etheno and Truffle.
    Starting Price: Free
  • 2
    Solidity Fuzzing Boilerplate
    Solidity Fuzzing Boilerplate is a template repository intended to ease fuzzing components of Solidity projects, especially libraries. Write tests once and run them with both Echidna and Foundry's fuzzing. Fuzz components that use incompatible Solidity versions by deploying those into a Ganache instance via Etheno. Use HEVM's FFI cheat code to generate complex fuzzing inputs or to compare outputs with non-EVM executables while doing differential fuzzing. Publish your fuzzing experiments without worrying about licensing by extending the shell script to download specific files. Turn off FFI if you don't intend to make use of shell commands from your Solidity contracts. Note that FFI is slow and should only be used as a workaround. It can be useful for testing against things that are difficult to implement within Solidity and already exist in other languages. Before executing tests of a project that has FFI enabled, be sure to check what commands are actually being executed.
    Starting Price: Free
  • 3
    Mayhem

    Mayhem

    ForAllSecure

    Advanced fuzzing solution that combines guided fuzzing with symbolic execution, a patented technology from CMU. Mayhem is an advanced fuzz testing solution that dramatically reduces manual testing efforts with autonomous defect detection and validation. Deliver safe, secure, reliable software with less time, cost, and effort. Mayhem’s unique advantage is in its ability to acquire intelligence of its targets over time. As Mayhem’s knowledge grows, it deepens its analysis and maximizes its code coverage. All reported vulnerabilities are exploitable, confirmed risks. Mayhem guides remediation efforts with in-depth system level information, such as backtraces, memory logs, and register state, expediting issue diagnosis and fixes. Mayhem utilizes target feedback to custom generate test cases on the fly -- meaning no manual test case generation required. Mayhem offers access to all of its test cases to make regression testing effortless and continuous.
  • 4
    Tayt

    Tayt

    Crytic

    Tayt is a StarkNet smart contract fuzzer. We recommend using a Python virtual environment. When starting you will see the properties to be checked and the external functions used to generate a sequence of transactions. Eventually, if a property is violated a call sequence will be presented with the order of functions to be called, the respective arguments passed, the caller address, and the events emitted. With Tayt, you can test a contract that deploys other contracts.
    Starting Price: Free
  • 5
    Etheno

    Etheno

    Crytic

    Etheno is an Ethereum-testing, JSON RPC multiplexer, analysis tool wrapper, and test integration tool. It eliminates the complexity of setting up analysis tools like Echidna on large, multi-contract projects. If you are a smart contract developer, you should use Etheno to test your contracts. If you are an Ethereum client developer, you should use Etheno to perform differential testing on your implementation. Etheno runs a JSON RPC server that can multiplex calls to one or more clients. API for filtering and modifying JSON RPC calls. Enables differential testing by sending JSON RPC sequences to multiple Ethereum clients. Deploy to and interact with multiple networks at the same time. Integration with test frameworks like Ganache and Truffle. Run a local test network with a single command. Use our prebuilt Docker container to quickly install and try Etheno. Etheno can be used in many different ways and therefore, has numerous command-line argument combinations.
    Starting Price: Free
  • 6
    CodeRush

    CodeRush

    DevExpress

    Try your first CodeRush feature right now and see instantly just how powerful it is. Refactoring for C#, Visual Basic, and XAML, with the fastest test .NET runner available, next generation debugging, and the most efficient coding experience on the planet. Quickly find symbols and files in your solution and easily navigate to code constructions related to the current context. CodeRush includes the Quick Navigation and Quick File Navigation features, which make it fast and easy to find symbols and open files. Using the Analyze Code Coverage feature, you can discover what parts of your solution are covered by unit tests, and find the at-risk parts of your application. The Code Coverage window shows percentage of statements covered by unit tests for each namespace, type, and member in your solution.
    Starting Price: $49.99 one time payment
  • 7
    CodeSonar

    CodeSonar

    CodeSecure

    CodeSonar employs a unified dataflow and symbolic execution analysis that examines the computation of the complete application. By not relying on pattern matching or similar approximations, CodeSonar's static analysis engine is extraordinarily deep, finding 3-5 times more defects on average than other static analysis tools. Unlike many software development tools, such as testing tools, compilers, configuration management, etc., SAST tools can be integrated into a team's development process at any time with ease. SAST technologies like CodeSonar simply attach to your existing build environments to add analysis information to your verification process. Like a compiler, CodeSonar does a build of your code using your existing build environment, but instead of creating object code, CodeSonar creates an abstract model of your entire program. From the derived model, CodeSonar’s symbolic execution engine explores program paths, reasoning about program variables and how they relate.
  • 8
    IDA Pro

    IDA Pro

    Hex-Rays

    IDA Pro as a disassembler is capable of creating maps of their execution to show the binary instructions that are actually executed by the processor in a symbolic representation (assembly language). Advanced techniques have been implemented into IDA Pro so that it can generate assembly language source code from machine-executable code and make this complex code more human-readable. The debugging feature augmented IDA with the dynamic analysis. It supports multiple debugging targets and can handle remote applications. Its cross-platform debugging capability enables instant debugging, easy connection to both local and remote processes and support for 64-bit systems and new connection possibilities. IDA Pro allows the human analyst to override its decisions or to provide hints so that the analyst can work seamlessly and quickly with the disassembler and analyze binary code more intuitively.
  • 9
    dotPeek

    dotPeek

    JetBrains

    As soon as you've decompiled an assembly, you can save it as a Visual Studio project (.csproj). This can potentially save a lot of time if you need to restore lost source code from a legacy assembly. dotPeek can identify local source code based on PDB files, or fetch source code from source servers such as Microsoft Reference Source Center or SymbolSource. dotPeek can also perform as a symbol server and supply Visual Studio debugger with the information required to debug assembly code. dotPeek inherits a lot of features from ReSharper. These include contextual and context-insensitive navigation, usage search, as well as different code structure and hierarchy views. Use Find Usages to search for all usages of a symbol, be it a method, property, local variable or a different entity. The Find Results tool window lets you group usages, navigate between them, and open them in the code view area.
    Starting Price: Free
  • 10
    CI Fuzz

    CI Fuzz

    Code Intelligence

    CI Fuzz ensures robust and secure code with test coverage up to 100%. Use CI Fuzz from the command line or in the IDE of choice to generate thousands of test cases automatically. CI Fuzz analyzes code as it runs, just like a unit test, but with AI support to efficiently cover all paths through the code. Uncover real bugs in real-time and say goodbye to theoretical issues and false positives. Find real issues with all the information needed to quickly reproduce and fix them. Test your code with maximum code coverage and automatically detect typical security-relevant bugs like injections and remote code executions automatically in one go. Get fully covered to deliver the highest quality software. Conduct real-time code analysis with CI Fuzz. Take unit tests to the next level. It employs AI for comprehensive code path coverage and the automatic generation of thousands of test cases. Maximize pipeline performance that doesn't compromise software integrity.
    Starting Price: €30 per month
  • 11
    Polymath Token Studio
    Reserve your security token ticker symbol. Distribute, configure, and reserve your security token ticker symbol. Token Studio allows issuers to manage their security token. Connect your Polymesh Wallet to get started. Manage your Polymesh accounts outside of DApps. Injects the accounts and allows signing transactions for a specific account. Polymesh Token Studio uses the Polymesh Wallet extension to associate your profile and security token with your Polymesh account. This association allows your wallet to be the key to controlling your security token. In order to access the Polymesh Token Studio, you need to install the Polymesh Wallet. If you rejected the extension’s connection to Token Studio, try again by allowing this application access in the manage access section of the Polymesh Wallet.
  • 12
    SymbolHound

    SymbolHound

    SymbolHound

    SymbolHound is a search engine that doesn't ignore special characters. This means you can easily search for symbols like &, %, and π. We hope SymbolHound will help programmers find information about their chosen languages and frameworks more easily. SymbolHound is primarily a programming search engine. Searching for symbols is just not that useful for the average Internet user. Google could probably very easily do this, but it wouldn't make their search engine any better for the vast majority of their user base; in fact, it might make it worse. But for the small percentage of people who find themselves needing to search for special characters, Google is not useful. However, SymbolHound is a symbol search engine and is perfect for that query.
  • 13
    Cartesi

    Cartesi

    Cartesi

    Build smart contracts with mainstream software stacks. Take a productive leap from Solidity to the vast universe of software components supported by Linux. Enable million-fold computational scalability, data availability of large files and low transaction costs. All while preserving the strong security guarantees of Ethereum. From games where players conceal their data to Enterprise applications that run on sensitive data, preserve privacy on your DApps. Descartes executes massive computational tasks off-chain, on a Linux virtual machine fully specified by a smart contract. The results of the computations are fully verifiable and enforceable on-chain by honest Descartes node runners, preserving the strong security guarantees of the underlying blockchain. Defeat the scalability limits of Ethereum, with million-fold computational gains, while preserving the strong security guarantees of the blockchain.
  • 14
    Moonriver

    Moonriver

    Moonbeam Network

    Moonriver is a companion network to Moonbeam and provides a permanently incentivized canary network. New code ships to Moonriver first, where it can be tested and verified under real economic conditions. Once proven, the same code ships to Moonbeam on Polkadot. Quickly deploy your new or existing Solidity DApps to the Moonriver parachain — with little or no modifications — and gain easy access to the Kusama network. By mirroring Ethereum’s Web3 RPC, accounts, keys, subscriptions, logs, and more, Moonriver minimizes the changes required to run existing Solidity smart contracts on the network. Ethereum projects can simply replicate their DApp and deploy it to Moonbeam using Hardhat, Truffle, Remix, and other popular deployment tools. Quickly deploy your new or existing Solidity DApps to the Moonriver parachain — with little or no modifications — and gain easy access to the Kusama network.
  • 15
    OWASP WSFuzzer
    Fuzz testing or fuzzing is a software testing technique, that basically consists in finding implementation bugs using malformed/semi-malformed data injection in an automated fashion. Let’s consider an integer in a program, which stores the result of a user’s choice between 3 questions. When the user picks one, the choice will be 0, 1, or 2, which makes three practical cases. Integers are stored as a static size variable. If the default switch case hasn’t been implemented securely, the program may crash and lead to “classical” security issues. Fuzzing is the art of automatic bug finding, and its role is to find software implementation faults and identify them if possible. A fuzzer is a program that automatically injects semi-random data into a program/stack and detects bugs. The data-generation part is made of generators, and vulnerability identification relies on debugging tools. Generators usually use combinations of static fuzzing vectors.
  • 16
    Shiden

    Shiden

    Shiden

    Shiden Network is a multi-chain decentralized application layer on Kusama Network. Kusama Relaychain does not support smart contract functionality by design - Kusama Network needs a smart contract layer. This is where Shiden Network comes in. Shiden supports Ethereum Virtual Machine, WebAssembly, and Layer2 solutions from day one. The platform supports various applications like DeFi, NFTs and more. SDN token holders can stake their tokens on favorite dApps so that both nominators and the dApps developer can earn SDN tokens. If you are trying to deploy Solidity smart contracts, you have 2 ways to compile your smart contract: using Ethereum tools, or using Solang (a Solidity to WASM compiler). After compiling your contract, you can deploy it on our testnet, Dusty Network.
  • 17
    Apidog

    Apidog

    Apidog

    Apidog is a complete set of tools that connects the entire API lifecycle, helping R&D teams implement best practices for API Design-first development. Design and debug APIs in a powerful visual editor. Describe and debug easily with JSON Schema support. Automate API lifecycle with Apidog's test generation from API specs, visual assertion, built-in response validation, and CI/CD. Generate visually appealing API documentation, publish to custom domain or securely share with collaborative teams. Local and cloud mock engine generate reasonable mock data according to field names and specifications without writing scripts. Quality tools have the power to unite your entire team, while ensuring that no task is needlessly repeated. Effortlessly describe your API as you test it, and generate JSON/XML schemas with a simple click. Generate test cases from APIs, add assertions visually, and create test scenarios with branches and iterations easily.
    Starting Price: $9 per user per month
  • 18
    BitcoinOS

    BitcoinOS

    BitcoinOS

    BitcoinOS (BOS) is a modular, open source smart contract platform designed to bring scalable, interoperable, and programmable functionality to Bitcoin without altering its base layer. Utilizing zero-knowledge (ZK) proofs through its BitSNARK protocol, BOS enables the execution of smart contracts directly on Bitcoin's mainnet, facilitating decentralized applications (dApps), decentralized finance (DeFi), and trustless cross-chain interactions. BitcoinOS' architecture comprises three layers: the Bitcoin Core base layer, an execution layer that aggregates and compresses transactions, and a compute layer consisting of interoperable rollups called Execution Environment Modules (EEMs). These EEMs support various virtual machines, including Ethereum Virtual Machine (EVM) and Rust-based environments, allowing developers to build applications in multiple programming languages.
    Starting Price: Free
  • 19
    Neon EVM

    Neon EVM

    Neon EVM

    Neon EVM is an Ethereum Virtual Machine (EVM) empowering developers to build and deploy DApps seamlessly from EVM chains to Solana, all from their existing codebase. Leverage Neon EVM to deploy Solidity or Vyper contracts on Solana, tapping into high-speed, parallel processing, and reduced gas fees without retooling your Ethereum DApp. Experience seamless integration with Solana’s ecosystem using familiar EVM development tools, underpinned by Solana's robust infrastructure for unmatched scalability and efficiency. Neon EVM is where technical sophistication meets developer convenience, with robust compatibility with the EVM opcode set, enabling you to push the boundaries of dApp performance and innovation. Neon EVM provides parallel execution capabilities, enhancing transaction throughput and reducing latency for your DApps since it capitalizes on Solana's unique transaction ordering mechanism. Neon EVM redefines state storage.
  • 20
    Boba

    Boba

    Boba

    Boba is a next-generation Ethereum Layer 2 Optimistic Rollup scaling solution that reduces gas fees, improves transaction throughput, and extends the capabilities of smart contracts. Boba offers fast exits backed by community-driven liquidity pools, shrinking the Optimistic Rollup exit period from seven days to only a few minutes, while giving LPs incentivized yield farming opportunities. Boba’s extensible smart contracts will enable developers across the Ethereum ecosystem to build dApps that invoke code executed on web-scale infrastructure such as AWS Lambda, making it possible to use algorithms that are either too expensive or impossible to execute on-chain. We’re building Boba in a way that puts our users and developers first. Our goal is to build a pragmatic L2 that is the first step towards opening Ethereum to the next Billion users. Join us on our mission and help grow the community.
  • 21
    SucceedSmart

    SucceedSmart

    SucceedSmart

    A platform that attracts and represents diverse talent. Candidate videos provide deep insights into executives. Reduced time-to-hire utilizing proprietary AI. Quality candidates via the powerful combination of AI tech and a human touch. Very affordable with costs about one-third of traditional executive search. Find your next A-player with this affordable and unbiased recruiting platform. SucceedSmart will help you find your next future-ready executive using modern executive recruiting strategies. SucceedSmart symbolizes the bright future of a reimagined executive search framework, contributing inspiration and innovation to the marketplace, while simultaneously meeting the needs of today’s companies and the future-ready leaders they’re looking to recruit. SucceedSmart’s mission is simple, we’re in the business of making connections. We understand that the best executive-level opportunities come from the best connections.
  • 22
    XCTest

    XCTest

    Apple

    Create and run unit tests, performance tests, and UI tests for your Xcode project. Use the XCTest framework to write unit tests for your Xcode projects that integrate seamlessly with Xcode's testing workflow. Tests assert that certain conditions are satisfied during code execution, and record test failures (with optional messages) if those conditions aren’t satisfied. Tests can also measure the performance of blocks of code to check for performance regressions and can interact with an application's UI to validate user interaction flows. A test method is a small, self-contained method that tests a specific part of your code. A test case is a group of related test methods. Add test cases and test methods to a test target to confirm that your code performs as expected. The primary class for defining test cases, test methods, and performance tests. An abstract base class for creating, managing, and executing tests.
    Starting Price: Free
  • 23
    Tenderly

    Tenderly

    Tenderly

    Comprehensive Ethereum developer platform for real-time monitoring, alerting, debugging, and simulating Smart Contracts. Sort and group transactions by any parameter you want and make it easier to explore and analyze robust data. Inspect the transaction execution with a couple of clicks and instantly find the line your transaction reverted on. See the state of your contract at any point in a transaction and explore state changes in a granular view. Visualize and analyze the behavior of your Smart Contract to spot patterns and gain a deeper insight into transaction data. Any time an event triggers your custom set of rules you will receive a notification on your favorite channels like Slack, Email, PagerDuty, etc. Get a granular gas usage breakdown to help you optimize your Smart Contracts and lower the gas cost of your transactions. Know how your transactions will behave before you execute them, estimate the gas usage and test potential bug fixes.
    Starting Price: $80 per month
  • 24
    FuzzDB

    FuzzDB

    FuzzDB

    FuzzDB was created to increase the likelihood of finding application security vulnerabilities through dynamic application security testing. It's the first and most comprehensive open dictionary of fault injection patterns, predictable resource locations, and regex for matching server responses. FuzzDB contains comprehensive lists of attack payload primitives for fault injection testing. These patterns, categorized by the attack and where appropriate platform type, are known to cause issues like OS command injection, directory listings, directory traversals, source exposure, file upload bypass, authentication bypass, XSS, HTTP header crlf injections, SQL injection, NoSQL injection, and more. For example, FuzzDB catalogs 56 patterns that can potentially be interpreted as a null byte and contains lists of commonly used methods and name-value pairs that trigger debug modes.
    Starting Price: Free
  • 25
    Boofuzz

    Boofuzz

    Boofuzz

    Boofuzz is a fork of and the successor to the venerable Sulley fuzzing framework. Besides numerous bug fixes, Boofuzz aims for extensibility. Like Sulley, Boofuzzincorporates all the critical elements of a fuzzer like easy and quick data generation, instrumentation and failure detection, target reset after failure, and recording of test data. Much easier install experience and support for arbitrary communications mediums. Built-in support for serial fuzzing, ethernet- and IP-layer, UDP broadcast. Better recording of test data, consistent, thorough, and clear. Test result CSV export and extensible instrumentation/failure detection. Boofuzz installs as a Python library used to build fuzzer scripts. It is strongly recommended to set up Boofuzz in a virtual environment.
    Starting Price: Free
  • 26
    All Symbol Keyboard
    Amazing custom fonts, symbols, and emoticons (kaomoji) that work in any app. Works with Instagram, WhatsApp, Snapchat, and many more apps! Just open all keyboard symbols and fonts and type away. Are you looking for some nice symbols to decorate your Keyboard, Facebook, Instagram or Twitter posts and comments, or maybe to brighten up your username? We've got them for you, making it more fun! All symbol cursive keyboard helps you get fancy letters, special characters, special symbols, and emoticons right in your extension keyboard, such as hearts, flowers, stars, arrows, currency, degrees, checkmarks, math, PI, infinity, copyright, TM, and many many more.
    Starting Price: $5.99 per month
  • 27
    LADDER EDITOR
    Thanks to its user-friendly features based on the distinctive functions of the Windows® operating system, such as icons, menu bar, and mouse operation. Such operations as cut, copy, paste, and save can be done in the same way as on other Windows® based software. Execution of various commands and input of ladder symbols can be easily performed using a mouse. The features of LADDER EDITOR for Windows® help users program efficiently.
  • 28
    Code Intelligence

    Code Intelligence

    Code Intelligence

    Our platform uses various security techniques, including coverage-guided and feedback-based fuzz testing, to automatically generate millions of test cases that trigger hard-to-find bugs deep within your application. This white-box approach protects against edge cases and speeds up development. Advanced fuzzing engines generate inputs that maximize code coverage. Powerful bug detectors check for errors during code execution. Uncover true vulnerabilities only. Get the input and stack trace as proof, so you can reliably reproduce errors every time. AI white-box testing uses data from all previous test runs to continuously learn the inner-workings of your application, triggering security-critical bugs with increasingly high precision.
  • 29
    Floor Plan Creator

    Floor Plan Creator

    Floor Plan Creator

    Move rooms and symbols with mouse or set their sizes and distances numerically when high precision is required. Use your mobile device on location and complete the work on your computer at the office. See your project in 3D, as many floors as you need. Camera can be freely positioned. Create detailed and precise floor plans. See them in 3D or print to scale. Add furniture to design interior of your home. Have your floor plan with you while shopping to check if there is enough room for a new furniture. Native Android version and HTML5 version available that runs on any computer or mobile device. Projects can have multiple floors with rooms of any shape (straight walls only). Import existing plan and use it as a template. Automatic calculation of room, walls and level area; perimeter; counts of symbols. Symbol library: doors, windows, furniture, electrical, fire survey. User symbol library, where you can store rooms, symbols (also grouped) and labels for quick reuse.
    Starting Price: $5 per year
  • 30
    GoLand

    GoLand

    JetBrains

    On-the-fly error detection and suggestions for fixes, quick and safe refactorings with one-step undo, intelligent code completion, dead code detection, and documentation hints help all Go developers, from newbies to experienced professionals, to create fast, efficient, and reliable code. Exploring and understanding team, legacy, or foreign projects takes a lot of time and effort. GoLand code navigation helps you get around with instant switching to shadowed methods, implementations, usages, declarations, or interfaces implemented by types. Jump between types, files or any other symbols, or find their usages and examine them with convenient grouping by usage type. Powerful built-in tools help to run and debug your applications. You can write and debug tests without any additional plugins or configuration effort, and test your applications right in the IDE. A built-in Code Coverage tool will make sure that your tests don’t miss anything important.
    Starting Price: $199 per user per year
  • 31
    ObjectSecurity BinLens
    Conventional cybersecurity approaches are insufficient to protect today’s IT/OT/ICS software and devices. SBOM generation is limited to detecting only known vulnerabilities in published software. Source code analysis and static application security testing (SAST) produce too many false-positives, slowing down remediation. Network scanning fails in cases where devices are not connected to the network. Unlock deeper security insights with BinLens™— your all-in-one solution for advanced binary analysis. BinLens™ (formerly ObjectSecurity OT.AI Platform) uses an integrated approach, combining multiple techniques to uncover potential zero-days with unmatched precision. Powered by automated symbolic execution, it excels at detecting memory-safety violations and other undefined behaviors in binary programs, delivering a dramatically lower false-positive rate than competing tools. BinLens™ automates key manual reverse engineering tasks like static analysis, disassembly, and decompilation.
  • 32
    CircuitLab

    CircuitLab

    CircuitLab

    Easy-wire mode lets you connect elements with fewer clicks and less frustration. Unit-aware expression evaluation lets you plot arbitrary signals of interest, such as differential signals or power dissipation. In-browser simulation and plotting lets you design and analyze faster, making sure your circuit works before ever picking up a soldering iron. Advanced simulation capabilities include frequency-domain (small signal) simulation, stepping circuit parameters through a range, arbitrary Laplace transfer function blocks, and more. Work with multiple signals easily with configurable plotting windows, vertical and horizontal markers, and calculations on signals. Draw generic rectangular symbols for IC or system-level wiring diagrams with just a few clicks.
    Starting Price: $24 per year
  • 33
    Google OSS-Fuzz
    OSS-Fuzz offers continuous fuzzing for open source software. Fuzz testing is a well-known technique for uncovering programming errors in software. Many of these detectable errors, like buffer overflow, can have serious security implications. Google has found thousands of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components, and we now want to share that service with the open source community. OSS-Fuzz aims to make common open source software more secure and stable by combining modern fuzzing techniques with scalable, distributed execution. Projects that do not qualify for OSS-Fuzz can run their own instances of ClusterFuzz or ClusterFuzzLite. Currently, OSS-Fuzz supports C/C++, Rust, Go, Python, and Java/JVM code. Other languages supported by LLVM may work too. OSS-Fuzz supports fuzzing x86_64 and i386 builds.
    Starting Price: Free
  • 34
    TinyCAD

    TinyCAD

    TinyCAD

    TinyCAD is a an open source program for drawing circuit diagrams which runs under Windows. Do not pay for TinyCAD, it is free and always will be. There are no licensed sellers of TinyCAD. Creating libraries of circuit symbols in TinyCAD is easy, but time-consuming. If you have some symbols you feel might benefit other TinyCAD users, then why not upload the symbols to this site to allow other users to download them? The TinyCAD manual is included in the installer but can also be read on-line as part of the TinyCAD wiki. If you feel this manual could be updated in any way, then please go-ahead and edit the Wiki for the benefit of others. There are tutorials on the Github site on how to edit Wikis.
  • 35
    Jazzer

    Jazzer

    Code Intelligence

    Jazzer is a coverage-guided, in-process fuzzer for the JVM platform developed by Code Intelligence. It is based on libFuzzer and brings many of its instrumentation-powered mutation features to the JVM. You can use Docker to try out Jazzer's autofuzz mode, which automatically generates arguments to a given Java function and reports unexpected exceptions and detected security issues. You can also use GitHub release archives to run a standalone Jazzer binary that starts its own JVM configured for fuzzing.
    Starting Price: Free
  • 36
    Medved Trader

    Medved Trader

    Medved Trader

    Track portfolios, show charts with technical indicators, monitor time & sales, all in real-time using any one (or several) of the supported data sources. Flexible and fully customizable charting, with all the various chart types, indicators, annotations and alerts that active traders require. See where your current orders and positions are, create a new order, drag pending orders with a mouse to a new price, see them execute, all from the chart. Detect multiple candle patterns in real-time on charts and incorporate chart pattern detection in real-time scans. A complete set of patterns with various tweaking parameters. A full-featured alert system that includes fully configurable alerts on single symbols, multi-symbol, portfolios, and news. Trendline alerts on charts are also available. Streaming and snapshot news from multiple sources show up on the portfolios. Trade and monitor your accounts from inside the program using any of the brokers to which Medved Trader connects.
    Starting Price: $19.99 per month
  • 37
    DataMelt

    DataMelt

    jWork.ORG

    DataMelt (or "DMelt") is an environment for numeric computation, data analysis, data mining, computational statistics, and data visualization. DataMelt can be used to plot functions and data in 2D and 3D, perform statistical tests, data mining, numeric computations, function minimization, linear algebra, solving systems of linear and differential equations. Linear, non-linear and symbolic regression are also available. Neural networks and various data-manipulation methods are integrated using Java API. Elements of symbolic computations using Octave/Matlab scripting are supported. DataMelt is a computational environment for Java platform. It can be used with different programming languages on different operating systems. Unlike other statistical programs, it is not limited to a single programming language. This software combines the world's most-popular enterprise language, Java, with the most popular scripting language used in data science, such as Jython (Python), Groovy, JRuby.
    Starting Price: $0
  • 38
    go-fuzz

    go-fuzz

    dvyukov

    Go-fuzz is a coverage-guided fuzzing solution for testing Go packages. Fuzzing is mainly applicable to packages that parse complex inputs (both text and binary) and is especially useful for hardening systems that parse inputs from potentially malicious users (anything accepted over a network). go-fuzz has recently added preliminary support for fuzzing Go Modules. If you encounter a problem with modules, please file an issue with details. Data is a random input generated by go-fuzz, note that in most cases it is invalid. The function must return 1 if the fuzzer should increase the priority of the given input during subsequent fuzzing if the input must not be added to the corpus even if it gives new coverage, and 0 otherwise; other values are reserved for future use. The fuzz function must be in a package that go-fuzz can import. This means the code you want to test can't be in package main. Fuzzing internal packages is supported, however.
    Starting Price: Free
  • 39
    CX-Programmer
    CX-Programmer, the programming software for all Omron's PLC series, is fully integrated into the CX-One software suite. CX-Programmer includes a wide variety of features to speed up the development of your PLC program. New parameter-setting dialogues reduce setup time, and with standard function blocks in IEC 61131-3 structured text or conventional ladder language, CX-Programmer makes the development of PLC programs a simple drag & drop configuration. Create advanced programs using data blocks of identical data types (Arrays), or different data types (Structures). Member symbols of the new User Defined Type can be simply accessed from the program. Symbol creation becomes quicker as memory allocation and management is automatic, and you can easily monitor all member symbols in the Watch Window just by using their name. Using Structures and Arrays as In / Out variables for a Function Block provides simple passing of many parameters in a uniform layout.
  • 40
    ScenePD

    ScenePD

    Trancite

    More than 1300 intelligent drag-and-drop symbols. Structures, Streets and symbols know how to interact with one another. Multiple affordable licensing options available. Label, annotate, and diagram over the top of images.
  • 41
    FlowBreeze

    FlowBreeze

    BreezeTree Software

    FlowBreeze flowchart software is a Microsoft® Excel® add-in that automates the process of making flowcharts by generating flowchart shapes from your text. FlowBreeze lets you create flowcharts by just typing. You simply type in each flowchart step, and press Enter. The text is replaced by a flow chart symbol. Formatting is applied, symbols are aligned, and a connector arrow is added automatically. Wouldn't it be great if there were a way you could create flow charts that was as effortless as typing? A flow chart tool that picks the flowchart symbol for you based on the words you type? A flow chart tool that adds connectors between the flowchart symbols for you? A flow chart tool that integrates seamlessly into Microsoft Office, so anyone can edit and maintain flowcharts?
    Starting Price: $59.95 per license
  • 42
    BNB Smart Chain (BSC)

    BNB Smart Chain (BSC)

    BNB Chain (Binance)

    BNB Smart Chain (BSC) is a blockchain platform developed by Binance, designed to enable decentralized applications (dApps) and smart contracts. It operates as a parallel chain to Binance Chain, combining high-speed transactions with the programmability of Ethereum-compatible smart contracts. BSC uses a Proof-of-Staked-Authority (PoSA) consensus mechanism, which enhances scalability and efficiency while reducing transaction costs. It is compatible with the Ethereum Virtual Machine (EVM), allowing developers to easily port dApps and projects from Ethereum. BSC has become a popular choice for decentralized finance (DeFi), gaming, and NFT ecosystems, offering users a fast, low-cost, and secure platform for blockchain-based innovations.
  • 43
    Grammatech Proteus
    Proteus is an advanced software testing system for automatically finding and fixing vulnerabilities, with no false alarms, aimed at development groups, testing organizations, and cybersecurity teams. It discovers vulnerabilities that could be triggered by potentially malicious files or network inputs, including many common entries in the Common Weakness Enumeration (CWE). The tool supports Windows and Linux native binaries. By integrating and simplifying the use of state-of-the-art tools for binary analysis and transformation, Proteus lowers the costs and increases the efficiency and effectiveness of software testing, reverse engineering, and maintenance. Binary analysis, mutational fuzzing, and symbolic execution without the need for source code, and a professional-grade user interface for result aggregation and presentation. Advanced exploitability reporting and reasoning capability, and deployment in a virtualized environment or on a host system.
    Starting Price: Free
  • 44
    Sourcetrail

    Sourcetrail

    Coati Software

    Sourcetrail is an interactive source explorer that simplifies navigation in existing source code by indexing your code and gathering data about its structure. Sourcetrail then provides a simple interface consisting of three interactive views, each playing a key role in helping you obtain the information you need. Search: Use the search field to quickly find and select indexed symbols in your source code. The autocompletion box will instantly provide an overview of all matching results throughout your codebase. Graph: The graph displays the structure of your source code. It focuses on the currently selected symbol and directly shows all incoming and outgoing dependencies to other symbols. Code: The Code view displays all source locations of the currently selected symbol in a list of code snippets. Clicking on a different source location allows you to change the selection and dig deeper.
    Starting Price: $195.00/one-time/user
  • 45
    Honggfuzz
    Honggfuzz is a security-oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW-based). It’s multi-process and multi-threaded, there’s no need to run multiple copies of your fuzzer, as Honggfuzz can unlock the potential of all your available CPU cores with a single running instance. The file corpus is automatically shared and improved between all fuzzed processes. It’s blazingly fast when the persistent fuzzing mode is used. A simple/empty LLVMFuzzerTestOneInput function can be tested with up to 1mo iteration per second on a relatively modern CPU. Has a solid track record of uncovered security bugs, the only (to date) vulnerability in OpenSSL with the critical score mark was discovered by Honggfuzz. As opposed to other fuzzers, it will discover and report hijacked/ignored signals from crashes (intercepted and potentially hidden by a fuzzed program).
    Starting Price: Free
  • 46
    Telerik JustMock

    Telerik JustMock

    Progress Telerik

    JustMock allows you to easily isolate your testing scenario and lets you focus on the logic you want to verify. It integrates seamlessly with your favorite unit testing framework and makes unit testing and mocking simple and fast. Mock everything like non-virtual methods, sealed classes, static methods and classes, as well as non-public members and types everywhere even members of MsCorLib. The perfect tool for unit testing your .NET code whether you're dealing with complex and hard to maintain legacy code or code written with best practices in mind. From finding what arguments your mock object is called with to why it’s not called or why it’s called repeatedly, the JustMock Debug Window helps you find the answers you are looking for while debugging your unit tests. JustMock allows you to receive critical feedback about the completeness and thoroughness of your unit tests—an absolute must for any organization that strives for high-quality code.
    Starting Price: $399 per developer
  • 47
    Assembly

    Assembly

    Assembly

    Assembly language is a low-level computer programming language that is used to directly control the hardware of a computer system. It consists of symbols and words that represent specific instructions to the processor. Assembly language is often used to optimize programs written in higher-level languages, as it can provide a more efficient way to access memory and other resources.
  • 48
    Radamsa

    Radamsa

    Aki Helin

    Radamsa is a test case generator for robustness testing or fuzzer. It is typically used to test how well a program can withstand malformed and potentially malicious inputs. It works by reading sample files of valid data and generating interestingly different outputs from them. The main selling points of Radamsa are that it has already found a slew of bugs in programs that actually matter, it is easily scriptable, and, easy to get up and running. Fuzzing is one of the techniques to find unexpected behavior in programs. The idea is simply to subject the program to various kinds of inputs and see what happens. There are two parts to this process: getting the various kinds of inputs and how to see what happens. Radamsa is a solution to the first part, and the second part is typically a short shell script. Testers usually have a more or less vague idea of what should not happen, and they try to find out if this is so.
    Starting Price: Free
  • 49
    Artlandia LivePresets
    Artlandia LivePresets is a plug-in for Adobe Illustrator. Instantly create live pattern swatches or symbols and start editing them with your favorite Illustrator tools. All linked artwork updates interactively as you edit. Once you try the live editing, you will never want to edit your swatches or symbols any other way.
  • 50
    BlackBoxStocks

    BlackBoxStocks

    BlackBoxStocks

    We are distinctly different than any other trading system on the market. Our system automatically posts symbols alerting you to explosive opportunities in the market in real time. Long before the market opens, our trading system uses proprietary algorithms that alert you to the most active stocks and options. Once an alert is posted, you can click on the symbol and find out why the stock received an alert. Use our live charting tool and proprietary volatility indicator to see which stocks are breaking out and posting the biggest gains. Our system continuously scans the NASDAQ, New York Stock Exchange, CBOE and all other options markets analyzing over 8,000 stocks, and up to 900,000 options contracts multiple times per second. Our algorithms are similar to those used in extremely profitable ‘high frequency trading’ (HFT) strategies.
    Starting Price: $99.97 per month