mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): update 3.3.5a profile
This commit is contained in:
parent
9053d61b6b
commit
e1bab2b375
186 changed files with 1204 additions and 43942 deletions
11
Makefile
11
Makefile
|
|
@ -1,15 +1,12 @@
|
|||
all: generate
|
||||
|
||||
compile-symbols:
|
||||
./script/compile-symbols profile/3.3.5a-windows
|
||||
./script/compile-symbols profile/3.3.5a-windows-386
|
||||
|
||||
ida-gen:
|
||||
./bin/binana ida-gen --game profile/3.3.5a-windows
|
||||
profile-gen:
|
||||
./bin/binana generate --profile profile/3.3.5a-windows-386
|
||||
|
||||
x64dbg-gen:
|
||||
./bin/binana x64dbg-gen --game profile/3.3.5a-windows --base-address=00400000 --module-name=wow.exe
|
||||
|
||||
generate: compile-symbols x64dbg-gen ida-gen
|
||||
generate: compile-symbols profile-gen
|
||||
|
||||
dependencies:
|
||||
mkdir -p bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue