Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ set(GENERATE_UNION_API_DLL ON)

file(GLOB_RECURSE SRC
"src/*.cpp"
"resources/*.h"
"resources/*.rc"
)

add_library(${CMAKE_PROJECT_NAME} SHARED)
Expand All @@ -33,7 +31,7 @@ target_include_directories(${CMAKE_PROJECT_NAME}
PRIVATE
BEFORE "userapi/"
"src/"
"resources/"
"signatures/"
)

target_add_versioninfo(${CMAKE_PROJECT_NAME}
Expand Down
12 changes: 0 additions & 12 deletions resources/README.md

This file was deleted.

13,771 changes: 0 additions & 13,771 deletions resources/g1.txt

This file was deleted.

13,765 changes: 0 additions & 13,765 deletions resources/g1a.txt

This file was deleted.

14,281 changes: 0 additions & 14,281 deletions resources/g2.txt

This file was deleted.

14,383 changes: 0 additions & 14,383 deletions resources/g2a.txt

This file was deleted.

154 changes: 0 additions & 154 deletions resources/generate-names.py

This file was deleted.

19 changes: 0 additions & 19 deletions resources/resource.h

This file was deleted.

Binary file removed resources/resource.rc
Binary file not shown.
7 changes: 7 additions & 0 deletions signatures/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to produce symbol file(s)

## With IDA
1. Open Up IDA (9.x)
2. Open up the disassembled `Gothic executable project`
3. File->Script File (pick `generate.py` from this folder)
4. Congratulations, near your `Gothic executable project` should be file named `IDA_PROJECT_NAME.txt`, just copy it here and rename it
Loading