Skip to content

Instantly share code, notes, and snippets.

View Traderain's full-sized avatar
:octocat:
Learning AI

Hambalkó Bence Traderain

:octocat:
Learning AI
View GitHub Profile
//
//@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;
@mrry
mrry / tensorflow_self_check.py
Last active August 24, 2023 17:13
[DEPRECATED] TensorFlow on Windows self-check
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@fnky
fnky / WAD3.bt
Last active January 10, 2017 20:54
010 Editor Template for Parsing Half-Life WAD3
//------------------------------------------------
//--- 010 Editor v7.0.2 Binary Template
//
// File: WAD3
// Authors: @fnky
// Purpose: Parsing Half-Life WAD3 File
// Category: Archive
// File Mask: *.wad
// ID Bytes: 57 41 44 33, 57 41 44 32
//------------------------------------------------
@aras-p
aras-p / preprocessor_fun.h
Last active May 18, 2024 08:55
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,