mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): binana x64dbg-gen now generates a types file from C source headers
This commit is contained in:
parent
e3ec21ecec
commit
5d5630a6cb
19 changed files with 2961 additions and 354 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue