feat(profile): binana x64dbg-gen now generates a types file from C source headers

This commit is contained in:
phaneron 2024-07-17 01:37:26 -04:00
parent e3ec21ecec
commit 5d5630a6cb
19 changed files with 2961 additions and 354 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env bash
# this script just collects symbols into one file for convenience
if [ $# -eq 0 ]
then
echo "Select a version to use"
exit 1
fi
awk 1 $1/symbol/*/*.sym | sort -k2 -t' ' > $1/symbol/main.sym
#!/usr/bin/env bash
# this script just collects symbols into one file for convenience
if [ $# -eq 0 ]
then
echo "Select a version to use"
exit 1
fi
awk 1 $1/symbol/*/*.sym | sort -k2 -t' ' > $1/symbol/main.sym