Kerberos Study Notes
Kerberos RFC4120 # Description 1 AS-REQ PA-ENC-TIMESTAMP padata timestamp, encrypted with the client key (Section 5.2.7.2) 2 ...
Kerberos RFC4120 # Description 1 AS-REQ PA-ENC-TIMESTAMP padata timestamp, encrypted with the client key (Section 5.2.7.2) 2 ...
Introduction Four Main Categories Analyze pass data, predict future outcome - speech recognition Read the questions in text and answer them based on knowledge trained - NLP Identify animals...
Pandas Usage #pandas Generating Dataframe from CSV import pandas as pd import numpy as np import matplotlib.pyplot as plt # For data visualization df = pd.read_csv('bear.csv') df.head() Process...
Intel VT-x operations Detect VMX Support #virtualmachineextension #vmx //23.6 DISCOVERING SUPPORT FOR VMX bool DetectVmxSupport() { bool VMX = false; __asm { XOR EAX, EAX INC E...
The Credit Goes To A Practical Tutorial on PCIe for Total Beginners on Windows (Part 1) PCIe Study Notes ACPI x64-based PC PCIe bus is not the initial layout of the system presented by firmware...
C/C++ Rule Of Three template<typename Function> inline auto LazyLoad(HMODULE library, const std::string& procName) { return (library) ? reinterpret_cast<Function*>(GetProcAddr...
Enable Logging php /etc/php5/apache2/php.ini : dispaly_errors: On run systemctl restart apache2 Mysql uncomment general_log in /etc/mysql/my.cnf ...
Notes ChatGPT Answering How Windows Parses Different Path Strings Special Windows Path Formats and Their Behaviors Standard Drive Letter Paths (DOS Paths) ...
Symchk C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symchk.exe /s srv*c:\SYMBOLS*https://msdl.microsoft.com/download/symbols C:\Windows\System32\*.dll Windbg to Pwndbg Thanks to the Pwn...