Skip to content

v0.3.0

Compare
Choose a tag to compare
@dtrugman dtrugman released this 06 Mar 14:37

New features:

  • Add new wrapper class for FDs - Allows easy access to FD properties to help with stitching against network information
  • Add netlink sockets parsing
  • New sample applications
    • Added FD enumeration with stitching against network information
    • Added "lsmod"-like implementation with a regex filter
    • Improved the sample application structure

Enhancements:

  • Return vectors instead of sets to retain order of output values when ordering is not "expected"
  • Compile by default with address sanitizer enabled
  • Rename some types for a more consistent experience
  • Standardize styles and use default values for structs that might not be fully initialized

Bug fixes:

  • Fix readfile bug when file is empty
  • Fix min number of expected tokens for the UNIX socket parser