summaryrefslogtreecommitdiffstats
path: root/sploit/util (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-01-13log: Move to sploit.util packageMalfurious2-0/+33
Signed-off-by: Malfurious <m@lfurio.us>
2024-01-13util: Promote from module to packageMalfurious2-0/+27
We would like to move additional modules under the namespace of "util" to clean up the top-level "sploit" package. To start, the functions from the previous util module are moved. Given the package is named "util" the module is renamed to "cmd" to somewhat match the theme of the contained functions. Per the previous commits, these functions are now exposed via the util package as well. Signed-off-by: Malfurious <m@lfurio.us>