This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
//@author PhilippTheCat | |
//@category witcher | |
//@keybinding | |
//@menupath | |
//@toolbar | |
import ghidra.app.cmd.data.rtti.Rtti4Model; | |
import ghidra.app.cmd.data.rtti.VfTableModel; | |
import ghidra.app.util.datatype.microsoft.DataValidationOptions; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meta: | |
id: hl2sav | |
file-extension: hl2sav | |
endian: le | |
seq: | |
- id: magic | |
type: u4 | |
- id: version | |
type: u4 | |
- id: size |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Runtime.InteropServices; | |
using System.Security.Principal; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace RSA | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Windows.Forms; | |
namespace GrandPrix | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Windows.Forms; | |
namespace GrandPrix | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`+syyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyo: | |
syyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy/ | |
syyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+ | |
syyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+ | |
syyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+ .-:::::-.` | |
syyyyyyyy+ `/yyyyyyyyyyyyy` :yyyyyys: yyyyyyy/ ./oyyyyyyyyyyys+:` | |
syyyyyyyy+ `+yyyyyyyyyyy` :yyyyyyyys- yyyyyyy/ `/syyyyyyyyyyyyyyyyyyo- | |
syyyyyyyy+ -syyyyyyyyy` :yyyyyyyyyy+` yyyyyyy/ :syyyyyyyyyyyyyyyyyyyyyyo` | |
syyyyyyyy+ :syyyyyyy` :yyyyyyyyyyyy/` yyyyyyy/ +yyyyyyys/-` `.:oyyyyyyys. | |
syyyyyyyy+ `+yyyyyy` :yyyyyyyyyyyyys- yyyyyyy//yyyyyyy: `//////// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List<string> CName = new List<string>() | |
{ | |
"'Look at' blend time", | |
"*CMeshLOD", | |
"*IMeshLODLevel", | |
"180FlipThreshold", | |
"1v1AdditivePitch", | |
"1v1BMAdditivePitch", | |
"1v1BigMonsterPitch", | |
"1v1BigMonsterZOffset", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List<string> vectors = new List<string>() | |
{ | |
"AnimationTrajectoryPlayerScriptWrapper", | |
"ApertureDofParams", | |
"C2dArray", | |
"CAIActionSequence", | |
"CAIAttackRange", | |
"CAIBaseTree", | |
"CAIBaseTreeTemplateParam", | |
"CAIDefaults", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#if defined(__linux__) || defined(__unix__) || defined(__APPLE__) | |
#define CLS "clear" | |
#include <unistd.h> | |
#define SLEEP(x) sleep(x); | |
#elif defined(_WIN32) || defined(_WIN64) | |
#define CLS "cls" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public Dictionary<string,string> FileTypeMap = new [] | |
{ | |
"w2comm" = "Community", | |
"w2behtree" = "AI tree", | |
"w2faces" = "Mimic faces", | |
"redwpset" = "Cooked waypoints collections collection", | |
"w2steer" = "Steering", | |
"resf" = "Resources Scene File", | |
"env" = "Environment Definition", | |
"w3dyng" = "Dyng", |
NewerOlder