Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View joachimmetz's full-sized avatar
⚠️
Available when time permits

Joachim Metz joachimmetz

⚠️
Available when time permits
View GitHub Profile
@joachimmetz
joachimmetz / vshadow-store-read.py
Last active November 12, 2016 05:25
vshadow-store-read.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# VSS read test script
#
# Copyright (c) 2016, Joachim Metz <joachim.metz@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@joachimmetz
joachimmetz / fls2find.py
Last active August 29, 2015 14:25
Script to convert fls output into a find-like output.
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2014, Joachim Metz <joachim.metz@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
@joachimmetz
joachimmetz / fsntfsinfo2find.py
Last active August 29, 2015 14:25
Script to convert fsntfsinfo output into a find-like output.
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2014, Joachim Metz <joachim.metz@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
@joachimmetz
joachimmetz / hexstr2bin.py
Last active August 29, 2015 14:12
Python functions to convert a hexadecimal strings.
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2014, Joachim Metz <joachim.metz@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0