log2timeline / l2tdevtools

Development tools
Apache License 2.0
10 stars 20 forks source link

add libcloudforensics build preset #739

Closed joachimmetz closed 4 years ago

joachimmetz commented 5 years ago

https://github.com/google/turbinia/blob/master/turbinia/lib/libcloudforensics.py#L333

    # Analysis software to install.
    packages_to_install = [
        'python-plaso', 'xmount', 'sleuthkit', 'libfvde-tools', 'libbde-tools',
        'plaso-tools', 'jq', 'ncdu', 'htop', 'binutils', 'upx-ucl',
        'docker-explorer-tools'
    ]
joachimmetz commented 5 years ago

@rgayon @aarontp FYI

Likely we want to add libfsapfs-tools as well? other things on the wishlist?

rgayon commented 5 years ago

+1 for libfsapfs Nothing else comes to mind

joachimmetz commented 5 years ago

added to https://github.com/google/turbinia/pull/409 as well

joachimmetz commented 4 years ago

@tomchop FYI seeing your plans of making libcloudforensics stand-alone

joachimmetz commented 4 years ago

Per https://github.com/log2timeline/l2tdevtools/commit/18c01189ca4240f88ec44ce0893773bfe699d597

Closing issue