Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freebsd 8.4 support #678

Open
wants to merge 4 commits into
base: freebsd_support
Choose a base branch
from

Commits on Jan 27, 2020

  1. Adds support for FreeBSD 8.4.0

    This change adds support for at least FreeBSD 8.4.0, but other old
    versions might work as well.
    
    Included changes:
    
    - support for pmap structure without pm_cr3 member (before 9.3)
    - support for filedesc structure with fd_ofiles member of type
      `struct file **` (before 9.2)
    - support for cdev structure with si_name member of type `char *`
      (before 9.1)
    patriknisen committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7b29350 View commit details
    Browse the repository at this point in the history
  2. Adds freebsd_tcpconns command

    Adds an inital version of freebsd_tcpconns command, which allows to list
    active TCP connections.
    
    This plugin is based on the following publication:
    
    Bond, Elyse, "Creating Volatility Support for FreeBSD" (2015).
    University of New Orleans Theses and Dissertations. 2033.
    patriknisen committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    24031f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Fixes bugs in freebsd_lsof command for modern versions

    Also includes a check for missing tcbinfo symbol in tcpconns command.
    patriknisen committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    3896787 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. FreeBSD version info for struct inclusion

    Define which FreeBSD versions introduced 2 structures that are not
    available in 8.4.
    Miika Turkia authored and patriknisen committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    33c15ae View commit details
    Browse the repository at this point in the history