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
The arsenal, armory & library by Maderas (@hackermaderas, #CyberpunkisNow) 6/8/2019 | |
Original / 1st version here: https://pastebin.com/rMw4WbhX | |
___________________________________________________________________________________ | |
# Basic knowledge requirements for Red Teaming, PenTesting, Hacking & Cybersecurity | |
# These are the basic competencies expected (and tested for during the in-person technical interview) by one of the largest, most visible InfoSec companies # on Earth. | |
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
#ifndef _SHADERS_DEFERREDAMBIENT_INC_FX_ | |
#define _SHADERS_DEFERREDAMBIENT_INC_FX_ | |
#include "Ambient.inc.fx" | |
#if defined(XBOX360_TARGET) || defined(PS3_TARGET) | |
#define READ_3D_TEXTURES | |
#endif | |
#define PROBE_VOLUME_SIZE_Z 17 |