This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Fix documentation typo in ManticoreBase#1492
Merged
Merged
Conversation
feliam
approved these changes
Jul 22, 2019
ekilmer
added a commit
that referenced
this pull request
Aug 27, 2019
* master: Improve performance of bulk read/writes to memory (#1509) Fixes ConstraintSet.new_bitvec size check (#1511) Fix operators.ORD for BitVecs of size > 8 (#1512) Removed redeclared smtlibv2 tests (#1513) Update manticore.py (#1508) Improve smemory tests (#1506) Manticore 0.3.1 (#1503) Optimize repeated division in CMPXCHG8B (#1501) Detecting the use of BALANCE in a strict comparison (#1481) Initial master merge into experimental state merging for native (#1482) Update crackme example to match the description (#1502) Add SHL/SHR/SAR (#1498) Add deprecation warnings for outdated API members (#1500) Patching STAICCALL (#1494) WIP: Support lsr.w on ARMv7 THUMB (#1363) Update evm examples (#1486) Logic Bomb Bugfixes (#1485) Add error for unsupported solc versions (#1488) Fix documentation typo in ManticoreBase (#1492) Add crytic-compile support (#1406)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've spotted the typo while reading the docs.
This change is