Update ghidra project and setup vscode

This commit is contained in:
Guus Waals 2024-09-15 14:33:28 +08:00
parent ee56309e24
commit 2ffb37a720
9 changed files with 74 additions and 2179 deletions

18
.cursorignore Normal file
View File

@ -0,0 +1,18 @@
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
ACP_Ray2/
CMakeLists.txt/
CPA_Editor_CV9_1/
dxsdk/
game/
# game_re/
ghidra.gpr/
ghidra.lock
ghidra.lock~
ghidra.rep
OpenSpaceCodeGen/
OpenSpaceToolbox/
Rayman4Dev/
raymap/
vbox/
# windows_libs/
windows_libs_other/

4
.gitignore vendored
View File

@ -11,3 +11,7 @@ windows_libs_other/
*.lock~
*.lock
ACP_Ray2/
build/
game_re/
windows_libs/

19
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "(Windows) Launch",
"type": "cppvsdbg",
"request": "launch",
"program": "${command:cmake.launchTargetPath}",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"console": "internalConsole"
}
]
}

2
.vscode/patch.1337 vendored Normal file
View File

@ -0,0 +1,2 @@
>vsdbg - copy.dll
000000000006B08E:05->04

4
CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.27.0)
project(reman3)
add_subdirectory(game_re)

View File

@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<FILE_INFO>
<BASIC_INFO>
<STATE NAME="EXCLUSIVE" TYPE="boolean" VALUE="true" />
<STATE NAME="CHECKOUT_VERSION" TYPE="int" VALUE="2" />
<STATE NAME="CONTENT_TYPE" TYPE="string" VALUE="Program" />
<STATE NAME="PARENT" TYPE="string" VALUE="/" />
<STATE NAME="FILE_ID" TYPE="string" VALUE="c0a8080e80a1043328443758900" />
<STATE NAME="FILE_TYPE" TYPE="int" VALUE="0" />
<STATE NAME="LOCAL_CHECKOUT_VERSION" TYPE="int" VALUE="8" />
<STATE NAME="READ_ONLY" TYPE="boolean" VALUE="false" />
<STATE NAME="CHECKOUT_ID" TYPE="long" VALUE="2" />
<STATE NAME="NAME" TYPE="string" VALUE="Rayman3.exe" />
</BASIC_INFO>
</FILE_INFO>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<FILE_INFO>
<BASIC_INFO>
<STATE NAME="CONTENT_TYPE" TYPE="string" VALUE="Program" />
<STATE NAME="PARENT" TYPE="string" VALUE="/" />
<STATE NAME="FILE_ID" TYPE="string" VALUE="c0a83817db8269551491389699" />
<STATE NAME="FILE_TYPE" TYPE="int" VALUE="0" />
<STATE NAME="READ_ONLY" TYPE="boolean" VALUE="false" />
<STATE NAME="NAME" TYPE="string" VALUE="src.exe" />
</BASIC_INFO>
</FILE_INFO>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<FILE_INFO>
<BASIC_INFO>
<STATE NAME="CONTENT_TYPE" TYPE="string" VALUE="Program" />
<STATE NAME="PARENT" TYPE="string" VALUE="/" />
<STATE NAME="FILE_ID" TYPE="string" VALUE="c0a8080e80a1043328443758900" />
<STATE NAME="FILE_TYPE" TYPE="int" VALUE="0" />
<STATE NAME="READ_ONLY" TYPE="boolean" VALUE="false" />
<STATE NAME="NAME" TYPE="string" VALUE="Rayman3.exe" />
</BASIC_INFO>
</FILE_INFO>