This file contains 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 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 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; |
OlderNewer