Sparcv8 (leon)#568
Open
atlas0fd00m wants to merge 20 commits into
Open
Conversation
* dynamic dialog box helper * actually do something with defaults, and update docstr to help. * warning and informational messages too. * bugfixes in QtCore and other imports * cleanup and additions to the README * oops, removed this prematurely. * cleanup example gui extension * Update README.md thanks @williballenthin! Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com> Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
* cleaning things up a tad * got some of the remote stuff working again * parseOpcode speedup * Copy over convert file and fix and start of remote tests * probably shouldn't crash * spelling and add a REF_CODE xref on emulation discovered function calls * Remote tests and other location fixes * test fun * make the remote test a little less finicky * heh. forgot to remove the post mortem * cleanup, logging, and back out parseOpcode change for another PR * derp * actually, ya know, use the port * whoops * cleaning up, suppressing some dumb qt messages, and a string display annoyance * forgot this * cleanup per atlas
# Conflicts: # README.md # vivisect/qt/funcgraph.py # vivisect/qt/remote.py # vivisect/remote/server.py # vivisect/tests/linux_arm_sh_data.py # vivisect/tests/testremote.py # vivisect/tests/testvivisect.py # vtrace/tests/__init__.py
WIP - SPARC v8 leon
# Conflicts: # envi/__init__.py
invisig0th
requested changes
Jul 25, 2024
invisig0th
left a comment
Contributor
There was a problem hiding this comment.
This needs some unit tests to do basic smoke testing of the instruction decoder logic
| import queue | ||
| import logging | ||
| import argparse | ||
| import binascii |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
SPARC V8 Envi Architecture (thanks @murrayma and @sprout42)