James Gross efd49c4dc3 Elf/Intel/Codeblocks fixes (#411)
* missing instr

* more tweaks while I track down some of these graph build messages

* another sprawling commit. Lots of cleanup. decoding fix for intel, qgraphtree fix atlas pointed out that I had initially mised, more better thunk detection, slightly more accurate emucode, and working on but not finished elf relocation additions

* back that out for now

* more tweaks as I try and get elf tests passing again

* tons of test data mostly and a reloc fix

* test update

* Make it slick thanks to willi

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>

* clean up a bunch of exception related stuff and doc the new function thunker

* Update vivisect/parsers/elf.py

adding in a comment for @rakuy0 so i can approve this.

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
Co-authored-by: atlas0fd00m <atlas@r4780y.com>
2021-08-19 16:33:01 -04:00
2021-06-15 14:53:59 -04:00
2021-08-19 16:33:01 -04:00
2021-08-19 16:33:01 -04:00
2021-08-11 08:52:11 -04:00
2021-07-06 10:54:26 -04:00
2021-07-31 00:09:44 -04:00
2021-05-03 17:43:10 -04:00
2020-09-08 13:00:06 -04:00
2014-11-14 13:56:06 -05:00
2019-07-03 13:09:44 -04:00
2021-05-03 17:43:10 -04:00
2014-11-14 16:49:20 -05:00
2014-11-14 14:05:46 -05:00
2021-06-15 14:53:59 -04:00
2021-05-03 17:43:10 -04:00
2021-06-15 14:53:59 -04:00
2019-04-02 13:45:37 -04:00

Vivisect / Vdb / Vtrace

A combined disassembler/static analysis/symbolic execution/debugger framework.

Usage

Please see the quickstart/usage docs over at our docs page

Installing

For most use cases, you should just be able to run pip install vivisect[gui] to get both the vivisect/vdb libraries and UI components. For other use cases, please see our documentation.

Versioning

All releases prior to v1.0.0 are python2 only. As of v1.0.0, vivisect/vdb/vstruct are all python3 compatible. Please report any bugs/issues to the issue tracker or hit us up in the #vivisect room in the synapse slack

Please see v0.x.x-support branch for the current python2 version, or pip install the v.0.2.x version of vivisect.

Upgrading

Due to fun pickle shenanigans, old python2 vivisect workspaces are not typically compatible with python3. In what will be one of (if not, the) final release of the python2 compatible vivisect, v0.2.1 will include a conversion script that can migrate the basicfile-based vivisect workspaces files to the msgpack-back ones, which should be loadable in python3 vivisect.

Build Status

CircleCI

S
Description
Automated archival mirror of github.com/vivisect/vivisect
Readme 50 MiB
Languages
Python 99.1%
C 0.8%