SYMBOL INDEX (9527 symbols across 1172 files) FILE: build_lists/download_regexes.py function download_regexes (line 8) | def download_regexes(): FILE: build_lists/update_windows_version_defs.py class RawEntry (line 76) | class RawEntry: function configure_logging (line 85) | def configure_logging(verbose: bool) -> None: function parse_args (line 94) | def parse_args() -> argparse.Namespace: function build_request (line 144) | def build_request(url: str, *, accept: str | None = None) -> Request: function download_bytes (line 151) | def download_bytes(url: str, *, timeout: int, retries: int, accept: str ... function download_json (line 177) | def download_json(url: str, *, timeout: int, retries: int, accept: str |... function normalize_spaces (line 188) | def normalize_spaces(value: Any) -> str: function format_date (line 192) | def format_date(value: Any) -> str: function extract_kbs (line 215) | def extract_kbs(text: Any) -> list[str]: function get_latest_revision_date (line 220) | def get_latest_revision_date(vuln: dict[str, Any], fallback: str) -> str: function find_note_title (line 232) | def find_note_title(notes: list[dict[str, Any]], target_type: str) -> str: function threat_type_matches (line 243) | def threat_type_matches(threat: dict[str, Any], target_type: str) -> bool: function get_threat_value (line 250) | def get_threat_value(vuln: dict[str, Any], product_id: str, target_type:... function load_bulletin_entries (line 278) | def load_bulletin_entries(*, timeout: int, retries: int) -> list[RawEntry]: function fetch_msrc_update_catalog (line 337) | def fetch_msrc_update_catalog(*, timeout: int, retries: int) -> list[dic... function fetch_msrc_document (line 348) | def fetch_msrc_document(url: str, *, timeout: int, retries: int) -> dict... function product_map_from_document (line 352) | def product_map_from_document(document: dict[str, Any]) -> dict[str, str]: function extract_msrc_entries_from_document (line 365) | def extract_msrc_entries_from_document(document: dict[str, Any]) -> list... function load_msrc_entries (line 417) | def load_msrc_entries(*, timeout: int, retries: int, max_workers: int) -... function extract_exploit_ids_from_feed (line 448) | def extract_exploit_ids_from_feed(payload: bytes, *, year: int) -> set[s... function load_nvd_exploit_ids (line 482) | def load_nvd_exploit_ids(*, start_year: int, end_year: int, timeout: int... function build_definitions (line 505) | def build_definitions(entries: list[RawEntry], exploit_cves: set[str], g... function validate_output (line 561) | def validate_output(data: dict[str, Any]) -> None: function main (line 583) | def main() -> None: FILE: linPEAS/builder/linpeas_builder.py function main (line 11) | def main(all_modules, all_no_fat_modules, no_network_scanning, small, in... FILE: linPEAS/builder/src/fileRecord.py class FileRecord (line 3) | class FileRecord: method __init__ (line 4) | def __init__(self, method __resolve_search_in (line 36) | def __resolve_search_in(self, search_in): FILE: linPEAS/builder/src/linpeasBaseBuilder.py class LinpeasBaseBuilder (line 11) | class LinpeasBaseBuilder: method __init__ (line 12) | def __init__(self, all_modules, all_no_fat_modules, no_network_scannin... method build (line 29) | def build(self): method find_func_module (line 114) | def find_func_module(self, func_name:str): method find_variable_module (line 129) | def find_variable_module(self, var_name:str, orig_module:LinpeasModule): method sort_funcs (line 144) | def sort_funcs(self, functions:List[LinpeasModule]): method sort_variables (line 183) | def sort_variables(self, variables:List[LinpeasModule]): method get_funcs_deps (line 221) | def get_funcs_deps(self, module, all_funcs): method get_vars_deps (line 238) | def get_vars_deps(self, module, all_vars): method get_functions (line 254) | def get_functions(self): method get_variables (line 265) | def get_variables(self): method get_checks (line 276) | def get_checks(self): method get_base (line 289) | def get_base(self): method enumerate_directory (line 302) | def enumerate_directory(self, path): method get_modules (line 306) | def get_modules(self, all_modules, all_no_fat_modules, no_network_scan... FILE: linPEAS/builder/src/linpeasBuilder.py class LinpeasBuilder (line 37) | class LinpeasBuilder: method __init__ (line 38) | def __init__(self, ploaded:PEASLoaded): method build (line 47) | def build(self): method __get_peass_marks (line 135) | def __get_peass_marks(self): method __generate_variables (line 139) | def __generate_variables(self): method __get_files_to_search (line 148) | def __get_files_to_search(self): method __generate_finds (line 163) | def __generate_finds(self) -> list: method __generate_storages (line 206) | def __generate_storages(self) -> list: method __generate_sections (line 250) | def __generate_sections(self) -> dict: method __construct_file_line (line 272) | def __construct_file_line(self, precord: PEASRecord, frecord: FileReco... method __get_bin (line 338) | def __get_bin(self, url, tar_gz="") -> str: method __get_gtfobins_lists (line 350) | def __get_gtfobins_lists(self) -> tuple: method __generate_regexes_search (line 395) | def __generate_regexes_search(self) -> str: method __replace_mark (line 421) | def __replace_mark(self, mark: str, find_calls: list, join_char: str): method write_linpeas (line 426) | def write_linpeas(self, path): FILE: linPEAS/builder/src/linpeasModule.py class LinpeasModule (line 8) | class LinpeasModule: method __init__ (line 9) | def __init__(self, path): method __eq__ (line 230) | def __eq__(self, other): method extract_function_names (line 236) | def extract_function_names(self): method extract_variables (line 241) | def extract_variables(self, sh_code): class LinpeasModuleList (line 250) | class LinpeasModuleList(list): method __contains__ (line 251) | def __contains__(self, item): method index (line 262) | def index(self, item_id): method remove (line 268) | def remove(self, item): method insert (line 276) | def insert(self, index, item): method copy (line 282) | def copy(self): FILE: linPEAS/builder/src/peasLoaded.py class PEASLoaded (line 5) | class PEASLoaded: method __init__ (line 6) | def __init__(self): FILE: linPEAS/builder/src/peassRecord.py class PEASRecord (line 1) | class PEASRecord: method __init__ (line 2) | def __init__(self, name, auto_check: bool, exec: list, filerecords: li... FILE: linPEAS/tests/test_builder.py class LinpeasBuilderTests (line 10) | class LinpeasBuilderTests(unittest.TestCase): method setUp (line 11) | def setUp(self): method _run_builder (line 15) | def _run_builder(self, args, output_path): method test_small_build_creates_executable (line 23) | def test_small_build_creates_executable(self): method test_include_exclude_modules (line 31) | def test_include_exclude_modules(self): method test_threads_flag_present_in_getopts (line 39) | def test_threads_flag_present_in_getopts(self): method test_threads_flag_present_in_help_text (line 58) | def test_threads_flag_present_in_help_text(self): method test_mitre_flag_present_in_getopts (line 67) | def test_mitre_flag_present_in_getopts(self): method test_mitre_flag_present_in_help_text (line 83) | def test_mitre_flag_present_in_help_text(self): method test_mitre_filter_function_present (line 92) | def test_mitre_filter_function_present(self): method _run_base_mitre_filter (line 101) | def _run_base_mitre_filter(self, mitre_filter, check_ids): method test_mitre_parent_filter_matches_subtechnique (line 121) | def test_mitre_parent_filter_matches_subtechnique(self): method test_mitre_subtechnique_filter_does_not_match_parent (line 127) | def test_mitre_subtechnique_filter_does_not_match_parent(self): FILE: linPEAS/tests/test_modules_metadata.py class LinpeasModulesMetadataTests (line 7) | class LinpeasModulesMetadataTests(unittest.TestCase): method setUpClass (line 9) | def setUpClass(cls): method _iter_module_files (line 21) | def _iter_module_files(self): method test_all_modules_parse (line 24) | def test_all_modules_parse(self): method test_check_module_id_matches_filename (line 32) | def test_check_module_id_matches_filename(self): method test_module_ids_are_unique (line 49) | def test_module_ids_are_unique(self): FILE: metasploit/peass.rb class MetasploitModule (line 39) | class MetasploitModule < Msf::Post method initialize (line 43) | def initialize(info={}) method run (line 82) | def run method on_request_uri (line 245) | def on_request_uri(cli, request) method fetch (line 251) | def fetch(uri_str, limit = 10) method load_peass (line 265) | def load_peass method aes_enc_peass (line 295) | def aes_enc_peass(peass_script) method get_bypass_tls_cert (line 315) | def get_bypass_tls_cert method get_ps_aes_decr (line 333) | def get_ps_aes_decr FILE: parsers/json2html.py function parse_json (line 6) | def parse_json(json_data : object) -> str: function parse_dict (line 27) | def parse_dict(json_dict: dict) -> str: function parse_list (line 53) | def parse_list(json_list: list) -> str: function main (line 102) | def main(): FILE: parsers/json2pdf.py class PageTemplateWithCount (line 16) | class PageTemplateWithCount(PageTemplate): method __init__ (line 17) | def __init__(self, id, frames, **kw): method beforeDrawPage (line 20) | def beforeDrawPage(self, canvas, doc): class MyDocTemplate (line 25) | class MyDocTemplate(BaseDocTemplate): method __init__ (line 26) | def __init__(self, filename, **kw): method afterFlowable (line 32) | def afterFlowable(self, flowable): function get_level_styles (line 45) | def get_level_styles(level): function get_colors_by_text (line 65) | def get_colors_by_text(colors): function build_main_section (line 72) | def build_main_section(section, title, level=1): function main (line 130) | def main(): FILE: parsers/peas2json.py function is_section (line 41) | def is_section(line: str, pattern: str) -> bool: function get_colors (line 48) | def get_colors(line: str) -> dict: function clean_title (line 78) | def clean_title(line: str) -> str: function clean_colors (line 87) | def clean_colors(line: str) -> str: function parse_title (line 98) | def parse_title(line: str) -> str: function parse_line (line 104) | def parse_line(line: str): function parse_peass (line 147) | def parse_peass(outputpath: str, jsonpath: str = ""): FILE: scripts/add_mitre_tags.py function add_mitre_to_title2 (line 210) | def add_mitre_to_title2(m): function add_mitre_to_title3 (line 221) | def add_mitre_to_title3(m): FILE: winPEAS/winPEASexe/Tests/ArgumentParsingTests.cs class ArgumentParsingTests (line 9) | [TestClass] method InvokeIsNetworkTypeValid (line 12) | private static bool InvokeIsNetworkTypeValid(string arg) method InvokePassesMitreFilter (line 19) | private static bool InvokePassesMitreFilter(string[] checkIds) class MitreCheckStub (line 29) | private sealed class MitreCheckStub : winPEAS.Checks.ISystemCheck method MitreCheckStub (line 31) | public MitreCheckStub(string[] ids) { MitreAttackIds = ids; } method PrintInfo (line 33) | public void PrintInfo(bool isDebug) { } method ParseOnly (line 41) | private static void ParseOnly(params string[] args) method ShouldAcceptValidNetworkTypes (line 63) | [TestMethod] method ShouldRejectInvalidNetworkTypes (line 72) | [TestMethod] method NetworkFlag_SpaceSeparated_Netmask_SetsIsNetworkScan (line 84) | [TestMethod] method NetworkFlag_SpaceSeparated_Auto_SetsIsNetworkScan (line 93) | [TestMethod] method NetworkFlag_EqualsSeparated_Netmask_SetsIsNetworkScan (line 103) | [TestMethod] method NetworkAndPortsFlags_SpaceSeparated_BothParsedCorrectly (line 112) | [TestMethod] method MitreFlag_SingleTechnique_ParsedIntoFilter (line 123) | [TestMethod] method MitreFlag_MultipleIds_AllParsedIntoFilter (line 133) | [TestMethod] method MitreFlag_CaseInsensitive_IsRecognised (line 144) | [TestMethod] method PassesMitreFilter_EmptyFilter_AllChecksPass (line 155) | [TestMethod] method PassesMitreFilter_ExactMatch_Passes (line 165) | [TestMethod] method PassesMitreFilter_NoMatch_Fails (line 174) | [TestMethod] method PassesMitreFilter_PrefixMatch_Passes (line 183) | [TestMethod] method PassesMitreFilter_SubtechniqueDoesNotMatchDifferentBase_Fails (line 195) | [TestMethod] method PassesMitreFilter_NullMitreAttackIds_PassesThrough (line 204) | [TestMethod] method PassesMitreFilter_EmptyMitreAttackIds_PassesThrough (line 215) | [TestMethod] method PassesMitreFilter_SubtechniqueFilter_DoesNotMatchParentOnlyTag (line 225) | [TestMethod] method MaxRegexFileSize_ArgParsed_Correctly (line 236) | [TestMethod] FILE: winPEAS/winPEASexe/Tests/ChecksArgumentEdgeCasesTests.cs class ChecksArgumentEdgeCasesTests (line 6) | [TestClass] method ShouldNotThrowOnEmptyLogFileArg (line 9) | [TestMethod] method ShouldNotThrowOnPortsWithoutNetwork (line 16) | [TestMethod] method ShouldNotThrowOnInvalidNetworkArgument (line 23) | [TestMethod] method ShouldNotThrowOnEmptyNetworkArgument (line 30) | [TestMethod] FILE: winPEAS/winPEASexe/Tests/SmokeTests.cs class SmokeTests (line 6) | [TestClass] method ShouldRunWinPeass (line 9) | [TestMethod] method ShouldDisplayHelp (line 25) | [TestMethod] FILE: winPEAS/winPEASexe/winPEAS.Tests/SmokeTests.cs class SmokeTests (line 6) | [TestClass] method ShouldRunWinPeass (line 9) | [TestMethod] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/ChangeErrorMode.cs class NativeMethods (line 26) | internal static partial class NativeMethods class ChangeErrorMode (line 31) | public sealed class ChangeErrorMode : IDisposable method ChangeErrorMode (line 37) | public ChangeErrorMode(ErrorMode mode) method Dispose (line 45) | void IDisposable.Dispose() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Device.cs class Device (line 36) | public static class Device method GetDeviceInstanceId (line 144) | [SecurityCritical] method GetDeviceInterfaceDetail (line 172) | [SecurityCritical] method GetDeviceRegistryProperty (line 188) | [SecurityCritical] method SetDeviceProperties (line 221) | [SecurityCritical] method SetMinimalDeviceProperties (line 245) | [SecurityCritical] method GetDoubledBufferSizeOrThrowException (line 262) | [SecurityCritical] method InvokeIoControlUnknownSize (line 288) | [SecurityCritical] method ToggleCompressionCore (line 338) | [SecurityCritical] method CreateDirectoryJunction (line 352) | internal static void CreateDirectoryJunction(SafeFileHandle safeHandle... method DeleteDirectoryJunction (line 401) | internal static void DeleteDirectoryJunction(SafeFileHandle safeHandle) method GetLinkTargetInfo (line 428) | [SecurityCritical] method GetLinkTargetData (line 478) | [SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects mul... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/DeviceInfo.cs class DeviceInfo (line 31) | [SecurityPermission(SecurityAction.InheritanceDemand, UnmanagedCode = tr... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/DiskSpaceInfo.cs class DiskSpaceInfo (line 35) | [Serializable] method DiskSpaceInfo (line 48) | [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of pub... method DiskSpaceInfo (line 75) | [SecurityCritical] method Refresh (line 184) | public void Refresh() method Reset (line 238) | private void Reset() method ToString (line 260) | public override string ToString() method PercentCalculate (line 267) | private static double PercentCalculate(double currentValue, double min... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/DriveInfo.cs class DriveInfo (line 38) | [Serializable] method DriveInfo (line 61) | [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of pub... method GetDrives (line 254) | [SecurityCritical] method ToString (line 264) | public override string ToString() method EnumerateDrives (line 279) | [SecurityCritical] method GetFreeDriveLetter (line 289) | public static char GetFreeDriveLetter() method GetFreeDriveLetter (line 300) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method GetDeviceInfo (line 321) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.DefineDosDevice.cs class Volume (line 28) | public static partial class Volume method DefineDosDevice (line 33) | [SecurityCritical] method DefineDosDevice (line 51) | [SecurityCritical] method DefineDosDeviceCore (line 81) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.DeleteDosDevice.cs class Volume (line 27) | public static partial class Volume method DeleteDosDevice (line 31) | [SecurityCritical] method DeleteDosDevice (line 43) | [SecurityCritical] method DeleteDosDevice (line 59) | [SecurityCritical] method DeleteDosDevice (line 79) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.DeleteVolumeMountPoint.cs class Volume (line 28) | public static partial class Volume method DeleteVolumeMountPoint (line 41) | [SecurityCritical] method DeleteVolumeMountPointCore (line 64) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.DiskFreeSpace.cs class Volume (line 26) | public static partial class Volume method GetDiskFreeSpace (line 37) | [SecurityCritical] method GetDiskFreeSpace (line 57) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.DriveType.cs class Volume (line 28) | public static partial class Volume method GetCurrentDriveType (line 32) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method GetDriveType (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.EnumerateVolumeMountPoints.cs class Volume (line 31) | public static partial class Volume method EnumerateVolumeMountPoints (line 38) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.EnumerateVolumePathNames.cs class Volume (line 31) | public static partial class Volume method EnumerateVolumePathNames (line 38) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.EnumerateVolumes.cs class Volume (line 31) | public static partial class Volume method EnumerateVolumes (line 35) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.GetDriveFormat.cs class Volume (line 27) | public static partial class Volume method GetDriveFormat (line 35) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.GetDriveNameForNtDeviceName.cs class Volume (line 28) | public static partial class Volume method GetDriveNameForNtDeviceName (line 33) | [SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedC... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.GetUniqueVolumeNameForPath.cs class Volume (line 28) | public static partial class Volume method GetUniqueVolumeNameForPath (line 41) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.GetVolumeDeviceName.cs class Volume (line 28) | public static partial class Volume method GetVolumeDeviceName (line 36) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.GetVolumeDisplayName.cs class Volume (line 29) | public static partial class Volume method GetVolumeDisplayName (line 37) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.GetVolumeGuid.cs class Volume (line 30) | public static partial class Volume method GetVolumeGuid (line 41) | [SuppressMessage("Microsoft.Interoperability", "CA1404:CallGetLastErro... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.GetVolumeGuidForNtDeviceName.cs class Volume (line 28) | public static partial class Volume method GetVolumeGuidForNtDeviceName (line 36) | [SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedC... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.GetVolumeInfo.cs class Volume (line 27) | public static partial class Volume method GetVolumeInfo (line 32) | [SecurityCritical] method GetVolumeInfo (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.GetVolumePathName.cs class Volume (line 29) | public static partial class Volume method GetVolumePathName (line 38) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.IsReady.cs class Volume (line 26) | public static partial class Volume method IsReady (line 33) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.IsSameVolume.cs class Volume (line 28) | public static partial class Volume method IsSameVolume (line 34) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.IsVolume.cs class Volume (line 26) | public static partial class Volume method IsVolume (line 33) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.QueryDosDevice.cs class Volume (line 32) | public static partial class Volume method QueryAllDosDevices (line 36) | [SecurityCritical] method QueryDosDevice (line 48) | [SecurityCritical] method QueryDosDeviceCore (line 69) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.SetVolumeMountPoint.cs class Volume (line 30) | public static partial class Volume method SetVolumeMountPoint (line 40) | [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of pub... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.VolumeLabel.cs class Volume (line 28) | public static partial class Volume method DeleteCurrentVolumeLabel (line 31) | [SecurityCritical] method DeleteVolumeLabel (line 41) | [SecurityCritical] method GetVolumeLabel (line 57) | [SecurityCritical] method SetCurrentVolumeLabel (line 67) | [SecurityCritical] method SetVolumeLabel (line 92) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/Volume.cs class Volume (line 25) | public static partial class Volume FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Device/Volume/VolumeInfo.cs class VolumeInfo (line 33) | [Serializable] method VolumeInfo (line 46) | [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of pub... method VolumeInfo (line 80) | [SecurityCritical] method VolumeInfo (line 92) | [SecurityCritical] method VolumeInfo (line 103) | [SecurityCritical] method Refresh (line 116) | public void Refresh() method ToString (line 185) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/ByHandleFileInfo.cs class ByHandleFileInfo (line 29) | [Serializable] method ByHandleFileInfo (line 33) | internal ByHandleFileInfo(NativeMethods.BY_HANDLE_FILE_INFORMATION fibh) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/CopyMoveArguments.cs type CopyMoveArguments (line 24) | internal struct CopyMoveArguments FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/CopyMoveResult.cs class CopyMoveResult (line 31) | [Serializable] method CopyMoveResult (line 46) | private CopyMoveResult(string source, string destination) method CopyMoveResult (line 60) | internal CopyMoveResult(CopyMoveArguments cma, bool isFolder) : this(c... method CopyMoveResult (line 72) | internal CopyMoveResult(CopyMoveArguments cma, bool isFolder, string s... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Compression/Directory.Compress.cs class Directory (line 28) | public static partial class Directory method Compress (line 39) | [SecurityCritical] method Compress (line 56) | [SecurityCritical] method Compress (line 72) | [SecurityCritical] method Compress (line 89) | [SecurityCritical] method Compress (line 106) | [SecurityCritical] method Compress (line 124) | [SecurityCritical] method Compress (line 142) | [SecurityCritical] method Compress (line 161) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Compression/Directory.CompressTransacted.cs class Directory (line 28) | public static partial class Directory method CompressTransacted (line 40) | [SecurityCritical] method CompressTransacted (line 58) | [SecurityCritical] method CompressTransacted (line 75) | [SecurityCritical] method CompressTransacted (line 93) | [SecurityCritical] method CompressTransacted (line 111) | [SecurityCritical] method CompressTransacted (line 130) | [SecurityCritical] method CompressTransacted (line 149) | [SecurityCritical] method CompressTransacted (line 169) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Compression/Directory.Decompress.cs class Directory (line 28) | public static partial class Directory method Decompress (line 39) | [SecurityCritical] method Decompress (line 56) | [SecurityCritical] method Decompress (line 72) | [SecurityCritical] method Decompress (line 89) | [SecurityCritical] method Decompress (line 106) | [SecurityCritical] method Decompress (line 124) | [SecurityCritical] method Decompress (line 141) | [SecurityCritical] method Decompress (line 159) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Compression/Directory.DecompressTransacted.cs class Directory (line 28) | public static partial class Directory method DecompressTransacted (line 40) | [SecurityCritical] method DecompressTransacted (line 58) | [SecurityCritical] method DecompressTransacted (line 75) | [SecurityCritical] method DecompressTransacted (line 93) | [SecurityCritical] method DecompressTransacted (line 111) | [SecurityCritical] method DecompressTransacted (line 130) | [SecurityCritical] method DecompressTransacted (line 148) | [SecurityCritical] method DecompressTransacted (line 167) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Compression/Directory.DisableCompression.cs class Directory (line 28) | public static partial class Directory method DisableCompression (line 39) | [SecurityCritical] method DisableCompression (line 56) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Compression/Directory.DisableCompressionTransacted.cs class Directory (line 28) | public static partial class Directory method DisableCompressionTransacted (line 40) | [SecurityCritical] method DisableCompressionTransacted (line 58) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Compression/Directory.EnableCompression.cs class Directory (line 28) | public static partial class Directory method EnableCompression (line 39) | [SecurityCritical] method EnableCompression (line 56) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Compression/Directory.EnableCompressionTransacted.cs class Directory (line 28) | public static partial class Directory method EnableCompressionTransacted (line 40) | [SecurityCritical] method EnableCompressionTransacted (line 58) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory CopyMove/Directory.Copy.cs class Directory (line 28) | public static partial class Directory method Copy (line 50) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 79) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 110) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 143) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 175) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 206) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 239) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 274) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 308) | [SecurityCritical] method Copy (line 339) | [SecurityCritical] method Copy (line 373) | [SecurityCritical] method Copy (line 409) | [SecurityCritical] method Copy (line 443) | [SecurityCritical] method Copy (line 476) | [SecurityCritical] method Copy (line 512) | [SecurityCritical] method Copy (line 550) | [SecurityCritical] method Copy (line 583) | [SecurityCritical] method Copy (line 610) | [SecurityCritical] method Copy (line 639) | [SecurityCritical] method Copy (line 670) | [SecurityCritical] method Copy (line 700) | [SecurityCritical] method Copy (line 729) | [SecurityCritical] method Copy (line 760) | [SecurityCritical] method Copy (line 793) | [SecurityCritical] method Copy (line 827) | [SecurityCritical] method Copy (line 856) | [SecurityCritical] method Copy (line 888) | [SecurityCritical] method Copy (line 922) | [SecurityCritical] method Copy (line 954) | [SecurityCritical] method Copy (line 985) | [SecurityCritical] method Copy (line 1019) | [SecurityCritical] method Copy (line 1055) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory CopyMove/Directory.CopyFolderTimestamps.cs class Directory (line 24) | public static partial class Directory method CopyFolderTimestamps (line 26) | private static void CopyFolderTimestamps(CopyMoveArguments cma) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory CopyMove/Directory.CopyTransacted.cs class Directory (line 28) | public static partial class Directory method CopyTransacted (line 48) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 79) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 112) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 147) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 181) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 214) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 249) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 286) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 322) | [SecurityCritical] method CopyTransacted (line 355) | [SecurityCritical] method CopyTransacted (line 391) | [SecurityCritical] method CopyTransacted (line 429) | [SecurityCritical] method CopyTransacted (line 465) | [SecurityCritical] method CopyTransacted (line 500) | [SecurityCritical] method CopyTransacted (line 538) | [SecurityCritical] method CopyTransacted (line 578) | [SecurityCritical] method CopyTransacted (line 613) | [SecurityCritical] method CopyTransacted (line 642) | [SecurityCritical] method CopyTransacted (line 673) | [SecurityCritical] method CopyTransacted (line 706) | [SecurityCritical] method CopyTransacted (line 738) | [SecurityCritical] method CopyTransacted (line 769) | [SecurityCritical] method CopyTransacted (line 802) | [SecurityCritical] method CopyTransacted (line 837) | [SecurityCritical] method Copy (line 873) | [SecurityCritical] method CopyTransacted (line 904) | [SecurityCritical] method CopyTransacted (line 938) | [SecurityCritical] method CopyTransacted (line 974) | [SecurityCritical] method CopyTransacted (line 1008) | [SecurityCritical] method CopyTransacted (line 1041) | [SecurityCritical] method CopyTransacted (line 1077) | [SecurityCritical] method CopyTransacted (line 1115) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory CopyMove/Directory.Move.cs class Directory (line 28) | public static partial class Directory method Move (line 46) | [SecurityCritical] method Move (line 76) | [SecurityCritical] method Move (line 105) | [SecurityCritical] method Move (line 134) | [SecurityCritical] method Move (line 167) | [SecurityCritical] method Move (line 202) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory CopyMove/Directory.MoveTransacted.cs class Directory (line 28) | public static partial class Directory method MoveTransacted (line 46) | [SecurityCritical] method MoveTransacted (line 75) | [SecurityCritical] method MoveTransacted (line 105) | [SecurityCritical] method MoveTransacted (line 135) | [SecurityCritical] method MoveTransacted (line 170) | [SecurityCritical] method MoveTransacted (line 208) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory CopyMove/Directory.ValidateMoveAction.cs class Directory (line 27) | public static partial class Directory method ValidateMoveAction (line 29) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.CompressDecompressCore.cs class Directory (line 28) | public static partial class Directory method CompressDecompressCore (line 48) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.CopyMoveCore.cs class Directory (line 28) | public static partial class Directory method CopyMoveCore (line 46) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.CopyMoveDirectoryCore.cs class Directory (line 28) | public static partial class Directory method CopyMoveDirectoryCore (line 30) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.CreateDirectoryCore.cs class Directory (line 33) | public static partial class Directory method CreateDirectoryCore (line 56) | [SecurityCritical] method ConstructFullPath (line 171) | private static Stack ConstructFullPath(KernelTransaction trans... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.CreateJunctionCore.cs class Directory (line 32) | public static partial class Directory method CreateJunctionCore (line 58) | [SecurityCritical] method OpenDirectoryJunction (line 126) | private static SafeFileHandle OpenDirectoryJunction(KernelTransaction ... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.DeleteDirectoryCore.cs class Directory (line 30) | public static partial class Directory method DeleteDirectoryCore (line 48) | [SecurityCritical] method PrepareDirectoryForDelete (line 97) | internal static void PrepareDirectoryForDelete(KernelTransaction trans... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.DeleteDirectoryNative.cs class Directory (line 30) | public static partial class Directory method DeleteDirectoryNative (line 32) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.DeleteEmptySubdirectoriesCore.cs class Directory (line 31) | public static partial class Directory method DeleteEmptySubdirectoriesCore (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.DeleteJunctionCore.cs class Directory (line 30) | public static partial class Directory method DeleteJunctionCore (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.EnableDisableEncryptionCore.cs class Directory (line 29) | public static partial class Directory method EnableDisableEncryptionCore (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.EncryptDecryptDirectoryCore.cs class Directory (line 28) | public static partial class Directory method EncryptDecryptDirectoryCore (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.EnumerateFileIdBothDirectoryInfoCore.cs class Directory (line 34) | public static partial class Directory method EnumerateFileIdBothDirectoryInfoCore (line 53) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.EnumerateFileSystemEntryInfosCore.cs class Directory (line 29) | public static partial class Directory method EnumerateFileSystemEntryInfosCore (line 67) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.ExistsJunctionCore.cs class Directory (line 28) | public static partial class Directory method ExistsJunctionCore (line 50) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.GetDirectoryRootCore.cs class Directory (line 27) | public static partial class Directory method GetDirectoryRootCore (line 37) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.GetParentCore.cs class Directory (line 26) | public static partial class Directory method GetParentCore (line 33) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.GetPropertiesCore.cs class Directory (line 30) | public static partial class Directory method GetPropertiesCore (line 51) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.GetSizeCore.cs class Directory (line 28) | public static partial class Directory method GetSizeCore (line 37) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Core Methods/Directory.IsEmptyCore.cs class Directory (line 27) | public static partial class Directory method IsEmptyCore (line 37) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Encryption/Directory.Decrypt.cs class Directory (line 28) | public static partial class Directory method Decrypt (line 39) | [SecurityCritical] method Decrypt (line 56) | [SecurityCritical] method Decrypt (line 73) | [SecurityCritical] method Decrypt (line 91) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Encryption/Directory.DisableEncryption.cs class Directory (line 28) | public static partial class Directory method DisableEncryption (line 42) | [SecurityCritical] method DisableEncryption (line 62) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Encryption/Directory.EnableEncryption.cs class Directory (line 28) | public static partial class Directory method EnableEncryption (line 42) | [SecurityCritical] method EnableEncryption (line 62) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Encryption/Directory.Encrypt.cs class Directory (line 28) | public static partial class Directory method Encrypt (line 39) | [SecurityCritical] method Encrypt (line 56) | [SecurityCritical] method Encrypt (line 73) | [SecurityCritical] method Encrypt (line 91) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Encryption/Directory.ExportEncryptedDirectoryRaw.cs class Directory (line 26) | public static partial class Directory method ExportEncryptedDirectoryRaw (line 43) | public static void ExportEncryptedDirectoryRaw(string fileName, Stream... method ExportEncryptedDirectoryRaw (line 65) | public static void ExportEncryptedDirectoryRaw(string fileName, Stream... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Encryption/Directory.ImportEncryptedDirectoryRaw.cs class Directory (line 26) | public static partial class Directory method ImportEncryptedDirectoryRaw (line 41) | public static void ImportEncryptedDirectoryRaw(Stream inputStream, str... method ImportEncryptedDirectoryRaw (line 61) | public static void ImportEncryptedDirectoryRaw(Stream inputStream, str... method ImportEncryptedDirectoryRaw (line 81) | public static void ImportEncryptedDirectoryRaw(Stream inputStream, str... method ImportEncryptedDirectoryRaw (line 102) | public static void ImportEncryptedDirectoryRaw(Stream inputStream, str... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Junctions, Links/Directory.CreateJunction.cs class Directory (line 28) | public static partial class Directory method CreateJunction (line 48) | [SecurityCritical] method CreateJunction (line 74) | [SecurityCritical] method CreateJunction (line 100) | [SecurityCritical] method CreateJunction (line 127) | [SecurityCritical] method CreateJunction (line 154) | [SecurityCritical] method CreateJunction (line 182) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Junctions, Links/Directory.CreateJunctionTransacted.cs class Directory (line 28) | public static partial class Directory method CreateJunction (line 51) | [SecurityCritical] method CreateJunction (line 78) | [SecurityCritical] method CreateJunction (line 105) | [SecurityCritical] method CreateJunction (line 133) | [SecurityCritical] method CreateJunction (line 162) | [SecurityCritical] method CreateJunction (line 192) | [SecurityCritical] method CreateJunctionTransacted (line 220) | [SecurityCritical] method CreateJunctionTransacted (line 247) | [SecurityCritical] method CreateJunctionTransacted (line 274) | [SecurityCritical] method CreateJunctionTransacted (line 302) | [SecurityCritical] method CreateJunctionTransacted (line 331) | [SecurityCritical] method CreateJunctionTransacted (line 361) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Junctions, Links/Directory.CreateSymbolicLink.cs class Directory (line 29) | public static partial class Directory method CreateSymbolicLink (line 46) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method CreateSymbolicLink (line 70) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Junctions, Links/Directory.CreateSymbolicLinkTransacted.cs class Directory (line 29) | public static partial class Directory method CreateSymbolicLinkTransacted (line 47) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method CreateSymbolicLinkTransacted (line 72) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Junctions, Links/Directory.DeleteJunction.cs class Directory (line 28) | public static partial class Directory method DeleteJunction (line 44) | [SecurityCritical] method DeleteJunction (line 66) | [SecurityCritical] method DeleteJunction (line 88) | [SecurityCritical] method DeleteJunction (line 111) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Junctions, Links/Directory.DeleteJunctionTransacted.cs class Directory (line 28) | public static partial class Directory method DeleteJunction (line 47) | [Obsolete("Use method DeleteJunctionTransacted.")] method DeleteJunction (line 71) | [Obsolete("Use method DeleteJunctionTransacted.")] method DeleteJunction (line 95) | [Obsolete("Use method DeleteJunctionTransacted.")] method DeleteJunction (line 120) | [Obsolete("Use method DeleteJunctionTransacted.")] method DeleteJunctionTransacted (line 145) | [SecurityCritical] method DeleteJunctionTransacted (line 168) | [SecurityCritical] method DeleteJunctionTransacted (line 191) | [SecurityCritical] method DeleteJunctionTransacted (line 215) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Junctions, Links/Directory.ExistsJunction.cs class Directory (line 28) | public static partial class Directory method ExistsJunction (line 47) | [SecurityCritical] method ExistsJunction (line 72) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Junctions, Links/Directory.ExistsJunctionTransacted.cs class Directory (line 28) | public static partial class Directory method ExistsJunction (line 50) | [Obsolete("Use ExistsJunctionTransacted method.")] method ExistsJunction (line 77) | [Obsolete("Use ExistsJunctionTransacted method.")] method ExistsJunctionTransacted (line 105) | [SecurityCritical] method ExistsJunctionTransacted (line 131) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.CopyTimestamps.cs class Directory (line 28) | public static partial class Directory method TransferTimestamps (line 36) | [Obsolete("Use new method name: CopyTimestamp")] method TransferTimestamps (line 48) | [Obsolete("Use new method name: CopyTimestamp")] method TransferTimestampsTransacted (line 61) | [Obsolete("Use new method name: CopyTimestampsTransacted")] method TransferTimestampsTransacted (line 74) | [Obsolete("Use new method name: CopyTimestampsTransacted")] method CopyTimestamps (line 93) | [SecurityCritical] method CopyTimestamps (line 108) | [SecurityCritical] method CopyTimestamps (line 123) | [SecurityCritical] method CopyTimestamps (line 139) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.CopyTimestampsTransacted.cs class Directory (line 28) | public static partial class Directory method CopyTimestampsTransacted (line 38) | [SecurityCritical] method CopyTimestampsTransacted (line 54) | [SecurityCritical] method CopyTimestampsTransacted (line 70) | [SecurityCritical] method CopyTimestampsTransacted (line 87) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetChangeTime.cs class Directory (line 28) | public static partial class Directory method GetChangeTime (line 33) | [SecurityCritical] method GetChangeTime (line 43) | [SecurityCritical] method GetChangeTime (line 53) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetChangeTimeTransacted.cs class Directory (line 27) | public static partial class Directory method GetChangeTimeTransacted (line 33) | [SecurityCritical] method GetChangeTimeTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetChangeTimeUtc.cs class Directory (line 27) | public static partial class Directory method GetChangeTimeUtc (line 32) | [SecurityCritical] method GetChangeTimeUtc (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetChangeTimeUtcTransacted.cs class Directory (line 27) | public static partial class Directory method GetChangeTimeUtcTransacted (line 33) | [SecurityCritical] method GetChangeTimeUtcTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetCreationTime.cs class Directory (line 27) | public static partial class Directory method GetCreationTime (line 34) | [SecurityCritical] method GetCreationTime (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetCreationTimeTransacted.cs class Directory (line 27) | public static partial class Directory method GetCreationTimeTransacted (line 33) | [SecurityCritical] method GetCreationTimeTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetCreationTimeUtc.cs class Directory (line 27) | public static partial class Directory method GetCreationTimeUtc (line 34) | [SecurityCritical] method GetCreationTimeUtc (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetCreationTimeUtcTransacted.cs class Directory (line 27) | public static partial class Directory method GetCreationTimeUtcTransacted (line 33) | [SecurityCritical] method GetCreationTimeUtcTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetLastAccessTime.cs class Directory (line 27) | public static partial class Directory method GetLastAccessTime (line 34) | [SecurityCritical] method GetLastAccessTime (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetLastAccessTimeTransacted.cs class Directory (line 27) | public static partial class Directory method GetLastAccessTimeTransacted (line 33) | [SecurityCritical] method GetLastAccessTimeTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetLastAccessTimeUtc.cs class Directory (line 27) | public static partial class Directory method GetLastAccessTimeUtc (line 34) | [SecurityCritical] method GetLastAccessTimeUtc (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetLastAccessTimeUtcTransacted.cs class Directory (line 27) | public static partial class Directory method GetLastAccessTimeUtcTransacted (line 33) | [SecurityCritical] method GetLastAccessTimeUtcTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetLastWriteTime.cs class Directory (line 27) | public static partial class Directory method GetLastWriteTime (line 34) | [SecurityCritical] method GetLastWriteTime (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetLastWriteTimeTransacted.cs class Directory (line 27) | public static partial class Directory method GetLastWriteTimeTransacted (line 33) | [SecurityCritical] method GetLastWriteTimeTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetLastWriteTimeUtc.cs class Directory (line 27) | public static partial class Directory method GetLastWriteTimeUtc (line 34) | [SecurityCritical] method GetLastWriteTimeUtc (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.GetLastWriteTimeUtcTransacted.cs class Directory (line 27) | public static partial class Directory method GetLastWriteTimeUtcTransacted (line 33) | [SecurityCritical] method GetLastWriteTimeUtcTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetCreationTime.cs class Directory (line 27) | public static partial class Directory method SetCreationTime (line 34) | [SecurityCritical] method SetCreationTime (line 47) | [SecurityCritical] method SetCreationTime (line 58) | [SecurityCritical] method SetCreationTime (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetCreationTimeTransacted.cs class Directory (line 27) | public static partial class Directory method SetCreationTimeTransacted (line 33) | [SecurityCritical] method SetCreationTimeTransacted (line 45) | [SecurityCritical] method SetCreationTimeTransacted (line 57) | [SecurityCritical] method SetCreationTimeTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetCreationTimeUtc.cs class Directory (line 27) | public static partial class Directory method SetCreationTimeUtc (line 34) | [SecurityCritical] method SetCreationTimeUtc (line 47) | [SecurityCritical] method SetCreationTimeUtc (line 58) | [SecurityCritical] method SetCreationTimeUtc (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetCreationTimeUtcTransacted.cs class Directory (line 27) | public static partial class Directory method SetCreationTimeUtcTransacted (line 33) | [SecurityCritical] method SetCreationTimeUtcTransacted (line 45) | [SecurityCritical] method SetCreationTimeUtcTransacted (line 57) | [SecurityCritical] method SetCreationTimeUtcTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetLastAccessTime.cs class Directory (line 27) | public static partial class Directory method SetLastAccessTime (line 34) | [SecurityCritical] method SetLastAccessTime (line 47) | [SecurityCritical] method SetLastAccessTime (line 58) | [SecurityCritical] method SetLastAccessTime (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetLastAccessTimeTransacted.cs class Directory (line 27) | public static partial class Directory method SetLastAccessTimeTransacted (line 33) | [SecurityCritical] method SetLastAccessTimeTransacted (line 45) | [SecurityCritical] method SetLastAccessTimeTransacted (line 57) | [SecurityCritical] method SetLastAccessTimeTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetLastAccessTimeUtc.cs class Directory (line 27) | public static partial class Directory method SetLastAccessTimeUtc (line 34) | [SecurityCritical] method SetLastAccessTimeUtc (line 47) | [SecurityCritical] method SetLastAccessTimeUtc (line 58) | [SecurityCritical] method SetLastAccessTimeUtc (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetLastAccessTimeUtcTransacted.cs class Directory (line 27) | public static partial class Directory method SetLastAccessTimeUtcTransacted (line 33) | [SecurityCritical] method SetLastAccessTimeUtcTransacted (line 45) | [SecurityCritical] method SetLastAccessTimeUtcTransacted (line 57) | [SecurityCritical] method SetLastAccessTimeUtcTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetLastWriteTime.cs class Directory (line 27) | public static partial class Directory method SetLastWriteTime (line 34) | [SecurityCritical] method SetLastWriteTime (line 47) | [SecurityCritical] method SetLastWriteTime (line 58) | [SecurityCritical] method SetLastWriteTime (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetLastWriteTimeTransacted.cs class Directory (line 27) | public static partial class Directory method SetLastWriteTimeTransacted (line 33) | [SecurityCritical] method SetLastWriteTimeTransacted (line 45) | [SecurityCritical] method SetLastWriteTimeTransacted (line 57) | [SecurityCritical] method SetLastWriteTimeTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetLastWriteTimeUtc.cs class Directory (line 27) | public static partial class Directory method SetLastWriteTimeUtc (line 34) | [SecurityCritical] method SetLastWriteTimeUtc (line 47) | [SecurityCritical] method SetLastWriteTimeUtc (line 58) | [SecurityCritical] method SetLastWriteTimeUtc (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetLastWriteTimeUtcTransacted.cs class Directory (line 27) | public static partial class Directory method SetLastWriteTimeUtcTransacted (line 33) | [SecurityCritical] method SetLastWriteTimeUtcTransacted (line 45) | [SecurityCritical] method SetLastWriteTimeUtcTransacted (line 57) | [SecurityCritical] method SetLastWriteTimeUtcTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory Time/Directory.SetTimestamps.cs class Directory (line 27) | public static partial class Directory method SetTimestamps (line 34) | [SecurityCritical] method SetTimestamps (line 47) | [SecurityCritical] method SetTimestamps (line 60) | [SecurityCritical] method SetTimestamps (line 74) | [SecurityCritical] method SetTimestampsUtc (line 88) | [SecurityCritical] method SetTimestampsUtc (line 101) | [SecurityCritical] method SetTimestampsUtc (line 114) | [SecurityCritical] method SetTimestampsUtc (line 128) | [SecurityCritical] method SetTimestampsTransacted (line 143) | [SecurityCritical] method SetTimestampsTransacted (line 157) | [SecurityCritical] method SetTimestampsTransacted (line 171) | [SecurityCritical] method SetTimestampsTransacted (line 186) | [SecurityCritical] method SetTimestampsUtcTransacted (line 201) | [SecurityCritical] method SetTimestampsUtcTransacted (line 215) | [SecurityCritical] method SetTimestampsUtcTransacted (line 229) | [SecurityCritical] method SetTimestampsUtcTransacted (line 244) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.CountFileSystemObjects.cs class Directory (line 29) | public static partial class Directory method CountFileSystemObjects (line 41) | [SecurityCritical] method CountFileSystemObjects (line 59) | [SecurityCritical] method CountFileSystemObjects (line 81) | [SecurityCritical] method CountFileSystemObjects (line 104) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.CountFileSystemObjectsTransacted.cs class Directory (line 29) | public static partial class Directory method CountFileSystemObjectsTransacted (line 42) | [SecurityCritical] method CountFileSystemObjectsTransacted (line 61) | [SecurityCritical] method CountFileSystemObjectsTransacted (line 84) | [SecurityCritical] method CountFileSystemObjectsTransacted (line 108) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.CreateDirectory.cs class Directory (line 30) | public static partial class Directory method CreateDirectory (line 43) | [SecurityCritical] method CreateDirectory (line 60) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 80) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 98) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 116) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 135) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 154) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 174) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 192) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 211) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 230) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 250) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 269) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 289) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 309) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectory (line 330) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.CreateDirectoryTransacted.cs class Directory (line 30) | public static partial class Directory method CreateDirectoryTransacted (line 42) | [SecurityCritical] method CreateDirectoryTransacted (line 60) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 79) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 99) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 118) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 138) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 158) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 179) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 198) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 217) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 237) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 258) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 278) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 299) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 320) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateDirectoryTransacted (line 342) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.Delete.cs class Directory (line 28) | public static partial class Directory method Delete (line 41) | [SecurityCritical] method Delete (line 58) | [SecurityCritical] method Delete (line 77) | [SecurityCritical] method Delete (line 95) | [SecurityCritical] method Delete (line 113) | [SecurityCritical] method Delete (line 132) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.DeleteEmptySubdirectories.cs class Directory (line 28) | public static partial class Directory method DeleteEmptySubdirectories (line 39) | [SecurityCritical] method DeleteEmptySubdirectories (line 56) | [SecurityCritical] method DeleteEmptySubdirectories (line 74) | [SecurityCritical] method DeleteEmptySubdirectories (line 92) | [SecurityCritical] method DeleteEmptySubdirectories (line 111) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.DeleteEmptySubdirectoriesTransacted.cs class Directory (line 28) | public static partial class Directory method DeleteEmptySubdirectoriesTransacted (line 40) | [SecurityCritical] method DeleteEmptySubdirectoriesTransacted (line 58) | [SecurityCritical] method DeleteEmptySubdirectoriesTransacted (line 77) | [SecurityCritical] method DeleteEmptySubdirectoriesTransacted (line 96) | [SecurityCritical] method DeleteEmptySubdirectoriesTransacted (line 116) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.DeleteTransacted.cs class Directory (line 28) | public static partial class Directory method DeleteTransacted (line 40) | [SecurityCritical] method DeleteTransacted (line 58) | [SecurityCritical] method DeleteTransacted (line 76) | [SecurityCritical] method DeleteTransacted (line 95) | [SecurityCritical] method DeleteTransacted (line 114) | [SecurityCritical] method DeleteTransacted (line 134) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateAlternateDataStreams.cs class Directory (line 27) | public static partial class Directory method EnumerateAlternateDataStreams (line 32) | [SecurityCritical] method EnumerateAlternateDataStreams (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateAlternateDataStreamsTransacted.cs class Directory (line 27) | public static partial class Directory method EnumerateAlternateDataStreamsTransacted (line 33) | [SecurityCritical] method EnumerateAlternateDataStreamsTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateDirectories.cs class Directory (line 30) | public static partial class Directory method EnumerateDirectories (line 43) | [SecurityCritical] method EnumerateDirectories (line 64) | [SecurityCritical] method EnumerateDirectories (line 89) | [SecurityCritical] method EnumerateDirectories (line 108) | [SecurityCritical] method EnumerateDirectories (line 130) | [SecurityCritical] method EnumerateDirectories (line 157) | [SecurityCritical] method EnumerateDirectories (line 175) | [SecurityCritical] method EnumerateDirectories (line 193) | [SecurityCritical] method EnumerateDirectories (line 215) | [SecurityCritical] method EnumerateDirectories (line 239) | [SecurityCritical] method EnumerateDirectories (line 257) | [SecurityCritical] method EnumerateDirectories (line 275) | [SecurityCritical] method EnumerateDirectories (line 297) | [SecurityCritical] method EnumerateDirectories (line 321) | [SecurityCritical] method EnumerateDirectories (line 340) | [SecurityCritical] method EnumerateDirectories (line 359) | [SecurityCritical] method EnumerateDirectories (line 382) | [SecurityCritical] method EnumerateDirectories (line 407) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateDirectoriesTransacted.cs class Directory (line 30) | public static partial class Directory method EnumerateDirectoriesTransacted (line 42) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 64) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 91) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 110) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 133) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 161) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 180) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 199) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 222) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 247) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 266) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 285) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 308) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 333) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 353) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 373) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 397) | [SecurityCritical] method EnumerateDirectoriesTransacted (line 423) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateFileIdBothDirectoryInfo.cs class Directory (line 30) | public static partial class Directory method EnumerateFileIdBothDirectoryInfo (line 36) | [SecurityCritical] method EnumerateFileIdBothDirectoryInfo (line 48) | [SecurityCritical] method EnumerateFileIdBothDirectoryInfo (line 60) | [SecurityCritical] method EnumerateFileIdBothDirectoryInfo (line 73) | [SecurityCritical] method EnumerateFileIdBothDirectoryInfo (line 84) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateFileIdBothDirectoryInfoTransacted.cs class Directory (line 29) | public static partial class Directory method EnumerateFileIdBothDirectoryInfoTransacted (line 36) | [SecurityCritical] method EnumerateFileIdBothDirectoryInfoTransacted (line 49) | [SecurityCritical] method EnumerateFileIdBothDirectoryInfoTransacted (line 62) | [SecurityCritical] method EnumerateFileIdBothDirectoryInfoTransacted (line 76) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateFileSystemEntries.cs class Directory (line 30) | public static partial class Directory method EnumerateFileSystemEntries (line 43) | [SecurityCritical] method EnumerateFileSystemEntries (line 64) | [SecurityCritical] method EnumerateFileSystemEntries (line 89) | [SecurityCritical] method EnumerateFileSystemEntries (line 108) | [SecurityCritical] method EnumerateFileSystemEntries (line 130) | [SecurityCritical] method EnumerateFileSystemEntries (line 157) | [SecurityCritical] method EnumerateFileSystemEntries (line 175) | [SecurityCritical] method EnumerateFileSystemEntries (line 193) | [SecurityCritical] method EnumerateFileSystemEntries (line 215) | [SecurityCritical] method EnumerateFileSystemEntries (line 239) | [SecurityCritical] method EnumerateFileSystemEntries (line 257) | [SecurityCritical] method EnumerateFileSystemEntries (line 275) | [SecurityCritical] method EnumerateFileSystemEntries (line 293) | [SecurityCritical] method EnumerateFileSystemEntries (line 312) | [SecurityCritical] method EnumerateFileSystemEntries (line 335) | [SecurityCritical] method EnumerateFileSystemEntries (line 360) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateFileSystemEntriesTransacted.cs class Directory (line 30) | public static partial class Directory method EnumerateFileSystemEntriesTransacted (line 42) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 64) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 91) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 110) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 133) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 161) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 180) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 199) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 222) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 247) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 266) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 285) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 304) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 324) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 348) | [SecurityCritical] method EnumerateFileSystemEntriesTransacted (line 374) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateFileSystemEntryInfos.cs class Directory (line 30) | public static partial class Directory method EnumerateFileSystemEntryInfos (line 57) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 91) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 125) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 160) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 198) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 237) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 276) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 316) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 350) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 385) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 420) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 456) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 495) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 536) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 577) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfos (line 619) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateFileSystemEntryInfosTransacted.cs class Directory (line 30) | public static partial class Directory method EnumerateFileSystemEntryInfosTransacted (line 58) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 93) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 128) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 164) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 203) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 244) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 285) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 327) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 363) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 399) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 435) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 472) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 512) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 554) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 596) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemEntryInfosTransacted (line 639) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateFiles.cs class Directory (line 30) | public static partial class Directory method EnumerateFiles (line 43) | [SecurityCritical] method EnumerateFiles (line 64) | [SecurityCritical] method EnumerateFiles (line 89) | [SecurityCritical] method EnumerateFiles (line 108) | [SecurityCritical] method EnumerateFiles (line 130) | [SecurityCritical] method EnumerateFiles (line 157) | [SecurityCritical] method EnumerateFiles (line 175) | [SecurityCritical] method EnumerateFiles (line 193) | [SecurityCritical] method EnumerateFiles (line 215) | [SecurityCritical] method EnumerateFiles (line 239) | [SecurityCritical] method EnumerateFiles (line 257) | [SecurityCritical] method EnumerateFiles (line 275) | [SecurityCritical] method EnumerateFiles (line 297) | [SecurityCritical] method EnumerateFiles (line 321) | [SecurityCritical] method EnumerateFiles (line 340) | [SecurityCritical] method EnumerateFiles (line 359) | [SecurityCritical] method EnumerateFiles (line 382) | [SecurityCritical] method EnumerateFiles (line 407) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateFilesTransacted.cs class Directory (line 30) | public static partial class Directory method EnumerateFilesTransacted (line 42) | [SecurityCritical] method EnumerateFilesTransacted (line 64) | [SecurityCritical] method EnumerateFilesTransacted (line 91) | [SecurityCritical] method EnumerateFilesTransacted (line 110) | [SecurityCritical] method EnumerateFilesTransacted (line 133) | [SecurityCritical] method EnumerateFilesTransacted (line 161) | [SecurityCritical] method EnumerateFilesTransacted (line 180) | [SecurityCritical] method EnumerateFilesTransacted (line 199) | [SecurityCritical] method EnumerateFilesTransacted (line 222) | [SecurityCritical] method EnumerateFilesTransacted (line 247) | [SecurityCritical] method EnumerateFilesTransacted (line 266) | [SecurityCritical] method EnumerateFilesTransacted (line 285) | [SecurityCritical] method EnumerateFilesTransacted (line 308) | [SecurityCritical] method EnumerateFilesTransacted (line 333) | [SecurityCritical] method EnumerateFilesTransacted (line 353) | [SecurityCritical] method EnumerateFilesTransacted (line 373) | [SecurityCritical] method EnumerateFilesTransacted (line 397) | [SecurityCritical] method EnumerateFilesTransacted (line 423) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.EnumerateLogicalDrives.cs class Directory (line 29) | public static partial class Directory method EnumerateLogicalDrives (line 33) | [SecurityCritical] method EnumerateLogicalDrives (line 44) | [SecurityCritical] method EnumerateLogicalDrivesCore (line 57) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.Exists.cs class Directory (line 26) | public static partial class Directory method Exists (line 41) | [SecurityCritical] method Exists (line 62) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.ExistsDrive.cs class Directory (line 27) | public static partial class Directory method ExistsDrive (line 32) | public static bool ExistsDrive(string path) method ExistsDrive (line 42) | public static bool ExistsDrive(KernelTransaction transaction, string p... method ExistsDrive (line 53) | [Obsolete("This function will be removed.")] method ExistsDriveOrFolderOrFile (line 62) | internal static bool ExistsDriveOrFolderOrFile(KernelTransaction trans... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.ExistsTransacted.cs class Directory (line 26) | public static partial class Directory method ExistsTransacted (line 40) | [SecurityCritical] method ExistsTransacted (line 60) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetAccessControl.cs class Directory (line 31) | public static partial class Directory method GetAccessControl (line 41) | [SecurityCritical] method GetAccessControl (line 57) | [SecurityCritical] method GetAccessControl (line 71) | [SecurityCritical] method GetAccessControl (line 86) | [SecurityCritical] method GetAccessControl (line 99) | [SecurityCritical] method GetAccessControl (line 113) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetCurrentDirectory.cs class Directory (line 31) | public static partial class Directory method GetCurrentDirectory (line 45) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetDirectories.cs class Directory (line 30) | public static partial class Directory method GetDirectories (line 50) | [SecurityCritical] method GetDirectories (line 78) | [SecurityCritical] method GetDirectories (line 110) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetDirectoriesTransacted.cs class Directory (line 30) | public static partial class Directory method GetDirectoriesTransacted (line 49) | [SecurityCritical] method GetDirectoriesTransacted (line 78) | [SecurityCritical] method GetDirectoriesTransacted (line 111) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetDirectoryRoot.cs class Directory (line 27) | public static partial class Directory method GetDirectoryRoot (line 37) | [SecurityCritical] method GetDirectoryRoot (line 53) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetDirectoryRootTransacted.cs class Directory (line 27) | public static partial class Directory method GetDirectoryRootTransacted (line 36) | [SecurityCritical] method GetDirectoryRootTransacted (line 51) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFileIdInfo.cs class Directory (line 26) | public static partial class Directory method GetFileIdInfo (line 32) | [SecurityCritical] method GetFileIdInfo (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFileIdInfoTransacted.cs class Directory (line 26) | public static partial class Directory method GetFileIdInfoTransacted (line 33) | [SecurityCritical] method GetFileIdInfoTransacted (line 46) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFileInfoByHandle.cs class Directory (line 27) | public static partial class Directory method GetFileInfoByHandle (line 33) | [SecurityCritical] method GetFileInfoByHandle (line 45) | [SecurityCritical] method GetFileInfoByHandle (line 56) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFileInfoByHandleTransacted.cs class Directory (line 26) | public static partial class Directory method GetFileInfoByHandleTransacted (line 33) | [SecurityCritical] method GetFileInfoByHandleTransacted (line 46) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFileSystemEntries.cs class Directory (line 30) | public static partial class Directory method GetFileSystemEntries (line 50) | [SecurityCritical] method GetFileSystemEntries (line 78) | [SecurityCritical] method GetFileSystemEntries (line 110) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFileSystemEntriesTransacted.cs class Directory (line 30) | public static partial class Directory method GetFileSystemEntriesTransacted (line 49) | [SecurityCritical] method GetFileSystemEntriesTransacted (line 78) | [SecurityCritical] method GetFileSystemEntriesTransacted (line 111) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFileSystemEntryInfo.cs class Directory (line 26) | public static partial class Directory method GetFileSystemEntryInfo (line 31) | [SecurityCritical] method GetFileSystemEntryInfo (line 42) | [SecurityCritical] method GetFileSystemEntryInfo (line 56) | [SecurityCritical] method GetFileSystemEntryInfo (line 71) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFileSystemEntryInfoTransacted.cs class Directory (line 26) | public static partial class Directory method GetFileSystemEntryInfoTransacted (line 32) | [SecurityCritical] method GetFileSystemEntryInfoTransacted (line 44) | [SecurityCritical] method GetFileSystemEntryInfoTransacted (line 59) | [SecurityCritical] method GetFileSystemEntryInfoTransacted (line 75) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFiles.cs class Directory (line 30) | public static partial class Directory method GetFiles (line 51) | [SecurityCritical] method GetFiles (line 80) | [SecurityCritical] method GetFiles (line 113) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetFilesTransacted.cs class Directory (line 30) | public static partial class Directory method GetFilesTransacted (line 50) | [SecurityCritical] method GetFilesTransacted (line 80) | [SecurityCritical] method GetFilesTransacted (line 114) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetLinkTargetInfo.cs class Directory (line 27) | public static partial class Directory method GetLinkTargetInfo (line 40) | [SecurityCritical] method GetLinkTargetInfo (line 59) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetLinkTargetInfoTransacted.cs class Directory (line 27) | public static partial class Directory method GetLinkTargetInfoTransacted (line 41) | [SecurityCritical] method GetLinkTargetInfoTransacted (line 66) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetLogicalDrives.cs class Directory (line 27) | public static partial class Directory method GetLogicalDrives (line 33) | [SecurityCritical] method GetLogicalDrives (line 46) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetParent.cs class Directory (line 26) | public static partial class Directory method GetParent (line 33) | [SecurityCritical] method GetParent (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetParentTransacted.cs class Directory (line 26) | public static partial class Directory method GetParentTransacted (line 32) | [SecurityCritical] method GetParentTransacted (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetProperties.cs class Directory (line 29) | public static partial class Directory method GetProperties (line 47) | [SecurityCritical] method GetProperties (line 71) | [SecurityCritical] method GetProperties (line 95) | [SecurityCritical] method GetProperties (line 120) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetPropertiesTransacted.cs class Directory (line 29) | public static partial class Directory method GetPropertiesTransacted (line 48) | [SecurityCritical] method GetPropertiesTransacted (line 73) | [SecurityCritical] method GetPropertiesTransacted (line 98) | [SecurityCritical] method GetPropertiesTransacted (line 124) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetSize.cs class Directory (line 26) | public static partial class Directory method GetSize (line 31) | [SecurityCritical] method GetSize (line 42) | [SecurityCritical] method GetSize (line 53) | [SecurityCritical] method GetSize (line 65) | [SecurityCritical] method GetSize (line 77) | [SecurityCritical] method GetSize (line 90) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.GetSizeTransacted.cs class Directory (line 26) | public static partial class Directory method GetSizeTransacted (line 32) | [SecurityCritical] method GetSizeTransacted (line 44) | [SecurityCritical] method GetSizeTransacted (line 56) | [SecurityCritical] method GetSizeTransacted (line 69) | [SecurityCritical] method GetSizeTransacted (line 82) | [SecurityCritical] method GetSizeTransacted (line 96) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.HasInheritedPermissions.cs class Directory (line 27) | public static partial class Directory method HasInheritedPermissions (line 32) | public static bool HasInheritedPermissions(string path) method HasInheritedPermissions (line 42) | public static bool HasInheritedPermissions(string path, PathFormat pat... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.IsEmpty.cs class Directory (line 26) | public static partial class Directory method IsEmpty (line 34) | [SecurityCritical] method IsEmpty (line 48) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.IsEmptyTransacted.cs class Directory (line 26) | public static partial class Directory method IsEmptyTransacted (line 35) | [SecurityCritical] method IsEmptyTransacted (line 50) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.SetAccessControl.cs class Directory (line 29) | public static partial class Directory method SetAccessControl (line 34) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 46) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 61) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 77) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 88) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 100) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.SetCurrentDirectory.cs class Directory (line 29) | public static partial class Directory method SetCurrentDirectory (line 43) | [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of pub... method SetCurrentDirectory (line 64) | [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of pub... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Directory Class/Directory.cs class Directory (line 29) | [SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClas... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Compression/DirectoryInfo.Compress.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method Compress (line 38) | [SecurityCritical] method Compress (line 53) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Compression/DirectoryInfo.Decompress.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method Decompress (line 38) | [SecurityCritical] method Decompress (line 53) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Compression/DirectoryInfo.DisableCompression.cs class DirectoryInfo (line 26) | public sealed partial class DirectoryInfo method DisableCompression (line 33) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Compression/DirectoryInfo.EnableCompression.cs class DirectoryInfo (line 26) | public sealed partial class DirectoryInfo method EnableCompression (line 33) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo CopyToMoveTo/DirectoryInfo.CopyTo.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method CopyTo (line 51) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTo (line 82) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTo (line 116) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTo (line 151) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTo (line 185) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTo (line 220) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTo (line 250) | [SecurityCritical] method CopyTo (line 278) | [SecurityCritical] method CopyTo (line 310) | [SecurityCritical] method CopyTo (line 343) | [SecurityCritical] method CopyTo (line 376) | [SecurityCritical] method CopyTo (line 409) | [SecurityCritical] method CopyTo (line 442) | [SecurityCritical] method CopyTo (line 476) | [SecurityCritical] method CopyTo (line 512) | [SecurityCritical] method CopyTo (line 549) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo CopyToMoveTo/DirectoryInfo.CopyToMoveToCore.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method CopyToMoveToCore (line 54) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo CopyToMoveTo/DirectoryInfo.MoveTo.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method MoveTo (line 50) | [SecurityCritical] method MoveTo (line 83) | [SecurityCritical] method MoveTo (line 116) | [SecurityCritical] method MoveTo (line 150) | [SecurityCritical] method MoveTo (line 187) | [SecurityCritical] method MoveTo (line 229) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Encryption/DirectoryInfo.Decrypt.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method Decrypt (line 38) | [SecurityCritical] method Decrypt (line 54) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Encryption/DirectoryInfo.DisableEncryption.cs class DirectoryInfo (line 26) | public sealed partial class DirectoryInfo method DisableEncryption (line 31) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Encryption/DirectoryInfo.EnableEncryption.cs class DirectoryInfo (line 26) | public sealed partial class DirectoryInfo method EnableEncryption (line 31) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Encryption/DirectoryInfo.Encrypt.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method Encrypt (line 38) | [SecurityCritical] method Encrypt (line 54) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Junctions, Links/DirectoryInfo.CreateJunction.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method CreateJunction (line 49) | [SecurityCritical] method CreateJunction (line 78) | [SecurityCritical] method CreateJunction (line 107) | [SecurityCritical] method CreateJunction (line 137) | [SecurityCritical] method CreateJunction (line 167) | [SecurityCritical] method CreateJunction (line 198) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Junctions, Links/DirectoryInfo.DeleteJunction.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method DeleteJunction (line 43) | [SecurityCritical] method DeleteJunction (line 66) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo Junctions, Links/DirectoryInfo.ExistsJunction.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method ExistsJunction (line 47) | [SecurityCritical] method ExistsJunction (line 72) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.CountFileSystemObjects.cs class DirectoryInfo (line 29) | public sealed partial class DirectoryInfo method CountFileSystemObjects (line 40) | [SecurityCritical] method CountFileSystemObjects (line 61) | [SecurityCritical] method CountFileSystemObjects (line 83) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.Create.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method Create (line 34) | [SecurityCritical] method Create (line 44) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method Create (line 57) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method Create (line 69) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.CreateSubdirectory.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method CreateSubdirectory (line 40) | [SecurityCritical] method CreateSubdirectory (line 56) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateSubdirectory (line 75) | [SecurityCritical] method CreateSubdirectory (line 92) | [SecurityCritical] method CreateSubdirectory (line 109) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method CreateSubdirectory (line 128) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.CreateSubdirectoryCore.cs class DirectoryInfo (line 29) | public sealed partial class DirectoryInfo method CreateSubdirectoryCore (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.Delete.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method Delete (line 39) | [SecurityCritical] method Delete (line 58) | [SecurityCritical] method Delete (line 80) | [SecurityCritical] method Delete (line 101) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.DeleteEmptySubdirectories.cs class DirectoryInfo (line 27) | public sealed partial class DirectoryInfo method DeleteEmptySubdirectories (line 30) | [SecurityCritical] method DeleteEmptySubdirectories (line 39) | [SecurityCritical] method DeleteEmptySubdirectories (line 49) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.EnumerateAlternateDataStreams.cs class DirectoryInfo (line 27) | public sealed partial class DirectoryInfo method EnumerateAlternateDataStreams (line 31) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.EnumerateDirectories.cs class DirectoryInfo (line 29) | public sealed partial class DirectoryInfo method EnumerateDirectories (line 41) | [SecurityCritical] method EnumerateDirectories (line 61) | [SecurityCritical] method EnumerateDirectories (line 85) | [SecurityCritical] method EnumerateDirectories (line 103) | [SecurityCritical] method EnumerateDirectories (line 124) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.EnumerateFileSystemInfos.cs class DirectoryInfo (line 30) | public sealed partial class DirectoryInfo method EnumerateFileSystemInfos (line 42) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemInfos (line 63) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemInfos (line 88) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemInfos (line 107) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method EnumerateFileSystemInfos (line 129) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.EnumerateFiles.cs class DirectoryInfo (line 29) | public sealed partial class DirectoryInfo method EnumerateFiles (line 41) | [SecurityCritical] method EnumerateFiles (line 61) | [SecurityCritical] method EnumerateFiles (line 85) | [SecurityCritical] method EnumerateFiles (line 103) | [SecurityCritical] method EnumerateFiles (line 124) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.GetAccessControl.cs class DirectoryInfo (line 27) | public sealed partial class DirectoryInfo method GetAccessControl (line 33) | [SecurityCritical] method GetAccessControl (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.GetDirectories.cs class DirectoryInfo (line 29) | public sealed partial class DirectoryInfo method GetDirectories (line 47) | [SecurityCritical] method GetDirectories (line 72) | [SecurityCritical] method GetDirectories (line 102) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.GetFileIdInfo.cs class DirectoryInfo (line 27) | public sealed partial class DirectoryInfo method GetFileIdInfo (line 32) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.GetFileSystemInfos.cs class DirectoryInfo (line 30) | public sealed partial class DirectoryInfo method GetFileSystemInfos (line 51) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method GetFileSystemInfos (line 81) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method GetFileSystemInfos (line 115) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.GetFiles.cs class DirectoryInfo (line 29) | public sealed partial class DirectoryInfo method GetFiles (line 48) | [SecurityCritical] method GetFiles (line 75) | [SecurityCritical] method GetFiles (line 106) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.RefreshEntryInfo.cs class DirectoryInfo (line 26) | public sealed partial class DirectoryInfo method RefreshEntryInfo (line 29) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.SetAccessControl.cs class DirectoryInfo (line 28) | public sealed partial class DirectoryInfo method SetAccessControl (line 34) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 45) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/DirectoryInfo Class/DirectoryInfo.cs class DirectoryInfo (line 29) | [Serializable] method DirectoryInfo (line 42) | public DirectoryInfo(string path) : this(null, path, PathFormat.Relati... method DirectoryInfo (line 53) | public DirectoryInfo(string path, PathFormat pathFormat) : this(null, ... method DirectoryInfo (line 63) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method DirectoryInfo (line 86) | public DirectoryInfo(KernelTransaction transaction, string path) : thi... method DirectoryInfo (line 96) | public DirectoryInfo(KernelTransaction transaction, string path, PathF... method ToString (line 188) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/AlreadyExistsException.cs class AlreadyExistsException (line 33) | [Serializable] method AlreadyExistsException (line 41) | public AlreadyExistsException() : base(string.Format(CultureInfo.Invar... method AlreadyExistsException (line 50) | public AlreadyExistsException(string message) : base(message, ErrorCode) method AlreadyExistsException (line 58) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method AlreadyExistsException (line 67) | public AlreadyExistsException(string path, Exception innerException) :... method AlreadyExistsException (line 75) | protected AlreadyExistsException(SerializationInfo info, StreamingCont... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/DeviceNotReadyException.cs class DeviceNotReadyException (line 31) | [Serializable] method DeviceNotReadyException (line 39) | public DeviceNotReadyException() : base(string.Format(CultureInfo.Inva... method DeviceNotReadyException (line 46) | public DeviceNotReadyException(string message) : base(message, ErrorCode) method DeviceNotReadyException (line 54) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method DeviceNotReadyException (line 63) | public DeviceNotReadyException(string path, Exception innerException) ... method DeviceNotReadyException (line 71) | protected DeviceNotReadyException(SerializationInfo info, StreamingCon... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/DirectoryNotEmptyException.cs class DirectoryNotEmptyException (line 31) | [Serializable] method DirectoryNotEmptyException (line 39) | public DirectoryNotEmptyException() : base(string.Format(CultureInfo.I... method DirectoryNotEmptyException (line 46) | public DirectoryNotEmptyException(string message) : base(message, Erro... method DirectoryNotEmptyException (line 54) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method DirectoryNotEmptyException (line 63) | public DirectoryNotEmptyException(string path, Exception innerExceptio... method DirectoryNotEmptyException (line 71) | protected DirectoryNotEmptyException(SerializationInfo info, Streaming... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/DirectoryReadOnlyException.cs class DirectoryReadOnlyException (line 30) | [Serializable] method DirectoryReadOnlyException (line 37) | public DirectoryReadOnlyException() : base(string.Format(CultureInfo.I... method DirectoryReadOnlyException (line 44) | public DirectoryReadOnlyException(string path) : base(string.Format(Cu... method DirectoryReadOnlyException (line 52) | public DirectoryReadOnlyException(string path, Exception innerExceptio... method DirectoryReadOnlyException (line 60) | protected DirectoryReadOnlyException(SerializationInfo info, Streaming... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/FileReadOnlyException.cs class FileReadOnlyException (line 30) | [Serializable] method FileReadOnlyException (line 37) | public FileReadOnlyException() : base(string.Format(CultureInfo.Invari... method FileReadOnlyException (line 44) | public FileReadOnlyException(string path) : base(string.Format(Culture... method FileReadOnlyException (line 52) | public FileReadOnlyException(string path, Exception innerException) : ... method FileReadOnlyException (line 60) | protected FileReadOnlyException(SerializationInfo info, StreamingConte... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/InvalidTransactionException.cs class InvalidTransactionException (line 28) | [Serializable] method InvalidTransactionException (line 32) | public InvalidTransactionException() method InvalidTransactionException (line 39) | public InvalidTransactionException(string message) : base(message) method InvalidTransactionException (line 47) | public InvalidTransactionException(string message, Exception innerExce... method InvalidTransactionException (line 55) | protected InvalidTransactionException(SerializationInfo info, Streamin... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/NotAReparsePointException.cs class NotAReparsePointException (line 30) | [Serializable] method NotAReparsePointException (line 38) | public NotAReparsePointException() : base(string.Format(CultureInfo.In... method NotAReparsePointException (line 46) | public NotAReparsePointException(string message, int lastError) : base... method NotAReparsePointException (line 53) | public NotAReparsePointException(string path) : base(string.Format(Cul... method NotAReparsePointException (line 61) | public NotAReparsePointException(string path, Exception innerException... method NotAReparsePointException (line 69) | protected NotAReparsePointException(SerializationInfo info, StreamingC... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/NotSameDeviceException.cs class NotSameDeviceException (line 32) | [Serializable] method NotSameDeviceException (line 40) | public NotSameDeviceException() : base(Resources.File_Or_Directory_Alr... method NotSameDeviceException (line 47) | public NotSameDeviceException(string message) : base(message, ErrorCode) method NotSameDeviceException (line 55) | public NotSameDeviceException(string message, Exception innerException... method NotSameDeviceException (line 63) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method NotSameDeviceException (line 72) | protected NotSameDeviceException(SerializationInfo info, StreamingCont... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/TransactionAlreadyAbortedException.cs class TransactionAlreadyAbortedException (line 28) | [Serializable] method TransactionAlreadyAbortedException (line 32) | public TransactionAlreadyAbortedException() method TransactionAlreadyAbortedException (line 39) | public TransactionAlreadyAbortedException(string message) : base(message) method TransactionAlreadyAbortedException (line 47) | public TransactionAlreadyAbortedException(string message, Exception in... method TransactionAlreadyAbortedException (line 55) | protected TransactionAlreadyAbortedException(SerializationInfo info, S... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/TransactionAlreadyCommittedException.cs class TransactionAlreadyCommittedException (line 28) | [Serializable] method TransactionAlreadyCommittedException (line 32) | public TransactionAlreadyCommittedException() method TransactionAlreadyCommittedException (line 39) | public TransactionAlreadyCommittedException(string message) : base(mes... method TransactionAlreadyCommittedException (line 47) | public TransactionAlreadyCommittedException(string message, Exception ... method TransactionAlreadyCommittedException (line 55) | protected TransactionAlreadyCommittedException(SerializationInfo info,... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/TransactionException.cs class TransactionException (line 28) | [Serializable] method TransactionException (line 32) | public TransactionException() method TransactionException (line 39) | public TransactionException(string message) : base(message) method TransactionException (line 47) | public TransactionException(string message, Exception innerException) ... method TransactionException (line 55) | protected TransactionException(SerializationInfo info, StreamingContex... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/TransactionalConflictException.cs class TransactionalConflictException (line 28) | [Serializable] method TransactionalConflictException (line 32) | public TransactionalConflictException() method TransactionalConflictException (line 39) | public TransactionalConflictException(string message) : base(message) method TransactionalConflictException (line 47) | public TransactionalConflictException(string message, Exception innerE... method TransactionalConflictException (line 55) | protected TransactionalConflictException(SerializationInfo info, Strea... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/UnrecognizedReparsePointException.cs class UnrecognizedReparsePointException (line 30) | [Serializable] method UnrecognizedReparsePointException (line 38) | public UnrecognizedReparsePointException() : base(string.Format(Cultur... method UnrecognizedReparsePointException (line 46) | public UnrecognizedReparsePointException(string message, int lastError... method UnrecognizedReparsePointException (line 53) | public UnrecognizedReparsePointException(string path) : base(string.Fo... method UnrecognizedReparsePointException (line 61) | public UnrecognizedReparsePointException(string path, Exception innerE... method UnrecognizedReparsePointException (line 69) | protected UnrecognizedReparsePointException(SerializationInfo info, St... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Exceptions/UnsupportedRemoteTransactionException.cs class UnsupportedRemoteTransactionException (line 28) | [Serializable] method UnsupportedRemoteTransactionException (line 32) | public UnsupportedRemoteTransactionException() method UnsupportedRemoteTransactionException (line 39) | public UnsupportedRemoteTransactionException(string message) : base(me... method UnsupportedRemoteTransactionException (line 47) | public UnsupportedRemoteTransactionException(string message, Exception... method UnsupportedRemoteTransactionException (line 55) | protected UnsupportedRemoteTransactionException(SerializationInfo info... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Compression/File.Compress.cs class File (line 26) | public static partial class File method Compress (line 30) | [SecurityCritical] method Compress (line 40) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Compression/File.CompressTransacted.cs class File (line 26) | public static partial class File method CompressTransacted (line 31) | [SecurityCritical] method CompressTransacted (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Compression/File.Decompress.cs class File (line 26) | public static partial class File method Decompress (line 30) | [SecurityCritical] method Decompress (line 40) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Compression/File.DecompressTransacted.cs class File (line 26) | public static partial class File method DecompressTransacted (line 31) | [SecurityCritical] method DecompressTransacted (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Compression/File.GetCompressedSize.cs class File (line 26) | public static partial class File method GetCompressedSize (line 36) | [SecurityCritical] method GetCompressedSize (line 52) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Compression/File.GetCompressedSizeTransacted.cs class File (line 26) | public static partial class File method GetCompressedSizeTransacted (line 37) | [SecurityCritical] method GetCompressedSizeTransacted (line 54) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File CopyMove/File.Copy.cs class File (line 28) | public static partial class File method Copy (line 51) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 85) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method Copy (line 119) | [SecurityCritical] method Copy (line 151) | [SecurityCritical] method Copy (line 187) | [SecurityCritical] method Copy (line 225) | [SecurityCritical] method Copy (line 259) | [SecurityCritical] method Copy (line 286) | [SecurityCritical] method Copy (line 316) | [SecurityCritical] method Copy (line 353) | [SecurityCritical] method Copy (line 383) | [SecurityCritical] method Copy (line 415) | [SecurityCritical] method Copy (line 447) | [SecurityCritical] method Copy (line 479) | [SecurityCritical] method Copy (line 513) | [SecurityCritical] method Copy (line 549) | [SecurityCritical] method Copy (line 585) | [SecurityCritical] method Copy (line 615) | [SecurityCritical] method Copy (line 647) | [SecurityCritical] method Copy (line 681) | [SecurityCritical] method Copy (line 717) | [SecurityCritical] method Copy (line 753) | [SecurityCritical] method Copy (line 791) | [SecurityCritical] method Copy (line 831) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File CopyMove/File.CopyMoveLogic.cs class File (line 27) | public static partial class File method HasCopyAllowed (line 30) | internal static bool HasCopyAllowed(MoveOptions? moveOptions) method HasCopySymbolicLink (line 37) | internal static bool HasCopySymbolicLink(CopyOptions? copyOptions) method HasDelayUntilReboot (line 44) | internal static bool HasDelayUntilReboot(MoveOptions? moveOptions) method HasCopyTimestamps (line 51) | internal static bool HasCopyTimestamps(CopyOptions? copyOptions) method HasReplaceExisting (line 58) | internal static bool HasReplaceExisting(MoveOptions? moveOptions) method IsCopyAction (line 66) | internal static bool IsCopyAction(CopyMoveArguments cma) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File CopyMove/File.CopyMoveNative.cs class File (line 28) | public static partial class File method CopyMoveNative (line 55) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File CopyMove/File.CopyTransacted.cs class File (line 28) | public static partial class File method CopyTransacted (line 50) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 82) | [Obsolete("To disable/enable overwrite, use other overload and use Cop... method CopyTransacted (line 116) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTransacted (line 150) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTransacted (line 188) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTransacted (line 228) | [Obsolete("Use other overload and add CopyOptions.CopyTimestamp enum f... method CopyTransacted (line 263) | [SecurityCritical] method CopyTransacted (line 293) | [SecurityCritical] method CopyTransacted (line 325) | [SecurityCritical] method CopyTransacted (line 359) | [SecurityCritical] method CopyTransacted (line 393) | [SecurityCritical] method CopyTransacted (line 427) | [SecurityCritical] method CopyTransacted (line 463) | [SecurityCritical] method CopyTransacted (line 501) | [SecurityCritical] method CopyTransacted (line 539) | [SecurityCritical] method CopyTransacted (line 571) | [SecurityCritical] method CopyTransacted (line 605) | [SecurityCritical] method CopyTransacted (line 641) | [SecurityCritical] method CopyTransacted (line 679) | [SecurityCritical] method CopyTransacted (line 717) | [SecurityCritical] method CopyTransacted (line 757) | [SecurityCritical] method CopyTransacted (line 799) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File CopyMove/File.Move.cs class File (line 28) | public static partial class File method Move (line 50) | [SecurityCritical] method Move (line 82) | [SecurityCritical] method Move (line 115) | [SecurityCritical] method Move (line 149) | [SecurityCritical] method Move (line 183) | [SecurityCritical] method Move (line 218) | [SecurityCritical] method Move (line 254) | [SecurityCritical] method Move (line 293) | [SecurityCritical] method Move (line 330) | [SecurityCritical] method Move (line 361) | [SecurityCritical] method Move (line 394) | [SecurityCritical] method Move (line 429) | [SecurityCritical] method Move (line 464) | [SecurityCritical] method Move (line 500) | [SecurityCritical] method Move (line 537) | [SecurityCritical] method Move (line 577) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File CopyMove/File.MoveTransacted.cs class File (line 28) | public static partial class File method MoveTransacted (line 49) | [SecurityCritical] method MoveTransacted (line 81) | [SecurityCritical] method MoveTransacted (line 115) | [SecurityCritical] method MoveTransacted (line 151) | [SecurityCritical] method MoveTransacted (line 187) | [SecurityCritical] method MoveTransacted (line 223) | [SecurityCritical] method MoveTransacted (line 261) | [SecurityCritical] method MoveTransacted (line 301) | [SecurityCritical] method MoveTransacted (line 340) | [SecurityCritical] method MoveTransacted (line 373) | [SecurityCritical] method MoveTransacted (line 408) | [SecurityCritical] method MoveTransacted (line 445) | [SecurityCritical] method MoveTransacted (line 482) | [SecurityCritical] method MoveTransacted (line 519) | [SecurityCritical] method MoveTransacted (line 558) | [SecurityCritical] method MoveTransacted (line 599) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File CopyMove/File.RestartMoveOrThrowException.cs class File (line 30) | public static partial class File method RestartMoveOrThrowException (line 32) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File CopyMove/File.ValidateFileOrDirectoryMoveArguments.cs class File (line 27) | public static partial class File method ValidateFileOrDirectoryMoveArguments (line 29) | internal static CopyMoveArguments ValidateFileOrDirectoryMoveArguments... method ValidateFileOrDirectoryMoveArguments (line 39) | private static CopyMoveArguments ValidateFileOrDirectoryMoveArguments(... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File CopyMove/File.VerifyDelayUntilReboot.cs class File (line 27) | public static partial class File method VerifyDelayUntilReboot (line 29) | private static bool VerifyDelayUntilReboot(string sourcePath, MoveOpti... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.AppendTextCore.cs class File (line 30) | public static partial class File method AppendTextCore (line 43) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.CopyMoveCore.cs class File (line 31) | public static partial class File method CopyMoveCore (line 56) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.CopyTimestampsCore.cs class File (line 28) | public static partial class File method CopyTimestampsCore (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.CreateFileCore.cs class File (line 33) | public static partial class File method CreateFileCore (line 56) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.CreateFileStreamCore.cs class File (line 31) | public static partial class File method CreateFileStreamCore (line 44) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.CreateHardlinkCore.cs class File (line 30) | public static partial class File method CreateHardLinkCore (line 40) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.CreateSymbolicLinkCore.cs class File (line 30) | public static partial class File method CreateSymbolicLinkCore (line 50) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.CreateTextCore.cs class File (line 30) | public static partial class File method CreateTextCore (line 38) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.DeleteFileCore.cs class File (line 31) | public static partial class File method DeleteFileCore (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.EncryptDecryptFileCore.cs class File (line 30) | public static partial class File method EncryptDecryptFileCore (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.EnumerateAlternateDataStreamsCore.cs class File (line 28) | public static partial class File method EnumerateAlternateDataStreamsCore (line 36) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.EnumerateHardLinksCore.cs class File (line 30) | public static partial class File method EnumerateHardLinksCore (line 38) | internal static IEnumerable EnumerateHardLinksCore(KernelTrans... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.ExistsCore.cs class File (line 27) | public static partial class File method ExistsCore (line 52) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.FindAllStreamsCore.cs class File (line 29) | public static partial class File method FindAllStreamsCore (line 31) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetAccessControlCore.cs class File (line 33) | public static partial class File method GetAccessControlCore (line 45) | [SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects mul... method GetAccessControlHandleCore (line 88) | internal static T GetAccessControlHandleCore(bool internalCall, boo... method CreateSecurityInformation (line 114) | private static SECURITY_INFORMATION CreateSecurityInformation(AccessCo... method GetSecurityDescriptor (line 136) | private static T GetSecurityDescriptor(uint lastError, bool isFolde... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetAttributesExCore.cs class File (line 30) | public static partial class File method GetAttributesExCore (line 41) | [SuppressMessage("Microsoft.Interoperability", "CA1404:CallGetLastErro... method FillAttributeInfoCore (line 70) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetChangeTimeCore.cs class File (line 33) | public static partial class File method GetChangeTimeCore (line 47) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetCompressedSizeCore.cs class File (line 28) | public static partial class File method GetCompressedSizeCore (line 40) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetCreationTimeCore.cs class File (line 27) | public static partial class File method GetCreationTimeCore (line 38) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetEncryptionStatusCore.cs class File (line 28) | public static partial class File method GetEncryptionStatusCore (line 34) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetFileIdInfoCore.cs class File (line 29) | public static partial class File method GetFileIdInfoCore (line 38) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetFileInfoByHandleCore.cs class File (line 28) | public static partial class File method GetFileInfoByHandleCore (line 37) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetFileSystemEntryInfoCore.cs class File (line 27) | public static partial class File method GetFileSystemEntryInfoCore (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetHashCore.cs class File (line 31) | public static partial class File method GetHashCore (line 39) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetLastAccessTimeCore.cs class File (line 27) | public static partial class File method GetLastAccessTimeCore (line 38) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetLastWriteTimeCore.cs class File (line 27) | public static partial class File method GetLastWriteTimeCore (line 38) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetLinkTargetInfoCore.cs class File (line 28) | public static partial class File method GetLinkTargetInfoCore (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetProcessForFileLockCore.cs class File (line 32) | public static partial class File method GetProcessForFileLockCore (line 48) | [SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults",... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.GetSizeCore.cs class File (line 31) | public static partial class File method GetSizeCore (line 41) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.ImportExportEncryptedFileDirectoryRawCore.cs class File (line 28) | public static partial class File method ImportExportEncryptedFileDirectoryRawCore (line 30) | internal static void ImportExportEncryptedFileDirectoryRawCore(bool is... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.IsLockedCore.cs class File (line 29) | public static partial class File method IsLockedCore (line 39) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.OpenCore.cs class File (line 30) | public static partial class File method OpenCore (line 46) | internal static FileStream OpenCore(KernelTransaction transaction, str... method OpenCore (line 68) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.ReadAllBytesCore.cs class File (line 28) | public static partial class File method ReadAllBytesCore (line 36) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.ReadAllLinesCore.cs class File (line 31) | public static partial class File method ReadAllLinesCore (line 39) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.ReadAllTextCore.cs class File (line 30) | public static partial class File method ReadAllTextCore (line 38) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.ReadLinesCore.cs class File (line 31) | public static partial class File method ReadLinesCore (line 39) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.ReplaceCore.cs class File (line 29) | public static partial class File method ReplaceCore (line 50) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.SetAccessControlCore.cs class File (line 32) | public static partial class File method SetAccessControlCore (line 44) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.SetAttributesCore.cs class File (line 30) | public static partial class File method SetAttributesCore (line 52) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.SetFsoDateTimeCore.cs class File (line 30) | public static partial class File method SetFsoDateTimeCore (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.WriteAllBytesCore.cs class File (line 29) | public static partial class File method WriteAllBytesCore (line 37) | [SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotConta... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Core Methods/File.WriteAppendAllLinesCore.cs class File (line 32) | public static partial class File method WriteAppendAllLinesCore (line 52) | [SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects mul... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Encryption/File.Decrypt.cs class File (line 27) | public static partial class File method Decrypt (line 36) | [SecurityCritical] method Decrypt (line 51) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Encryption/File.Encrypt.cs class File (line 27) | public static partial class File method Encrypt (line 36) | [SecurityCritical] method Encrypt (line 51) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Encryption/File.ExportEncryptedFileRaw.cs class File (line 26) | public static partial class File method ExportEncryptedFileRaw (line 52) | public static void ExportEncryptedFileRaw(string fileName, Stream outp... method ExportEncryptedFileRaw (line 83) | public static void ExportEncryptedFileRaw(string fileName, Stream outp... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Encryption/File.GetEncryptionStatus.cs class File (line 26) | public static partial class File method GetEncryptionStatus (line 31) | [SecurityCritical] method GetEncryptionStatus (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Encryption/File.ImportEncryptedFileRaw.cs class File (line 26) | public static partial class File method ImportEncryptedFileRaw (line 49) | public static void ImportEncryptedFileRaw(Stream inputStream, string d... method ImportEncryptedFileRaw (line 77) | public static void ImportEncryptedFileRaw(Stream inputStream, string d... method ImportEncryptedFileRaw (line 105) | public static void ImportEncryptedFileRaw(Stream inputStream, string d... method ImportEncryptedFileRaw (line 134) | public static void ImportEncryptedFileRaw(Stream inputStream, string d... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Junctions, Links/File.CreateHardLink.cs class File (line 28) | public static partial class File method CreateHardlink (line 38) | [Obsolete("Use CreateHardLink method.")] method CreateHardlink (line 54) | [Obsolete("Use CreateHardLink method.")] method CreateHardLink (line 71) | [SecurityCritical] method CreateHardLink (line 87) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Junctions, Links/File.CreateHardLinkTransacted.cs class File (line 28) | public static partial class File method CreateHardlinkTransacted (line 39) | [Obsolete("Use CreateHardLinkTransacted method.")] method CreateHardlinkTransacted (line 56) | [Obsolete("Use CreateHardLinkTransacted method.")] method CreateHardLinkTransacted (line 74) | [SecurityCritical] method CreateHardLinkTransacted (line 91) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Junctions, Links/File.CreateSymbolicLink.cs class File (line 29) | public static partial class File method CreateSymbolicLink (line 41) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method CreateSymbolicLink (line 59) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method CreateSymbolicLinkTransacted (line 77) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method CreateSymbolicLinkTransacted (line 96) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method CreateSymbolicLink (line 122) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method CreateSymbolicLink (line 146) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Junctions, Links/File.CreateSymbolicLinkTransacted.cs class File (line 29) | public static partial class File method CreateSymbolicLinkTransacted (line 47) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method CreateSymbolicLinkTransacted (line 72) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Junctions, Links/File.EnumerateHardLinks.cs class File (line 29) | public static partial class File method EnumerateHardlinks (line 37) | [Obsolete("Use EnumerateHardLinks method.")] method EnumerateHardlinks (line 51) | [Obsolete("Use EnumerateHardLinks method.")] method EnumerateHardLinks (line 66) | [SecurityCritical] method EnumerateHardLinks (line 80) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Junctions, Links/File.EnumerateHardLinksTransacted.cs class File (line 29) | public static partial class File method EnumerateHardlinksTransacted (line 38) | [Obsolete("Use EnumerateHardLinks method.")] method EnumerateHardlinksTransacted (line 53) | [Obsolete("Use EnumerateHardLinks method.")] method EnumerateHardLinksTransacted (line 69) | [SecurityCritical] method EnumerateHardLinksTransacted (line 84) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Junctions, Links/File.GetLinkTargetInfo.cs class File (line 26) | public static partial class File method GetLinkTargetInfo (line 34) | [SecurityCritical] method GetLinkTargetInfo (line 48) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Junctions, Links/File.GetLinkTargetInfoTransacted.cs class File (line 26) | public static partial class File method GetLinkTargetInfoTransacted (line 35) | [SecurityCritical] method GetLinkTargetInfoTransacted (line 50) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.CopyTimestamps.cs class File (line 28) | public static partial class File method TransferTimestamps (line 37) | [Obsolete("Use new method name: CopyTimestamp")] method TransferTimestamps (line 48) | [Obsolete("Use new method name: CopyTimestamp")] method TransferTimestampsTransacted (line 61) | [Obsolete("Use new method name: CopyTimestampsTransacted")] method TransferTimestampsTransacted (line 73) | [Obsolete("Use new method name: CopyTimestampsTransacted")] method CopyTimestamps (line 92) | [SecurityCritical] method CopyTimestamps (line 107) | [SecurityCritical] method CopyTimestamps (line 122) | [SecurityCritical] method CopyTimestamps (line 138) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.CopyTimestampsTransacted.cs class File (line 28) | public static partial class File method CopyTimestampsTransacted (line 38) | [SecurityCritical] method CopyTimestampsTransacted (line 54) | [SecurityCritical] method CopyTimestampsTransacted (line 70) | [SecurityCritical] method CopyTimestampsTransacted (line 87) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetChangeTime.cs class File (line 28) | public static partial class File method GetChangeTime (line 35) | [SecurityCritical] method GetChangeTime (line 46) | [SecurityCritical] method GetChangeTime (line 57) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetChangeTimeTransacted.cs class File (line 27) | public static partial class File method GetChangeTimeTransacted (line 34) | [SecurityCritical] method GetChangeTimeTransacted (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetChangeTimeUtc.cs class File (line 28) | public static partial class File method GetChangeTimeUtc (line 34) | [SecurityCritical] method GetChangeTimeUtc (line 46) | [SecurityCritical] method GetChangeTimeUtc (line 57) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetChangeTimeUtcTransacted.cs class File (line 27) | public static partial class File method GetChangeTimeUtcTransacted (line 34) | [SecurityCritical] method GetChangeTimeUtcTransacted (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetCreationTime.cs class File (line 27) | public static partial class File method GetCreationTime (line 32) | [SecurityCritical] method GetCreationTime (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetCreationTimeTransacted.cs class File (line 27) | public static partial class File method GetCreationTimeTransacted (line 33) | [SecurityCritical] method GetCreationTimeTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetCreationTimeUtc.cs class File (line 27) | public static partial class File method GetCreationTimeUtc (line 32) | [SecurityCritical] method GetCreationTimeUtc (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetCreationTimeUtcTransacted.cs class File (line 27) | public static partial class File method GetCreationTimeUtcTransacted (line 33) | [SecurityCritical] method GetCreationTimeUtcTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetLastAccessTime.cs class File (line 27) | public static partial class File method GetLastAccessTime (line 32) | [SecurityCritical] method GetLastAccessTime (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetLastAccessTimeTransacted.cs class File (line 27) | public static partial class File method GetLastAccessTimeTransacted (line 33) | [SecurityCritical] method GetLastAccessTimeTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetLastAccessTimeUtc.cs class File (line 27) | public static partial class File method GetLastAccessTimeUtc (line 32) | [SecurityCritical] method GetLastAccessTimeUtc (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetLastAccessTimeUtcTransacted.cs class File (line 27) | public static partial class File method GetLastAccessTimeUtcTransacted (line 33) | [SecurityCritical] method GetLastAccessTimeUtcTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetLastWriteTime.cs class File (line 27) | public static partial class File method GetLastWriteTime (line 32) | [SecurityCritical] method GetLastWriteTime (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetLastWriteTimeTransacted.cs class File (line 27) | public static partial class File method GetLastWriteTimeTransacted (line 33) | [SecurityCritical] method GetLastWriteTimeTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetLastWriteTimeUtc.cs class File (line 27) | public static partial class File method GetLastWriteTimeUtc (line 32) | [SecurityCritical] method GetLastWriteTimeUtc (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.GetLastWriteTimeUtcTransacted.cs class File (line 27) | public static partial class File method GetLastWriteTimeUtcTransacted (line 33) | [SecurityCritical] method GetLastWriteTimeUtcTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetCreationTime.cs class File (line 27) | public static partial class File method SetCreationTime (line 32) | [SecurityCritical] method SetCreationTime (line 43) | [SecurityCritical] method SetCreationTime (line 54) | [SecurityCritical] method SetCreationTime (line 66) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetCreationTimeTransacted.cs class File (line 27) | public static partial class File method SetCreationTimeTransacted (line 33) | [SecurityCritical] method SetCreationTimeTransacted (line 45) | [SecurityCritical] method SetCreationTimeTransacted (line 57) | [SecurityCritical] method SetCreationTimeTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetCreationTimeUtc.cs class File (line 27) | public static partial class File method SetCreationTimeUtc (line 32) | [SecurityCritical] method SetCreationTimeUtc (line 43) | [SecurityCritical] method SetCreationTimeUtc (line 54) | [SecurityCritical] method SetCreationTimeUtc (line 66) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetCreationTimeUtcTransacted.cs class File (line 27) | public static partial class File method SetCreationTimeUtcTransacted (line 33) | [SecurityCritical] method SetCreationTimeUtcTransacted (line 45) | [SecurityCritical] method SetCreationTimeUtcTransacted (line 57) | [SecurityCritical] method SetCreationTimeUtcTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetLastAccessTime.cs class File (line 27) | public static partial class File method SetLastAccessTime (line 32) | [SecurityCritical] method SetLastAccessTime (line 43) | [SecurityCritical] method SetLastAccessTime (line 54) | [SecurityCritical] method SetLastAccessTime (line 66) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetLastAccessTimeTransacted.cs class File (line 27) | public static partial class File method SetLastAccessTimeTransacted (line 33) | [SecurityCritical] method SetLastAccessTimeTransacted (line 45) | [SecurityCritical] method SetLastAccessTimeTransacted (line 57) | [SecurityCritical] method SetLastAccessTimeTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetLastAccessTimeUtc.cs class File (line 27) | public static partial class File method SetLastAccessTimeUtc (line 32) | [SecurityCritical] method SetLastAccessTimeUtc (line 43) | [SecurityCritical] method SetLastAccessTimeUtc (line 54) | [SecurityCritical] method SetLastAccessTimeUtc (line 66) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetLastAccessTimeUtcTransacted.cs class File (line 27) | public static partial class File method SetLastAccessTimeUtcTransacted (line 33) | [SecurityCritical] method SetLastAccessTimeUtcTransacted (line 45) | [SecurityCritical] method SetLastAccessTimeUtcTransacted (line 58) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetLastWriteTime.cs class File (line 27) | public static partial class File method SetLastWriteTime (line 32) | [SecurityCritical] method SetLastWriteTime (line 43) | [SecurityCritical] method SetLastWriteTime (line 54) | [SecurityCritical] method SetLastWriteTime (line 66) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetLastWriteTimeTransacted.cs class File (line 27) | public static partial class File method SetLastWriteTimeTransacted (line 33) | [SecurityCritical] method SetLastWriteTimeTransacted (line 45) | [SecurityCritical] method SetLastWriteTimeTransacted (line 57) | [SecurityCritical] method SetLastWriteTimeTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetLastWriteTimeUtc.cs class File (line 27) | public static partial class File method SetLastWriteTimeUtc (line 32) | [SecurityCritical] method SetLastWriteTimeUtc (line 43) | [SecurityCritical] method SetLastWriteTimeUtc (line 54) | [SecurityCritical] method SetLastWriteTimeUtc (line 66) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetLastWriteTimeUtcTransacted.cs class File (line 27) | public static partial class File method SetLastWriteTimeUtcTransacted (line 33) | [SecurityCritical] method SetLastWriteTimeUtcTransacted (line 45) | [SecurityCritical] method SetLastWriteTimeUtcTransacted (line 57) | [SecurityCritical] method SetLastWriteTimeUtcTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetTimestamps.cs class File (line 27) | public static partial class File method SetTimestamps (line 34) | [SecurityCritical] method SetTimestamps (line 47) | [SecurityCritical] method SetTimestamps (line 60) | [SecurityCritical] method SetTimestamps (line 74) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetTimestampsTransacted.cs class File (line 27) | public static partial class File method SetTimestampsTransacted (line 35) | [SecurityCritical] method SetTimestampsTransacted (line 49) | [SecurityCritical] method SetTimestampsTransacted (line 63) | [SecurityCritical] method SetTimestampsTransacted (line 78) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetTimestampsUtc.cs class File (line 27) | public static partial class File method SetTimestampsUtc (line 35) | [SecurityCritical] method SetTimestampsUtc (line 46) | [SecurityCritical] method SetTimestampsUtc (line 59) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File Time/File.SetTimestampsUtcTransacted.cs class File (line 27) | public static partial class File method SetTimestampsUtcTransacted (line 35) | [SecurityCritical] method SetTimestampsUtcTransacted (line 49) | [SecurityCritical] method SetTimestampsUtcTransacted (line 63) | [SecurityCritical] method SetTimestampsUtcTransacted (line 78) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.AppendAllLines.cs class File (line 30) | public static partial class File method AppendAllLines (line 53) | [SecurityCritical] method AppendAllLines (line 80) | [SecurityCritical] method AppendAllLines (line 109) | [SecurityCritical] method AppendAllLines (line 140) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.AppendAllLinesTransacted.cs class File (line 30) | public static partial class File method AppendAllLinesTransacted (line 54) | [SecurityCritical] method AppendAllLinesTransacted (line 82) | [SecurityCritical] method AppendAllLinesTransacted (line 112) | [SecurityCritical] method AppendAllLinesTransacted (line 141) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.AppendAllText.cs class File (line 29) | public static partial class File method AppendAllText (line 46) | [SecurityCritical] method AppendAllText (line 67) | [SecurityCritical] method AppendAllText (line 90) | [SecurityCritical] method AppendAllText (line 112) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.AppendAllTextTransacted.cs class File (line 29) | public static partial class File method AppendAllTextTransacted (line 47) | [SecurityCritical] method AppendAllTextTransacted (line 69) | [SecurityCritical] method AppendAllTextTransacted (line 93) | [SecurityCritical] method AppendAllTextTransacted (line 116) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.AppendText.cs class File (line 29) | public static partial class File method AppendText (line 41) | [SecurityCritical] method AppendText (line 59) | [SecurityCritical] method AppendText (line 76) | [SecurityCritical] method AppendText (line 92) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.AppendTextTransacted.cs class File (line 29) | public static partial class File method AppendTextTransacted (line 40) | [SecurityCritical] method AppendTextTransacted (line 57) | [SecurityCritical] method AppendTextTransacted (line 74) | [SecurityCritical] method AppendTextTransacted (line 92) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.AttributeLogic.cs class File (line 26) | public static partial class File method HasValidAttributes (line 29) | internal static bool HasValidAttributes(FileAttributes fileAttributes) method IsDirectory (line 36) | internal static bool IsDirectory(FileAttributes fileAttributes) method IsHidden (line 43) | internal static bool IsHidden(FileAttributes fileAttributes) method IsReadOnly (line 50) | internal static bool IsReadOnly(FileAttributes fileAttributes) method IsReadOnlyOrHidden (line 57) | internal static bool IsReadOnlyOrHidden(FileAttributes fileAttributes) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.Create.cs class File (line 29) | public static partial class File method Create (line 36) | [SecurityCritical] method Create (line 47) | [SecurityCritical] method Create (line 59) | [SecurityCritical] method Create (line 72) | [SecurityCritical] method Create (line 85) | [SecurityCritical] method Create (line 97) | [SecurityCritical] method Create (line 110) | [SecurityCritical] method Create (line 124) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.CreateText.cs class File (line 29) | public static partial class File method CreateText (line 36) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method CreateText (line 50) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method CreateText (line 62) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method CreateText (line 75) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.CreateTextTransacted.cs class File (line 29) | public static partial class File method CreateTextTransacted (line 35) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method CreateTextTransacted (line 48) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method CreateTextTransacted (line 61) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method CreateTextTransacted (line 75) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.CreateTransacted.cs class File (line 29) | public static partial class File method CreateTransacted (line 35) | [SecurityCritical] method CreateTransacted (line 47) | [SecurityCritical] method CreateTransacted (line 60) | [SecurityCritical] method CreateTransacted (line 74) | [SecurityCritical] method CreateTransacted (line 86) | [SecurityCritical] method CreateTransacted (line 99) | [SecurityCritical] method CreateTransacted (line 113) | [SecurityCritical] method CreateTransacted (line 128) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.Delete.cs class File (line 28) | public static partial class File method Delete (line 37) | [SecurityCritical] method Delete (line 52) | [SecurityCritical] method Delete (line 67) | [SecurityCritical] method Delete (line 83) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.DeleteTransacted.cs class File (line 28) | public static partial class File method DeleteTransacted (line 38) | [SecurityCritical] method DeleteTransacted (line 54) | [SecurityCritical] method DeleteTransacted (line 70) | [SecurityCritical] method DeleteTransacted (line 87) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.EnumerateAlternateDataStreams.cs class File (line 27) | public static partial class File method EnumerateAlternateDataStreams (line 32) | [SecurityCritical] method EnumerateAlternateDataStreams (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.EnumerateAlternateDataStreamsTransacted.cs class File (line 27) | public static partial class File method EnumerateAlternateDataStreamsTransacted (line 33) | [SecurityCritical] method EnumerateAlternateDataStreamsTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.Exists.cs class File (line 26) | public static partial class File method Exists (line 49) | [SecurityCritical] method Exists (line 80) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ExistsTransacted.cs class File (line 26) | public static partial class File method ExistsTransacted (line 55) | [SecurityCritical] method ExistsTransacted (line 90) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.FindFirstStreamNative.cs class File (line 28) | public static partial class File method FindFirstStreamNative (line 30) | [SuppressMessage("Microsoft.Performance", "CA1804:RemoveUnusedLocals",... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetAccessControl.cs class File (line 31) | public static partial class File method GetAccessControl (line 39) | [SecurityCritical] method GetAccessControl (line 53) | [SecurityCritical] method GetAccessControl (line 67) | [SecurityCritical] method GetAccessControl (line 82) | [SecurityCritical] method GetAccessControl (line 95) | [SecurityCritical] method GetAccessControl (line 109) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetAttributes.cs class File (line 27) | public static partial class File method GetAttributes (line 32) | [SecurityCritical] method GetAttributes (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetAttributesTransacted.cs class File (line 27) | public static partial class File method GetAttributesTransacted (line 33) | [SecurityCritical] method GetAttributesTransacted (line 45) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetFileIdInfo.cs class File (line 28) | public static partial class File method GetFileIdInfo (line 34) | [SecurityCritical] method GetFileIdInfo (line 46) | [SecurityCritical] method GetFileIdInfo (line 57) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetFileIdInfoTransacted.cs class File (line 26) | public static partial class File method GetFileIdInfoTransacted (line 33) | [SecurityCritical] method GetFileIdInfoTransacted (line 46) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetFileInfoByHandle.cs class File (line 28) | public static partial class File method GetFileInfoByHandle (line 34) | [SecurityCritical] method GetFileInfoByHandle (line 46) | [SecurityCritical] method GetFileInfoByHandle (line 57) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetFileInfoByHandleTransacted.cs class File (line 26) | public static partial class File method GetFileInfoByHandleTransacted (line 33) | [SecurityCritical] method GetFileInfoByHandleTransacted (line 46) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetFileSystemEntryInfo.cs class File (line 26) | public static partial class File method GetFileSystemEntryInfo (line 31) | [SecurityCritical] method GetFileSystemEntryInfo (line 42) | [SecurityCritical] method GetFileSystemEntryInfo (line 56) | [SecurityCritical] method GetFileSystemEntryInfo (line 71) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetFileSystemEntryInfoTransacted.cs class File (line 26) | public static partial class File method GetFileSystemEntryInfoTransacted (line 32) | [SecurityCritical] method GetFileSystemEntryInfoTransacted (line 44) | [SecurityCritical] method GetFileSystemEntryInfoTransacted (line 59) | [SecurityCritical] method GetFileSystemEntryInfoTransacted (line 75) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetHash.cs class File (line 28) | public static partial class File method GetHash (line 37) | [Obsolete("Use GetHashTransacted method.")] method GetHash (line 51) | [Obsolete("Use GetHashTransacted method.")] method GetHash (line 66) | [SecurityCritical] method GetHash (line 78) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetHashTransacted.cs class File (line 27) | public static partial class File method GetHashTransacted (line 36) | [SecurityCritical] method GetHashTransacted (line 51) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetProcessForFileLock.cs class File (line 28) | public static partial class File method GetProcessForFileLock (line 41) | public static Collection GetProcessForFileLock(string filePath) method GetProcessForFileLock (line 59) | public static Collection GetProcessForFileLock(string filePat... method GetProcessForFileLock (line 76) | public static Collection GetProcessForFileLock(Collection GetProcessForFileLock(Collection GetProcessForFileLockTransacted(Kern... method GetProcessForFileLockTransacted (line 61) | public static Collection GetProcessForFileLockTransacted(Kern... method GetProcessForFileLockTransacted (line 79) | public static Collection GetProcessForFileLockTransacted(Kern... method GetProcessForFileLockTransacted (line 98) | public static Collection GetProcessForFileLockTransacted(Kern... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetSize.cs class File (line 27) | public static partial class File method GetSize (line 32) | [SecurityCritical] method GetSize (line 43) | [SecurityCritical] method GetSize (line 54) | [SecurityCritical] method GetSize (line 66) | [SecurityCritical] method GetSize (line 76) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.GetSizeTransacted.cs class File (line 26) | public static partial class File method GetSizeTransacted (line 32) | [SecurityCritical] method GetSizeTransacted (line 44) | [SecurityCritical] method GetSizeTransacted (line 56) | [SecurityCritical] method GetSizeTransacted (line 69) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.IsLocked.cs class File (line 28) | public static partial class File method IsLocked (line 35) | [SecurityCritical] method IsLocked (line 49) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.IsLockedTransacted.cs class File (line 28) | public static partial class File method IsLockedTransacted (line 37) | [SecurityCritical] method IsLockedTransacted (line 52) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.Open.cs class File (line 29) | public static partial class File method Open (line 39) | [SecurityCritical] method Open (line 51) | [SecurityCritical] method Open (line 64) | [SecurityCritical] method Open (line 81) | [SecurityCritical] method Open (line 99) | [SecurityCritical] method Open (line 119) | [SecurityCritical] method Open (line 140) | [SecurityCritical] method Open (line 158) | [SecurityCritical] method Open (line 184) | [SecurityCritical] method Open (line 204) | [SecurityCritical] method Open (line 224) | [SecurityCritical] method Open (line 244) | [SecurityCritical] method Open (line 271) | [SecurityCritical] method Open (line 292) | [SecurityCritical] method Open (line 313) | [SecurityCritical] method Open (line 337) | [SecurityCritical] method Open (line 357) | [SecurityCritical] method Open (line 378) | [SecurityCritical] method Open (line 399) | [SecurityCritical] method Open (line 420) | [SecurityCritical] method Open (line 441) | [SecurityCritical] method Open (line 463) | [SecurityCritical] method Open (line 485) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.OpenBackupRead.cs class File (line 28) | public static partial class File method OpenBackupRead (line 34) | [SecurityCritical] method OpenBackupRead (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.OpenBackupReadTransacted.cs class File (line 28) | public static partial class File method OpenBackupReadTransacted (line 35) | [SecurityCritical] method OpenBackupReadTransacted (line 46) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.OpenRead.cs class File (line 28) | public static partial class File method OpenRead (line 39) | [SecurityCritical] method OpenRead (line 56) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.OpenReadTransacted.cs class File (line 28) | public static partial class File method OpenReadTransacted (line 38) | [SecurityCritical] method OpenReadTransacted (line 54) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.OpenText.cs class File (line 29) | public static partial class File method OpenText (line 37) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method OpenText (line 52) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method OpenText (line 66) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method OpenText (line 79) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.OpenTextTransacted.cs class File (line 28) | public static partial class File method OpenTextTransacted (line 35) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method OpenTextTransacted (line 48) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method OpenTextTransacted (line 61) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method OpenTextTransacted (line 75) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.OpenTransacted.cs class File (line 29) | public static partial class File method OpenTransacted (line 39) | [SecurityCritical] method OpenTransacted (line 55) | [SecurityCritical] method OpenTransacted (line 75) | [SecurityCritical] method OpenTransacted (line 95) | [SecurityCritical] method OpenTransacted (line 114) | [SecurityCritical] method OpenTransacted (line 129) | [SecurityCritical] method OpenTransacted (line 151) | [SecurityCritical] method OpenTransacted (line 171) | [SecurityCritical] method OpenTransacted (line 198) | [SecurityCritical] method OpenTransacted (line 219) | [SecurityCritical] method OpenTransacted (line 240) | [SecurityCritical] method OpenTransacted (line 261) | [SecurityCritical] method OpenTransacted (line 289) | [SecurityCritical] method OpenTransacted (line 311) | [SecurityCritical] method OpenTransacted (line 333) | [SecurityCritical] method OpenTransacted (line 358) | [SecurityCritical] method OpenTransacted (line 379) | [SecurityCritical] method OpenTransacted (line 401) | [SecurityCritical] method OpenTransacted (line 423) | [SecurityCritical] method OpenTransacted (line 445) | [SecurityCritical] method OpenTransacted (line 467) | [SecurityCritical] method OpenTransacted (line 490) | [SecurityCritical] method OpenTransacted (line 513) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.OpenWrite.cs class File (line 27) | public static partial class File method OpenWrite (line 35) | [SecurityCritical] method OpenWrite (line 49) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.OpenWriteTransacted.cs class File (line 27) | public static partial class File method OpenWriteTransacted (line 34) | [SecurityCritical] method OpenWriteTransacted (line 47) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ReadAllBytes.cs class File (line 26) | public static partial class File method ReadAllBytes (line 33) | [SecurityCritical] method ReadAllBytes (line 46) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ReadAllBytesTransacted.cs class File (line 26) | public static partial class File method ReadAllBytesTransacted (line 32) | [SecurityCritical] method ReadAllBytesTransacted (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ReadAllLines.cs class File (line 28) | public static partial class File method ReadAllLines (line 35) | [SecurityCritical] method ReadAllLines (line 48) | [SecurityCritical] method ReadAllLines (line 59) | [SecurityCritical] method ReadAllLines (line 71) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ReadAllLinesTransacted.cs class File (line 28) | public static partial class File method ReadAllLinesTransacted (line 34) | [SecurityCritical] method ReadAllLinesTransacted (line 46) | [SecurityCritical] method ReadAllLinesTransacted (line 58) | [SecurityCritical] method ReadAllLinesTransacted (line 71) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ReadAllText.cs class File (line 27) | public static partial class File method ReadAllText (line 34) | [SecurityCritical] method ReadAllText (line 47) | [SecurityCritical] method ReadAllText (line 58) | [SecurityCritical] method ReadAllText (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ReadAllTextTransacted.cs class File (line 27) | public static partial class File method ReadAllTextTransacted (line 33) | [SecurityCritical] method ReadAllTextTransacted (line 45) | [SecurityCritical] method ReadAllTextTransacted (line 57) | [SecurityCritical] method ReadAllTextTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ReadLines.cs class File (line 28) | public static partial class File method ReadLines (line 35) | [SecurityCritical] method ReadLines (line 48) | [SecurityCritical] method ReadLines (line 59) | [SecurityCritical] method ReadLines (line 71) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ReadLinesTransacted.cs class File (line 28) | public static partial class File method ReadLinesTransacted (line 34) | [SecurityCritical] method ReadLinesTransacted (line 46) | [SecurityCritical] method ReadLinesTransacted (line 58) | [SecurityCritical] method ReadLinesTransacted (line 71) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.Replace.cs class File (line 27) | public static partial class File method Replace (line 45) | [SecurityCritical] method Replace (line 70) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Replace (line 99) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.SetAccessControl.cs class File (line 30) | public static partial class File method SetAccessControl (line 40) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 57) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 72) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 88) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 102) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 117) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.SetAttributes.cs class File (line 28) | public static partial class File method SetAttributes (line 48) | [SecurityCritical] method SetAttributes (line 73) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.SetAttributesTransacted.cs class File (line 28) | public static partial class File method SetAttributesTransacted (line 46) | [SecurityCritical] method SetAttributesTransacted (line 70) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.ThrowIOExceptionIfFsoExist.cs class File (line 32) | [SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClas... method ThrowIOExceptionIfFsoExist (line 35) | internal static void ThrowIOExceptionIfFsoExist(KernelTransaction tran... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.WriteAllBytes.cs class File (line 27) | public static partial class File method WriteAllBytes (line 34) | [SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotConta... method WriteAllBytes (line 48) | [SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotConta... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.WriteAllBytesTransacted.cs class File (line 27) | public static partial class File method WriteAllBytesTransacted (line 33) | [SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotConta... method WriteAllBytesTransacted (line 46) | [SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotConta... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.WriteAllLines.cs class File (line 30) | public static partial class File method WriteAllLines (line 48) | [SecurityCritical] method WriteAllLines (line 69) | [SecurityCritical] method WriteAllLines (line 79) | [SecurityCritical] method WriteAllLines (line 100) | [SecurityCritical] method WriteAllLines (line 124) | [SecurityCritical] method WriteAllLines (line 146) | [SecurityCritical] method WriteAllLines (line 167) | [SecurityCritical] method WriteAllLines (line 189) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.WriteAllLinesTransacted.cs class File (line 30) | public static partial class File method WriteAllLinesTransacted (line 49) | [SecurityCritical] method WriteAllLinesTransacted (line 71) | [SecurityCritical] method WriteAllLinesTransacted (line 93) | [SecurityCritical] method WriteAllLinesTransacted (line 115) | [SecurityCritical] method WriteAllLinesTransacted (line 140) | [SecurityCritical] method WriteAllLinesTransacted (line 163) | [SecurityCritical] method WriteAllLinesTransacted (line 185) | [SecurityCritical] method WriteAllLinesTransacted (line 208) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.WriteAllText.cs class File (line 29) | public static partial class File method WriteAllText (line 47) | [SecurityCritical] method WriteAllText (line 58) | [SecurityCritical] method WriteAllText (line 82) | [SecurityCritical] method WriteAllText (line 104) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.WriteAllTextTransacted.cs class File (line 29) | public static partial class File method WriteAllTextTransacted (line 48) | [SecurityCritical] method WriteAllTextTransacted (line 70) | [SecurityCritical] method WriteAllTextTransacted (line 95) | [SecurityCritical] method WriteAllTextTransacted (line 118) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/File Class/File.cs class File (line 25) | public static partial class File FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileIdBothDirectoryInfo.cs class FileIdBothDirectoryInfo (line 31) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledC... method FileIdBothDirectoryInfo (line 36) | internal FileIdBothDirectoryInfo(NativeMethods.FILE_ID_BOTH_DIR_INFO f... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo Compression/FileInfo.Compress.cs class FileInfo (line 26) | partial class FileInfo method Compress (line 29) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo Compression/FileInfo.Decompress.cs class FileInfo (line 26) | partial class FileInfo method Decompress (line 29) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo CopyToMoveTo/FileInfo.CopyTo.cs class FileInfo (line 28) | partial class FileInfo method CopyTo (line 47) | [SecurityCritical] method CopyTo (line 76) | [SecurityCritical] method CopyTo (line 107) | [SecurityCritical] method CopyTo (line 137) | [SecurityCritical] method CopyTo (line 167) | [SecurityCritical] method CopyTo (line 198) | [SecurityCritical] method CopyTo (line 229) | [SecurityCritical] method CopyTo (line 261) | [SecurityCritical] method CopyTo (line 294) | [SecurityCritical] method CopyTo (line 327) | [SecurityCritical] method CopyTo (line 361) | [SecurityCritical] method CopyTo (line 396) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo CopyToMoveTo/FileInfo.CopyToMoveToCore.cs class FileInfo (line 28) | partial class FileInfo method CopyToMoveToCore (line 51) | [SecurityCritical] method UpdateDestinationPath (line 70) | private void UpdateDestinationPath(string destinationPath, string dest... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo CopyToMoveTo/FileInfo.MoveTo.cs class FileInfo (line 28) | partial class FileInfo method MoveTo (line 49) | [SecurityCritical] method MoveTo (line 80) | [SecurityCritical] method MoveTo (line 111) | [SecurityCritical] method MoveTo (line 143) | [SecurityCritical] method MoveTo (line 178) | [SecurityCritical] method MoveTo (line 219) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo Encryption/FileInfo.Decrypt.cs class FileInfo (line 26) | partial class FileInfo method Decrypt (line 31) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo Encryption/FileInfo.Encrypt.cs class FileInfo (line 26) | partial class FileInfo method Encrypt (line 31) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.AppendText.cs class FileInfo (line 28) | partial class FileInfo method AppendText (line 34) | [SecurityCritical] method AppendText (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.Create.cs class FileInfo (line 27) | partial class FileInfo method Create (line 33) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.CreateText.cs class FileInfo (line 28) | partial class FileInfo method CreateText (line 34) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.Delete.cs class FileInfo (line 26) | partial class FileInfo method Delete (line 33) | public override void Delete() method Delete (line 45) | public void Delete(bool ignoreReadOnly) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.EnumerateAlternateDataStreams.cs class FileInfo (line 27) | partial class FileInfo method EnumerateAlternateDataStreams (line 31) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.GetAccessControl.cs class FileInfo (line 27) | partial class FileInfo method GetAccessControl (line 33) | [SecurityCritical] method GetAccessControl (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.GetFileIdInfo.cs class FileInfo (line 27) | partial class FileInfo method GetFileIdInfo (line 32) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.GetHash.cs class FileInfo (line 26) | partial class FileInfo method GetHash (line 31) | public string GetHash(HashType hashType) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.IsLocked.cs class FileInfo (line 26) | partial class FileInfo method IsLocked (line 30) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.Open.cs class FileInfo (line 28) | partial class FileInfo method Open (line 35) | [SecurityCritical] method Open (line 46) | [SecurityCritical] method Open (line 58) | [SecurityCritical] method Open (line 71) | [SecurityCritical] method Open (line 83) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.OpenRead.cs class FileInfo (line 27) | partial class FileInfo method OpenRead (line 32) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.OpenText.cs class FileInfo (line 29) | partial class FileInfo method OpenText (line 33) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method OpenText (line 44) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.OpenWrite.cs class FileInfo (line 27) | partial class FileInfo method OpenWrite (line 33) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.RefreshEntryInfo.cs class FileInfo (line 26) | partial class FileInfo method RefreshEntryInfo (line 29) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.Replace.cs class FileInfo (line 26) | partial class FileInfo method Replace (line 40) | [SecurityCritical] method Replace (line 58) | [SecurityCritical] method Replace (line 78) | [SecurityCritical] method Replace (line 97) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.SetAccessControl.cs class FileInfo (line 28) | partial class FileInfo method SetAccessControl (line 38) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetAccessControl (line 53) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileInfo Class/FileInfo.cs class FileInfo (line 32) | [Serializable] method FileInfo (line 50) | public FileInfo(string fileName) : this(null, fileName, PathFormat.Rel... method FileInfo (line 61) | public FileInfo(string fileName, PathFormat pathFormat) : this(null, f... method FileInfo (line 70) | public FileInfo(KernelTransaction transaction, string fileName) : this... method FileInfo (line 80) | public FileInfo(KernelTransaction transaction, string fileName, PathFo... method ToString (line 240) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileSystemEntryInfo.cs class FileSystemEntryInfo (line 31) | [Serializable] method FileSystemEntryInfo (line 47) | internal FileSystemEntryInfo(NativeMethods.WIN32_FIND_DATA findData) method ToString (line 289) | public override string ToString() method GetHashCode (line 297) | public override int GetHashCode() method Equals (line 306) | public bool Equals(FileSystemEntryInfo other) method Equals (line 320) | public override bool Equals(object obj) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FileSystemInfo.cs class FileSystemInfo (line 31) | [Serializable] method Delete (line 410) | [SecurityCritical] method Refresh (line 422) | [SecurityCritical] method ToString (line 437) | public override string ToString() method GetHashCode (line 446) | public override int GetHashCode() method Equals (line 455) | public bool Equals(FileSystemInfo other) method Equals (line 469) | public override bool Equals(object obj) method UpdateSourcePath (line 501) | internal void UpdateSourcePath(string destinationPath, string destinat... method RefreshEntryInfo (line 523) | [SecurityCritical] method Reset (line 540) | private void Reset() method InitializeCore (line 553) | internal void InitializeCore(KernelTransaction transaction, bool isFol... method FindFirstFileNative (line 574) | internal static SafeFindFileHandle FindFirstFileNative(KernelTransacti... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/FindFileSystemEntryInfo.cs class FindFileSystemEntryInfo (line 40) | [Serializable] method FindFileSystemEntryInfo (line 63) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method FindFirstFile (line 270) | private SafeFindFileHandle FindFirstFile(string pathLp, out NativeMeth... method NewFilesystemEntry (line 303) | private FileSystemEntryInfo NewFilesystemEntry(string pathLp, string f... method NewFileSystemEntryType (line 311) | private T NewFileSystemEntryType(bool isFolder, FileSystemEntryInfo... method ThrowPossibleException (line 359) | private void ThrowPossibleException(uint lastError, string pathLp) method VerifyInstanceType (line 410) | private void VerifyInstanceType(NativeMethods.WIN32_FIND_DATA win32Fin... method Enumerate (line 429) | [SecurityCritical] method Get (line 543) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/KernelTransaction.cs type IKernelTransaction (line 33) | [ComImport] method GetHandle (line 39) | void GetHandle([Out] out SafeKernelTransactionHandle handle); class KernelTransaction (line 43) | public sealed class KernelTransaction : MarshalByRefObject, IDisposable method KernelTransaction (line 49) | [SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMe... method KernelTransaction (line 57) | [SecurityCritical] method KernelTransaction (line 66) | [SecurityCritical] method KernelTransaction (line 78) | [SecurityCritical] method Commit (line 99) | [SecurityCritical] method Rollback (line 113) | [SecurityCritical] method CheckTransaction (line 123) | private static void CheckTransaction() method Dispose (line 154) | [SecurityPermissionAttribute(SecurityAction.Demand, UnmanagedCode = tr... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Link Stream/AlternateDataStreamInfo.cs type AlternateDataStreamInfo (line 31) | [Serializable] method AlternateDataStreamInfo (line 44) | internal AlternateDataStreamInfo(string fullPath, NativeMethods.WIN32_... method GetHashCode (line 89) | public override int GetHashCode() method Equals (line 98) | public bool Equals(AlternateDataStreamInfo other) method Equals (line 112) | public override bool Equals(object obj) method ParseStreamName (line 142) | private static string ParseStreamName(string streamName) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Link Stream/BackupFileStream.cs class BackupFileStream (line 42) | public sealed class BackupFileStream : Stream method BackupFileStream (line 58) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 70) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 82) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 95) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 109) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 121) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 134) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 147) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 161) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 176) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method BackupFileStream (line 186) | [SecurityCritical] method Seek (line 224) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 234) | public override void SetLength(long value) method Read (line 292) | public override int Read(byte[] buffer, int offset, int count) method Read (line 313) | [SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMe... method Write (line 366) | public override void Write(byte[] buffer, int offset, int count) method Write (line 385) | [SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMe... method Flush (line 418) | public override void Flush() method Skip (line 439) | [SecurityCritical] method GetAccessControl (line 463) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method SetAccessControl (line 510) | [SecurityCritical] method Lock (line 522) | [SecurityCritical] method Unlock (line 546) | [SecurityCritical] method ReadStreamInfo (line 570) | [SecurityCritical] method Dispose (line 625) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Link Stream/BackupStreamInfo.cs class BackupStreamInfo (line 26) | public sealed class BackupStreamInfo method BackupStreamInfo (line 43) | internal BackupStreamInfo(NativeMethods.WIN32_STREAM_ID streamId, stri... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Link Stream/LinkTargetInfo.cs class LinkTargetInfo (line 25) | public class LinkTargetInfo method LinkTargetInfo (line 27) | internal LinkTargetInfo(string substituteName, string printName) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Link Stream/SymbolicLinkTargetInfo.cs class SymbolicLinkTargetInfo (line 25) | public class SymbolicLinkTargetInfo : LinkTargetInfo method SymbolicLinkTargetInfo (line 27) | internal SymbolicLinkTargetInfo(string substituteName, string printNam... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.BackupStreams.cs class NativeMethods (line 30) | internal static partial class NativeMethods method BackupRead (line 54) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method BackupSeek (line 87) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method BackupWrite (line 116) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.Constants.cs class NativeMethods (line 27) | internal static partial class NativeMethods FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.DeviceManagement.cs class NativeMethods (line 30) | internal static partial class NativeMethods method CM_Connect_Machine (line 46) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CM_Get_Device_ID_Ex (line 69) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CM_Disconnect_Machine (line 88) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CM_Get_Parent_Ex (line 110) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method DeviceIoControl (line 139) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method DeviceIoControl2 (line 164) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method DeviceIoControlUnknownSize (line 189) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetupDiDestroyDeviceInfoList (line 210) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetupDiEnumDeviceInterfaces (line 236) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetupDiGetClassDevsEx (line 263) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetupDiGetDeviceInterfaceDetail (line 287) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetupDiGetDeviceRegistryProperty (line 309) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.DirectoryManagement.cs class NativeMethods (line 29) | internal static partial class NativeMethods method CreateDirectory (line 52) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CreateDirectoryEx (line 83) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CreateDirectoryTransacted (line 118) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetCurrentDirectory (line 143) | [SuppressMessage("Microsoft.Usage", "CA2205:UseManagedEquivalentsOfWin... method RemoveDirectory (line 165) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method RemoveDirectoryTransacted (line 187) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetCurrentDirectory (line 202) | [SuppressMessage("Microsoft.Usage", "CA2205:UseManagedEquivalentsOfWin... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.DiskManagement.cs class NativeMethods (line 28) | internal static partial class NativeMethods method GetDiskFreeSpace (line 50) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetDiskFreeSpaceEx (line 79) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.EncryptedFileRaw.cs class NativeMethods (line 8) | internal partial class NativeMethods method OpenEncryptedFileRaw (line 19) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CloseEncryptedFileRaw (line 29) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method ReadEncryptedFileRaw (line 39) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method WriteEncryptedFileRaw (line 50) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.FileManagement.cs class NativeMethods (line 33) | internal static partial class NativeMethods method CopyFileEx (line 59) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CopyFileTransacted (line 83) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CreateFile (line 98) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CreateFileTransacted (line 112) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CreateFileMapping (line 123) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CreateHardLink (line 134) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CreateHardLinkTransacted (line 146) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CreateSymbolicLink (line 165) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CreateSymbolicLinkTransacted (line 184) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method DecryptFile (line 202) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method DeleteFile (line 222) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method DeleteFileTransacted (line 234) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method EncryptFile (line 256) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method EncryptionDisable (line 276) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FileEncryptionStatus (line 288) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindClose (line 303) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindFirstFileEx (line 318) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindFirstFileTransacted (line 334) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindFirstFileNameW (line 349) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindFirstFileNameTransactedW (line 364) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindNextFile (line 379) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindNextFileNameW (line 393) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FlushFileBuffers (line 405) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetCompressedFileSize (line 421) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetCompressedFileSizeTransacted (line 437) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetFileAttributesEx (line 462) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetFileAttributesTransacted (line 490) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetFileInformationByHandle (line 506) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetFileInformationByHandleEx (line 526) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetFileInformationByHandleEx_FileBasicInfo (line 546) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetFileSizeEx (line 560) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetFinalPathNameByHandle (line 572) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetMappedFileName (line 587) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method LockFile (line 599) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method MapViewOfFile (line 611) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method MoveFileWithProgress (line 633) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method MoveFileTransacted (line 650) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method ReplaceFile (line 670) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetFileAttributes (line 682) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetFileAttributesTransacted (line 695) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetFilePointerEx (line 707) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetFileTime (line 719) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method UnlockFile (line 731) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method UnmapViewOfFile (line 744) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindFirstStreamW (line 758) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindFirstStreamTransactedW (line 770) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindNextStreamW (line 782) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... type RM_APP_TYPE (line 795) | internal enum RM_APP_TYPE type RM_UNIQUE_PROCESS (line 807) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type RM_PROCESS_INFO (line 815) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method RmEndSession (line 837) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method RmGetList (line 851) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method RmRegisterResources (line 867) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method RmStartSession (line 882) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.Handles.cs class NativeMethods (line 28) | internal static partial class NativeMethods method CloseHandle (line 47) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.KernelTransactions.cs class NativeMethods (line 28) | internal static partial class NativeMethods method CreateTransaction (line 44) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method CommitTransaction (line 60) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method RollbackTransaction (line 72) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.PathManagement.cs class NativeMethods (line 29) | internal static partial class NativeMethods method GetFullPathName (line 36) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetFullPathNameTransacted (line 45) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetLongPathName (line 57) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetLongPathNameTransacted (line 69) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetShortPathName (line 81) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.Shell32.cs class NativeMethods (line 31) | internal static partial class NativeMethods method AssocCreate (line 39) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method AssocQueryString (line 48) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... type IQueryAssociations (line 60) | [Guid(QueryAssociationsGuid), InterfaceType(ComInterfaceType.Interface... method Init (line 68) | void Init(Shell32.AssociationAttributes flags, [MarshalAs(UnmanagedT... method GetString (line 75) | void GetString(Shell32.AssociationAttributes flags, Shell32.Associat... method PathFileExists (line 95) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method PathCreateFromUrl (line 107) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method PathCreateFromUrlAlloc (line 119) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method UrlCreateFromPath (line 135) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method UrlIs (line 150) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method DestroyIcon (line 161) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method ShGetFileInfo (line 171) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.Utilities.cs class NativeMethods (line 32) | internal static partial class NativeMethods method GetHighOrderDword (line 34) | internal static uint GetHighOrderDword(long highPart) method GetLowOrderDword (line 40) | internal static uint GetLowOrderDword(long lowPart) method LuidToLong (line 46) | internal static long LuidToLong(LUID luid) method LongToLuid (line 55) | internal static LUID LongToLuid(long lluid) method ToLong (line 61) | internal static long ToLong(uint highPart, uint lowPart) method IsValidHandle (line 72) | internal static bool IsValidHandle(SafeHandle handle, bool throwExcept... method IsValidHandle (line 94) | internal static bool IsValidHandle(SafeHandle handle, int lastError, b... method IsValidHandle (line 118) | internal static bool IsValidHandle(SafeHandle handle, int lastError, s... method CloseHandleAndPossiblyThrowException (line 143) | internal static bool CloseHandleAndPossiblyThrowException(SafeHandle h... method CloseSafeHandle (line 159) | internal static void CloseSafeHandle(SafeHandle handle) method SetErrorMode (line 177) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetThreadErrorMode (line 193) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Methods/NativeMethods.VolumeManagement.cs class NativeMethods (line 32) | internal static partial class NativeMethods method DefineDosDevice (line 41) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method DeleteVolumeMountPoint (line 53) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindFirstVolume (line 65) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindFirstVolumeMountPoint (line 76) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindNextVolume (line 87) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindNextVolumeMountPoint (line 100) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindVolumeClose (line 114) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method FindVolumeMountPointClose (line 129) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetDriveType (line 149) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetLogicalDrives (line 167) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetVolumeInformation (line 180) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetVolumeInformationByHandle (line 194) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetVolumeNameForVolumeMountPoint (line 209) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetVolumePathName (line 230) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method GetVolumePathNamesForVolumeName (line 242) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetVolumeLabel (line 255) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method SetVolumeMountPoint (line 267) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... method QueryDosDevice (line 280) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanaged... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/BY_HANDLE_FILE_INFORMATION.cs class NativeMethods (line 27) | internal static partial class NativeMethods type BY_HANDLE_FILE_INFORMATION (line 30) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/COPY_FILE_FLAGS.cs class NativeMethods (line 24) | internal static partial class NativeMethods type COPY_FILE_FLAGS (line 27) | internal enum COPY_FILE_FLAGS FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/FILETIME.cs class NativeMethods (line 27) | internal static partial class NativeMethods type FILETIME (line 30) | [Serializable] method ToLong (line 50) | [SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotCon... method Equals (line 65) | public override bool Equals(object obj) method GetHashCode (line 81) | public override int GetHashCode() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/FILE_BASIC_INFO.cs class NativeMethods (line 27) | internal static partial class NativeMethods type FILE_BASIC_INFO (line 36) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/FILE_ID_BOTH_DIR_INFO.cs class NativeMethods (line 28) | internal static partial class NativeMethods type FILE_ID_BOTH_DIR_INFO (line 35) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/FILE_ID_INFO.cs class NativeMethods (line 26) | internal static partial class NativeMethods type FILE_ID_INFO (line 29) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/FILE_INFO_BY_HANDLE_CLASS.cs class NativeMethods (line 24) | internal static partial class NativeMethods type FILE_INFO_BY_HANDLE_CLASS (line 28) | internal enum FILE_INFO_BY_HANDLE_CLASS FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/FINDEX_INFO_LEVELS.cs class NativeMethods (line 24) | internal static partial class NativeMethods type FINDEX_INFO_LEVELS (line 31) | internal enum FINDEX_INFO_LEVELS FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/FINDEX_SEARCH_OPS.cs class NativeMethods (line 24) | internal static partial class NativeMethods type FINDEX_SEARCH_OPS (line 31) | internal enum FINDEX_SEARCH_OPS FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/FIND_FIRST_EX_FLAGS.cs class NativeMethods (line 26) | internal static partial class NativeMethods type FIND_FIRST_EX_FLAGS (line 29) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/GET_FILEEX_INFO_LEVELS.cs class NativeMethods (line 24) | internal static partial class NativeMethods type GET_FILEEX_INFO_LEVELS (line 27) | public enum GET_FILEEX_INFO_LEVELS FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/MOVE_FILE_FLAGS.cs class NativeMethods (line 24) | internal static partial class NativeMethods type MOVE_FILE_FLAGS (line 26) | public enum MOVE_FILE_FLAGS FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/MountPointReparseBuffer.cs class NativeMethods (line 26) | internal static partial class NativeMethods type MountPointReparseBuffer (line 28) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/REPARSE_DATA_BUFFER.cs class NativeMethods (line 26) | internal static partial class NativeMethods type REPARSE_DATA_BUFFER (line 28) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/ReparseDataBufferHeader.cs class NativeMethods (line 26) | internal static partial class NativeMethods type ReparseDataBufferHeader (line 28) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/SP_DEVICE_INTERFACE_DATA.cs class NativeMethods (line 27) | internal static partial class NativeMethods type SP_DEVICE_INTERFACE_DATA (line 30) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/SP_DEVICE_INTERFACE_DETAIL_DATA.cs class NativeMethods (line 26) | internal static partial class NativeMethods type SP_DEVICE_INTERFACE_DETAIL_DATA (line 29) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/SP_DEVINFO_DATA.cs class NativeMethods (line 27) | internal static partial class NativeMethods type SP_DEVINFO_DATA (line 30) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/STREAM_ATTRIBUTE.cs class NativeMethods (line 24) | internal static partial class NativeMethods type STREAM_ATTRIBUTE (line 27) | internal enum STREAM_ATTRIBUTE FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/STREAM_ID.cs class NativeMethods (line 24) | internal static partial class NativeMethods type STREAM_ID (line 27) | internal enum STREAM_ID FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/STREAM_INFO_LEVELS.cs class NativeMethods (line 24) | internal static partial class NativeMethods type STREAM_INFO_LEVELS (line 31) | internal enum STREAM_INFO_LEVELS FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/SymbolicLinkReparseBuffer.cs class NativeMethods (line 26) | internal static partial class NativeMethods type SymbolicLinkReparseBuffer (line 28) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/VOLUME_INFO_FLAGS.cs class NativeMethods (line 26) | internal static partial class NativeMethods type VOLUME_INFO_FLAGS (line 29) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/WIN32_FILE_ATTRIBUTE_DATA.cs class NativeMethods (line 27) | internal static partial class NativeMethods type WIN32_FILE_ATTRIBUTE_DATA (line 36) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method WIN32_FILE_ATTRIBUTE_DATA (line 39) | public WIN32_FILE_ATTRIBUTE_DATA(WIN32_FIND_DATA findData) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/WIN32_FIND_DATA.cs class NativeMethods (line 28) | internal static partial class NativeMethods type WIN32_FIND_DATA (line 44) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/WIN32_FIND_STREAM_DATA.cs class NativeMethods (line 26) | internal static partial class NativeMethods type WIN32_FIND_STREAM_DATA (line 28) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Native Other/WIN32_STREAM_ID.cs class NativeMethods (line 27) | internal static partial class NativeMethods type WIN32_STREAM_ID (line 30) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Unico... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.AddTrailingDirectorySeparatorCore.cs class Path (line 28) | public static partial class Path method AddTrailingDirectorySeparatorCore (line 34) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.CombineCore.cs class Path (line 28) | public static partial class Path method CombineCore (line 41) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetDirectoryNameCore.cs class Path (line 27) | public static partial class Path method GetDirectoryNameCore (line 37) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetDirectoryNameWithoutRootCore.cs class Path (line 26) | public static partial class Path method GetDirectoryNameWithoutRootCore (line 33) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetExtensionCore.cs class Path (line 27) | public static partial class Path method GetExtensionCore (line 39) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetFileNameCore.cs class Path (line 28) | public static partial class Path method GetFileNameCore (line 38) | [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of pub... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetFileNameWithoutExtensionCore.cs class Path (line 27) | public static partial class Path method GetFileNameWithoutExtensionCore (line 34) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetFinalPathNameByHandleCore.cs class Path (line 33) | public static partial class Path method GetFinalPathNameByHandleCore (line 44) | [SecurityCritical] method DosDeviceToDosPath (line 154) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetFullPathCore.cs class Path (line 28) | public static partial class Path method GetFullPathCore (line 52) | [SecurityCritical] method ApplyFullPathOptions (line 170) | private static string ApplyFullPathOptions(string path, GetFullPathOpt... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetLongPathCore.cs class Path (line 28) | public static partial class Path method GetLongPathCore (line 37) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetLongShort83PathCore.cs class Path (line 29) | public static partial class Path method GetLongShort83PathCore (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetPathRootCore.cs class Path (line 28) | public static partial class Path method GetPathRootCore (line 39) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetRegularPathCore.cs class Path (line 28) | public static partial class Path method GetRegularPathCore (line 43) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetSuffixedDirectoryNameCore.cs class Path (line 26) | public static partial class Path method GetSuffixedDirectoryNameCore (line 37) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetSuffixedDirectoryNameWithoutRootCore.cs class Path (line 26) | public static partial class Path method GetSuffixedDirectoryNameWithoutRootCore (line 36) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.GetTempPathCore.cs class Path (line 26) | public static partial class Path method GetTempPathCore (line 31) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.IsPathRootedCore.cs class Path (line 27) | public static partial class Path method IsPathRootedCore (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.IsUncPathCore.cs class Path (line 27) | public static partial class Path method IsUncPathCore (line 34) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.LocalToUncCore.cs class Path (line 31) | public static partial class Path FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path Core Methods/Path.RemoveTrailingDirectorySeparatorCore.cs class Path (line 26) | public static partial class Path method RemoveTrailingDirectorySeparatorCore (line 32) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.AddTrailingDirectorySeparator.cs class Path (line 26) | public static partial class Path method AddTrailingDirectorySeparator (line 31) | [SecurityCritical] method AddTrailingDirectorySeparator (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.ChangeExtension.cs class Path (line 27) | public static partial class Path method ChangeExtension (line 36) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.Combine.cs class Path (line 27) | public static partial class Path method Combine (line 34) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.Constants.cs class Path (line 28) | public static partial class Path FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetDirectoryName.cs class Path (line 27) | public static partial class Path method GetDirectoryName (line 39) | [SecurityCritical] method GetDirectoryName (line 56) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetDirectoryNameWithoutRoot.cs class Path (line 26) | public static partial class Path method GetDirectoryNameWithoutRoot (line 31) | [SecurityCritical] method GetDirectoryNameWithoutRoot (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetDirectoryNameWithoutRootTransacted.cs class Path (line 26) | public static partial class Path method GetDirectoryNameWithoutRootTransacted (line 32) | [SecurityCritical] method GetDirectoryNameWithoutRootTransacted (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetExtension.cs class Path (line 27) | public static partial class Path method GetExtension (line 41) | [SecurityCritical] method GetExtension (line 60) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetFileName.cs class Path (line 28) | public static partial class Path method GetFileName (line 39) | [SecurityCritical] method GetFileName (line 56) | [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of pub... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetFileNameWithoutExtension.cs class Path (line 27) | public static partial class Path method GetFileNameWithoutExtension (line 35) | [SecurityCritical] method GetFileNameWithoutExtension (line 49) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetFinalPathNameByHandle.cs class Path (line 27) | public static partial class Path method GetFinalPathNameByHandle (line 36) | [SecurityCritical] method GetFinalPathNameByHandle (line 51) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetFullPath.cs class Path (line 27) | public static partial class Path method GetFullPath (line 51) | [SecurityCritical] method GetFullPath (line 81) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetFullPathTransacted.cs class Path (line 27) | public static partial class Path method GetFullPathTransacted (line 50) | [SecurityCritical] method GetFullPathTransacted (line 79) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetInvalidFileNameChars.cs class Path (line 26) | public static partial class Path method GetInvalidFileNameChars (line 32) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetInvalidPathChars.cs class Path (line 26) | public static partial class Path method GetInvalidPathChars (line 32) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetLongFrom83ShortPath.cs class Path (line 27) | public static partial class Path method GetLongFrom83ShortPath (line 34) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetLongFrom83ShortPathTransacted.cs class Path (line 27) | public static partial class Path method GetLongFrom83ShortPathTransacted (line 35) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetLongPath.cs class Path (line 27) | public static partial class Path method GetLongPath (line 35) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetPathRoot.cs class Path (line 27) | public static partial class Path method GetPathRoot (line 39) | [SecurityCritical] method GetPathRoot (line 57) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetRandomFileName.cs class Path (line 27) | public static partial class Path method GetRandomFileName (line 33) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetRegularPath.cs class Path (line 27) | public static partial class Path method GetRegularPath (line 35) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetRelativePath.cs class Path (line 27) | public static partial class Path method GetRelativePath (line 36) | public static string GetRelativePath(string startPath, string selected... method ResolveRelativePath (line 155) | public static string ResolveRelativePath(string startPath, string sele... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetShort83Path.cs class Path (line 27) | public static partial class Path method GetShort83Path (line 36) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetShort83PathTransacted.cs class Path (line 27) | public static partial class Path method GetShort83PathTransacted (line 37) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetSuffixedDirectoryName.cs class Path (line 26) | public static partial class Path method GetSuffixedDirectoryName (line 35) | [SecurityCritical] method GetSuffixedDirectoryName (line 50) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetSuffixedDirectoryNameTransacted.cs class Path (line 26) | public static partial class Path method GetSuffixedDirectoryNameTransacted (line 36) | [SecurityCritical] method GetSuffixedDirectoryNameTransacted (line 52) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetSuffixedDirectoryNameWithoutRoot.cs class Path (line 26) | public static partial class Path method GetSuffixedDirectoryNameWithoutRoot (line 34) | [SecurityCritical] method GetSuffixedDirectoryNameWithoutRoot (line 48) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetSuffixedDirectoryNameWithoutRootTransacted.cs class Path (line 26) | public static partial class Path method GetSuffixedDirectoryNameWithoutRootTransacted (line 35) | [SecurityCritical] method GetSuffixedDirectoryNameWithoutRootTransacted (line 50) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetTempFileName.cs class Path (line 27) | public static partial class Path method GetTempFileName (line 33) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.GetTempPath.cs class Path (line 26) | public static partial class Path method GetTempPath (line 32) | [SecurityCritical] method GetTempPath (line 44) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.HasExtension.cs class Path (line 27) | public static partial class Path method HasExtension (line 35) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.Helpers.cs class Path (line 32) | public static partial class Path method CheckInvalidUncPath (line 34) | internal static void CheckInvalidUncPath(string path) method CheckSupportedPathFormat (line 55) | internal static void CheckSupportedPathFormat(string path, bool checkI... method CheckInvalidPathChars (line 86) | [SecurityCritical] method GetCleanExceptionPath (line 129) | [SecurityCritical] method GetExtendedLengthPathCore (line 144) | [SecurityCritical] method GetRootLength (line 186) | [SecurityCritical] method IsDVsc (line 230) | [SecurityCritical] method NormalizePath (line 245) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method NormalizePathDotSpaceHandler (line 512) | private static StringBuilder NormalizePathDotSpaceHandler(string path,... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.IsLogicalDrive.cs class Path (line 26) | public static partial class Path method IsLogicalDrive (line 33) | public static bool IsLogicalDrive(string path) method IsLogicalDriveCore (line 46) | internal static bool IsLogicalDriveCore(string path, bool isRegularPat... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.IsLongPath.cs class Path (line 28) | public static partial class Path method IsLongPath (line 33) | [SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of pub... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.IsPathRooted.cs class Path (line 27) | public static partial class Path method IsPathRooted (line 43) | [SecurityCritical] method IsPathRooted (line 65) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.IsUncPath.cs class Path (line 26) | public static partial class Path method IsUncPath (line 31) | [SecurityCritical] method IsUncPath (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.IsValidName.cs class Path (line 26) | public static partial class Path method IsValidName (line 32) | public static bool IsValidName(string name) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.LocalToUnc.cs class Path (line 29) | public static partial class Path FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.RemoveTrailingDirectorySeparator.cs class Path (line 26) | public static partial class Path method RemoveTrailingDirectorySeparator (line 31) | [SecurityCritical] method RemoveTrailingDirectorySeparator (line 42) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Path Class/Path.cs class Path (line 25) | public static partial class Path FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Shell32.cs class Shell32 (line 32) | public static class Shell32 type AssociationAttributes (line 35) | [Flags] type AssociationString (line 117) | public enum AssociationString type FileAttributes (line 228) | [SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVis... type FileInfo (line 305) | [SuppressMessage("Microsoft.Performance", "CA1815:OverrideEqualsAndOpe... type GetAttributesOf (line 337) | [SuppressMessage("Microsoft.Usage", "CA2217:DoNotMarkEnumsWithFlags"),... type UrlType (line 436) | public enum UrlType method DestroyIcon (line 466) | public static void DestroyIcon(IntPtr iconHandle) method GetFileAssociation (line 476) | [SecurityCritical] method GetFileContentType (line 486) | [SecurityCritical] method GetFileDefaultIcon (line 496) | [SecurityCritical] method GetFileFriendlyAppName (line 506) | [SecurityCritical] method GetFileFriendlyDocName (line 516) | [SecurityCritical] method GetFileIcon (line 534) | [SecurityCritical] method GetFileInfo (line 559) | [SecurityCritical] method GetShell32Info (line 569) | [SecurityCritical] method GetShell32Info (line 579) | [SecurityCritical] method GetFileOpenWithAppName (line 589) | [SecurityCritical] method GetFileVerbCommand (line 599) | [SecurityCritical] method PathCreateFromUrl (line 612) | [SecurityCritical] method PathCreateFromUrlAlloc (line 635) | [SecurityCritical] method PathFileExists (line 656) | [SuppressMessage("Microsoft.Performance", "CA1804:RemoveUnusedLocals",... method UrlIs (line 675) | [SecurityCritical] method UrlCreateFromPath (line 688) | [SecurityCritical] method UrlIsFileUrl (line 714) | [SecurityCritical] method UrlIsNoHistory (line 724) | [SecurityCritical] method UrlIsOpaque (line 734) | [SecurityCritical] method GetFileAssociationCore (line 749) | [SecurityCritical] method GetFileInfoCore (line 807) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Shell32Info.cs class Shell32Info (line 31) | [Serializable] method Shell32Info (line 41) | public Shell32Info(string fileName) : this(fileName, PathFormat.Relati... method Shell32Info (line 50) | public Shell32Info(string fileName, PathFormat pathFormat) method GetIcon (line 72) | [SecurityCritical] method GetVerbCommand (line 85) | [SecurityCritical] method GetString (line 92) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method Initialize (line 117) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method Refresh (line 147) | [SecurityCritical] method ToString (line 159) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/CopyMoveProgressCallbackReason.cs type CopyMoveProgressCallbackReason (line 25) | public enum CopyMoveProgressCallbackReason FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/CopyMoveProgressResult.cs type CopyMoveProgressResult (line 25) | public enum CopyMoveProgressResult FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/CopyOptions.cs type CopyOptions (line 28) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/DeviceGuid.cs type DeviceGuid (line 29) | public enum DeviceGuid FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/DiGetClassFlags.cs class NativeMethods (line 26) | internal static partial class NativeMethods type SetupDiGetClassDevsExFlags (line 29) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/DirectoryEnumerationFilters.cs class DirectoryEnumerationFilters (line 55) | public class DirectoryEnumerationFilters FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/DirectoryEnumerationOptions.cs type DirectoryEnumerationOptions (line 27) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/DosDeviceAttributes.cs type DosDeviceAttributes (line 26) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/EncryptedFileRawMode.cs class NativeMethods (line 26) | internal partial class NativeMethods type EncryptedFileRawMode (line 29) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/ErrorMode.cs class NativeMethods (line 26) | internal static partial class NativeMethods type ErrorMode (line 29) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/ExtendedFileAttributes.cs type ExtendedFileAttributes (line 29) | [SuppressMessage("Microsoft.Usage", "CA2217:DoNotMarkEnumsWithFlags")] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/FileEncryptionStatus.cs type FileEncryptionStatus (line 27) | public enum FileEncryptionStatus FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/FileIdInfo.cs type FileIdInfo (line 28) | [Serializable] method FileIdInfo (line 42) | internal FileIdInfo(NativeMethods.BY_HANDLE_FILE_INFORMATION fibh) method FileIdInfo (line 51) | internal FileIdInfo(NativeMethods.FILE_ID_INFO fi) method ArrayToLong (line 71) | private static void ArrayToLong(byte[] fileId, int startIndex, int cou... method CompareTo (line 83) | public int CompareTo(object obj) method CompareTo (line 98) | public int CompareTo(FileIdInfo other) method ToString (line 113) | public override string ToString() method GetHashCode (line 134) | public override int GetHashCode() method Equals (line 148) | public bool Equals(FileIdInfo other) method Equals (line 157) | public override bool Equals(object obj) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/FinalPathFormats.cs type FinalPathFormats (line 27) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/GetFullPathOptions.cs type GetFullPathOptions (line 27) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/MoveOptions.cs type MoveOptions (line 28) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/PathFormat.cs type PathFormat (line 38) | public enum PathFormat FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/ReparsePointTag.cs type ReparsePointTag (line 31) | public enum ReparsePointTag FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/SetupDiGetDeviceRegistryPropertyEnum.cs class NativeMethods (line 24) | internal static partial class NativeMethods type SetupDiGetDeviceRegistryPropertyEnum (line 27) | internal enum SetupDiGetDeviceRegistryPropertyEnum FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/StreamAttribute.cs type StreamAttribute (line 27) | [SuppressMessage("Microsoft.Design", "CA1027:MarkEnumsWithFlags")] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/StreamId.cs type StreamId (line 27) | public enum StreamId FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/SymbolicLinkTarget.cs type SymbolicLinkTarget (line 26) | public enum SymbolicLinkTarget FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Filesystem/Structures, Enumerations/SymbolicLinkType.cs type SymbolicLinkType (line 25) | public enum SymbolicLinkType FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/NativeError.cs class NativeError (line 33) | internal static class NativeError method ThrowException (line 35) | public static void ThrowException(int errorCode) method ThrowException (line 41) | public static void ThrowException(uint errorCode) method ThrowException (line 47) | public static void ThrowException(int errorCode, string readPath) method ThrowException (line 52) | public static void ThrowException(int errorCode, bool? isFolder, strin... method ThrowException (line 61) | public static void ThrowException(uint errorCode, string readPath) method ThrowException (line 67) | public static void ThrowException(int errorCode, string readPath, stri... method ThrowException (line 73) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/OperatingSystem.cs class OperatingSystem (line 32) | public static class OperatingSystem type EnumOsName (line 36) | [SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedC... type EnumProcessorArchitecture (line 88) | [SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedC... method IsAtLeast (line 231) | public static bool IsAtLeast(EnumOsName version) method IsAtLeast (line 241) | public static bool IsAtLeast(EnumOsName version, int servicePackVersion) method UpdateData (line 251) | [SuppressMessage("Microsoft.Naming", "CA2204:Literals should be spelle... class NativeMethods (line 410) | private static class NativeMethods type RTL_OSVERSIONINFOEXW (line 417) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type SYSTEM_INFO (line 435) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method RtlGetVersion (line 455) | [SuppressMessage("Microsoft.Security", "CA5122:PInvokesShouldNotBeSa... method GetNativeSystemInfo (line 467) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanag... method IsWow64Process (line 479) | [SuppressMessage("Microsoft.Security", "CA2118:ReviewSuppressUnmanag... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeCmConnectMachineHandle.cs class SafeCmConnectMachineHandle (line 28) | [SecurityCritical] method SafeCmConnectMachineHandle (line 32) | public SafeCmConnectMachineHandle() : base(true) method ReleaseHandle (line 38) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeEncryptedFileRawHandle.cs class SafeEncryptedFileRawHandle (line 8) | [SecurityCritical] method SafeEncryptedFileRawHandle (line 12) | private SafeEncryptedFileRawHandle() : base(true) method SafeEncryptedFileRawHandle (line 20) | public SafeEncryptedFileRawHandle(IntPtr handle, bool callerHandle) : ... method ReleaseHandle (line 31) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeFindFileHandle.cs class SafeFindFileHandle (line 29) | [SecurityCritical] method SafeFindFileHandle (line 33) | private SafeFindFileHandle() : base(true) method SafeFindFileHandle (line 40) | public SafeFindFileHandle(IntPtr handle, bool callerHandle) : base(cal... method ReleaseHandle (line 51) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeFindVolumeHandle.cs class SafeFindVolumeHandle (line 29) | [SecurityCritical] method SafeFindVolumeHandle (line 33) | private SafeFindVolumeHandle() : base(true) method SafeFindVolumeHandle (line 40) | public SafeFindVolumeHandle(IntPtr handle, bool callerHandle) : base(c... method ReleaseHandle (line 51) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeFindVolumeMountPointHandle.cs class SafeFindVolumeMountPointHandle (line 29) | [SecurityCritical] method SafeFindVolumeMountPointHandle (line 33) | private SafeFindVolumeMountPointHandle() : base(true) method SafeFindVolumeMountPointHandle (line 41) | public SafeFindVolumeMountPointHandle(IntPtr handle, bool callerHandle... method ReleaseHandle (line 52) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeGlobalMemoryBufferHandle.cs class SafeGlobalMemoryBufferHandle (line 30) | internal sealed class SafeGlobalMemoryBufferHandle : SafeNativeMemoryBuf... method SafeGlobalMemoryBufferHandle (line 33) | public SafeGlobalMemoryBufferHandle() : base(true) method SafeGlobalMemoryBufferHandle (line 40) | public SafeGlobalMemoryBufferHandle(int capacity) : base(capacity) method SafeGlobalMemoryBufferHandle (line 46) | private SafeGlobalMemoryBufferHandle(IntPtr buffer, int capacity) : ba... method FromLong (line 51) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method FromStringUni (line 67) | public static SafeGlobalMemoryBufferHandle FromStringUni(string str) method ReleaseHandle (line 81) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeKernelTransactionHandle.cs class SafeKernelTransactionHandle (line 28) | internal class SafeKernelTransactionHandle : SafeHandleMinusOneIsInvalid method SafeKernelTransactionHandle (line 31) | public SafeKernelTransactionHandle() : base(true) method ReleaseHandle (line 41) | [SecurityCritical] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeLocalMemoryBufferHandle.cs class SafeLocalMemoryBufferHandle (line 32) | internal sealed class SafeLocalMemoryBufferHandle : SafeHandleZeroOrMinu... method SafeLocalMemoryBufferHandle (line 35) | public SafeLocalMemoryBufferHandle() : base(true) method CopyFrom (line 44) | public void CopyFrom(byte[] source, int startIndex, int length) method CopyTo (line 50) | public void CopyTo(byte[] destination, int destinationOffset, int length) method ToByteArray (line 68) | public byte[] ToByteArray(int startIndex, int length) method ReleaseHandle (line 84) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeNativeMemoryBufferHandle.cs class SafeNativeMemoryBufferHandle (line 30) | internal abstract class SafeNativeMemoryBufferHandle : SafeHandleZeroOrM... method SafeNativeMemoryBufferHandle (line 37) | protected SafeNativeMemoryBufferHandle(bool callerHandle) : base(calle... method SafeNativeMemoryBufferHandle (line 44) | protected SafeNativeMemoryBufferHandle(int capacity) : this(true) method SafeNativeMemoryBufferHandle (line 50) | protected SafeNativeMemoryBufferHandle(IntPtr memory, int capacity) : ... method CopyFrom (line 73) | public void CopyFrom(byte[] source, int startIndex, int length) method CopyFrom (line 79) | public void CopyFrom(char[] source, int startIndex, int length) method CopyFrom (line 85) | public void CopyFrom(char[] source, int startIndex, int length, int of... method CopyTo (line 94) | public void CopyTo(int sourceOffset, byte[] destination) method CopyTo (line 115) | public void CopyTo(byte[] destination, int destinationOffset, int length) method CopyTo (line 141) | public void CopyTo(int sourceOffset, byte[] destination, int destinati... method ToByteArray (line 162) | public byte[] ToByteArray(int startIndex, int length) method WriteInt16 (line 176) | public void WriteInt16(int offset, short value) method WriteInt16 (line 181) | public void WriteInt16(int offset, char value) method WriteInt16 (line 186) | public void WriteInt16(char value) method WriteInt16 (line 191) | public void WriteInt16(short value) method WriteInt32 (line 196) | public void WriteInt32(int offset, short value) method WriteInt32 (line 201) | public void WriteInt32(int value) method WriteInt64 (line 206) | public void WriteInt64(int offset, long value) method WriteInt64 (line 211) | public void WriteInt64(long value) method WriteByte (line 216) | public void WriteByte(int offset, byte value) method WriteByte (line 221) | public void WriteByte(byte value) method WriteIntPtr (line 226) | public void WriteIntPtr(int offset, IntPtr value) method WriteIntPtr (line 231) | public void WriteIntPtr(IntPtr value) method ReadByte (line 241) | public byte ReadByte() method ReadByte (line 246) | public byte ReadByte(int offset) method ReadInt16 (line 251) | public short ReadInt16() method ReadInt16 (line 256) | public short ReadInt16(int offset) method ReadInt32 (line 261) | public int ReadInt32() method ReadInt32 (line 266) | public int ReadInt32(int offset) method ReadInt64 (line 271) | public long ReadInt64() method ReadInt64 (line 276) | public long ReadInt64(int offset) method ReadIntPtr (line 281) | public IntPtr ReadIntPtr() method ReadIntPtr (line 286) | public IntPtr ReadIntPtr(int offset) method StructureToPtr (line 296) | public void StructureToPtr(object structure, bool deleteOld) method PtrToStructure (line 304) | public T PtrToStructure(int offset) method PtrToStringAnsi (line 312) | public string PtrToStringAnsi(int offset) method PtrToStringUni (line 319) | public string PtrToStringUni() method PtrToStringUni (line 327) | public string PtrToStringUni(int offset, int length) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeSetupDiClassDevsExHandle.cs class NativeMethods (line 27) | internal static partial class NativeMethods class SafeSetupDiClassDevsExHandle (line 30) | [SecurityCritical] method SafeSetupDiClassDevsExHandle (line 34) | public SafeSetupDiClassDevsExHandle() : base(true) method ReleaseHandle (line 44) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Safe Handles/SafeTokenHandle.cs class SafeTokenHandle (line 30) | [SecurityCritical] method SafeTokenHandle (line 34) | public SafeTokenHandle() : base(true) method SafeTokenHandle (line 42) | public SafeTokenHandle(IntPtr handle, bool callerHandle) : base(caller... method ReleaseHandle (line 50) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Security/CRC/Crc32.cs class Crc32 (line 40) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledC... method Crc32 (line 53) | public Crc32() : this(DefaultPolynomial, DefaultSeed) method Crc32 (line 61) | private Crc32(uint polynomial, uint seed) method Initialize (line 70) | public override void Initialize() method HashCore (line 80) | protected override void HashCore(byte[] array, int ibStart, int cbSize) method HashFinal (line 88) | protected override byte[] HashFinal() method InitializeTable (line 107) | private static uint[] InitializeTable(uint polynomial) method CalculateHash (line 138) | private static uint CalculateHash(uint[] table, uint seed, IList... method UInt32ToBigEndianBytes (line 152) | private static byte[] UInt32ToBigEndianBytes(uint uint32) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Security/CRC/Crc64.cs class Crc64 (line 34) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledC... method Crc64 (line 48) | public Crc64() : this(Iso3309Polynomial, DefaultSeed) method Crc64 (line 56) | private Crc64(ulong polynomial, ulong seed) method Initialize (line 65) | public override void Initialize() method HashCore (line 75) | protected override void HashCore(byte[] array, int ibStart, int cbSize) method HashFinal (line 83) | protected override byte[] HashFinal() method InitializeTable (line 101) | private static ulong[] InitializeTable(ulong polynomial) method CreateTable (line 118) | private static ulong[] CreateTable(ulong polynomial) method CalculateHash (line 143) | private static ulong CalculateHash(ulong seed, ulong[] table, IList(T obj) method IsNullOrWhiteSpace (line 129) | public static bool IsNullOrWhiteSpace(string value) method UnitSizeToText (line 147) | public static string UnitSizeToText(T numberOfBytes) method UnitSizeToText (line 156) | public static string UnitSizeToText(T numberOfBytes, CultureInfo cu... method CombineHashCodesOf (line 181) | public static int CombineHashCodesOf(T1 arg1, T2 arg2) method CombineHashCodesOf (line 195) | public static int CombineHashCodesOf(T1 arg1, T2 arg2, T3 ... method CombineHashCodesOf (line 208) | public static int CombineHashCodesOf(T1 arg1, T2 arg2,... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/AlphaFS/Win32Errors.cs class Win32Errors (line 24) | internal static class Win32Errors method GetHrFromWin32Error (line 27) | public static int GetHrFromWin32Error(uint errorCode) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/CryptoException.cs class CryptoException (line 8) | public class CryptoException method CryptoException (line 11) | public CryptoException() method CryptoException (line 15) | public CryptoException( method CryptoException (line 21) | public CryptoException( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/DataLengthException.cs class DataLengthException (line 14) | public class DataLengthException method DataLengthException (line 20) | public DataLengthException() method DataLengthException (line 29) | public DataLengthException( method DataLengthException (line 35) | public DataLengthException( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/ICipherParameters.cs type ICipherParameters (line 3) | public interface ICipherParameters FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/IDigest.cs type IDigest (line 6) | public interface IDigest method GetDigestSize (line 20) | int GetDigestSize(); method GetByteLength (line 27) | int GetByteLength(); method Update (line 34) | void Update(byte input); method BlockUpdate (line 43) | void BlockUpdate(byte[] input, int inOff, int length); method DoFinal (line 52) | int DoFinal(byte[] output, int outOff); method Reset (line 57) | void Reset(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1Encodable.cs class Asn1Encodable (line 5) | public abstract class Asn1Encodable method GetEncoded (line 11) | public byte[] GetEncoded() method GetEncoded (line 21) | public byte[] GetEncoded( method GetDerEncoded (line 42) | public byte[] GetDerEncoded() method GetHashCode (line 54) | public sealed override int GetHashCode() method Equals (line 59) | public sealed override bool Equals( method ToAsn1Object (line 76) | public abstract Asn1Object ToAsn1Object(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1EncodableVector.cs class Asn1EncodableVector (line 9) | public class Asn1EncodableVector method FromEnumerable (line 20) | public static Asn1EncodableVector FromEnumerable(IEnumerable e) method Asn1EncodableVector (line 30) | public Asn1EncodableVector() method Asn1EncodableVector (line 35) | public Asn1EncodableVector(int initialCapacity) method Asn1EncodableVector (line 45) | public Asn1EncodableVector(params Asn1Encodable[] v) method Add (line 51) | public void Add(Asn1Encodable element) method Add (line 67) | public void Add(params Asn1Encodable[] objs) method AddOptional (line 75) | public void AddOptional(params Asn1Encodable[] objs) method AddOptionalTagged (line 89) | public void AddOptionalTagged(bool isExplicit, int tagNo, Asn1Encodabl... method AddAll (line 97) | public void AddAll(Asn1EncodableVector other) method GetEnumerator (line 143) | public IEnumerator GetEnumerator() method CopyElements (line 148) | internal Asn1Encodable[] CopyElements() method TakeElements (line 158) | internal Asn1Encodable[] TakeElements() method Reallocate (line 174) | private void Reallocate(int minCapacity) method CloneElements (line 186) | internal static Asn1Encodable[] CloneElements(Asn1Encodable[] elements) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1Exception.cs class Asn1Exception (line 9) | public class Asn1Exception method Asn1Exception (line 12) | public Asn1Exception() method Asn1Exception (line 17) | public Asn1Exception( method Asn1Exception (line 23) | public Asn1Exception( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1InputStream.cs class Asn1InputStream (line 15) | public class Asn1InputStream method FindLimit (line 22) | internal static int FindLimit(Stream input) method Asn1InputStream (line 39) | public Asn1InputStream( method Asn1InputStream (line 51) | public Asn1InputStream( method Asn1InputStream (line 66) | public Asn1InputStream( method BuildObject (line 75) | private Asn1Object BuildObject( method ReadVector (line 135) | internal virtual Asn1EncodableVector ReadVector(DefiniteLengthInputStr... method CreateDerSequence (line 151) | internal virtual DerSequence CreateDerSequence( method CreateDerSet (line 157) | internal virtual DerSet CreateDerSet( method ReadObject (line 163) | public Asn1Object ReadObject() method ReadTagNumber (line 237) | internal static int ReadTagNumber( method ReadLength (line 273) | internal static int ReadLength(Stream s, int limit, bool isParsing) method GetBuffer (line 311) | private static byte[] GetBuffer(DefiniteLengthInputStream defIn, byte[... method GetBmpCharBuffer (line 330) | private static char[] GetBmpCharBuffer(DefiniteLengthInputStream defIn) method CreatePrimitiveDerObject (line 373) | internal static Asn1Object CreatePrimitiveDerObject( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1Null.cs class Asn1Null (line 6) | public abstract class Asn1Null method Asn1Null (line 9) | internal Asn1Null() method ToString (line 13) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1Object.cs class Asn1Object (line 6) | public abstract class Asn1Object method FromByteArray (line 15) | public static Asn1Object FromByteArray( method FromStream (line 37) | public static Asn1Object FromStream( method ToAsn1Object (line 50) | public sealed override Asn1Object ToAsn1Object() method Encode (line 55) | internal abstract void Encode(DerOutputStream derOut); method Asn1Equals (line 57) | protected abstract bool Asn1Equals(Asn1Object asn1Object); method Asn1GetHashCode (line 58) | protected abstract int Asn1GetHashCode(); method CallAsn1Equals (line 60) | internal bool CallAsn1Equals(Asn1Object obj) method CallAsn1GetHashCode (line 65) | internal int CallAsn1GetHashCode() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1OctetString.cs class Asn1OctetString (line 8) | public abstract class Asn1OctetString method GetInstance (line 22) | public static Asn1OctetString GetInstance( method GetInstance (line 42) | public static Asn1OctetString GetInstance(object obj) method Asn1OctetString (line 80) | internal Asn1OctetString( method GetOctetStream (line 89) | public Stream GetOctetStream() method GetOctets (line 99) | public virtual byte[] GetOctets() method Asn1GetHashCode (line 104) | protected override int Asn1GetHashCode() method Asn1Equals (line 109) | protected override bool Asn1Equals( method ToString (line 120) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1OctetStringParser.cs type Asn1OctetStringParser (line 5) | public interface Asn1OctetStringParser method GetOctetStream (line 8) | Stream GetOctetStream(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1OutputStream.cs class Asn1OutputStream (line 6) | public class Asn1OutputStream method Asn1OutputStream (line 9) | public Asn1OutputStream(Stream os) : base(os) method WriteObject (line 13) | [Obsolete("Use version taking an Asn1Encodable arg instead")] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1ParsingException.cs class Asn1ParsingException (line 8) | public class Asn1ParsingException method Asn1ParsingException (line 11) | public Asn1ParsingException() method Asn1ParsingException (line 16) | public Asn1ParsingException( method Asn1ParsingException (line 22) | public Asn1ParsingException( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1Sequence.cs class Asn1Sequence (line 9) | public abstract class Asn1Sequence method GetInstance (line 21) | public static Asn1Sequence GetInstance( method GetInstance (line 72) | public static Asn1Sequence GetInstance( method Asn1Sequence (line 109) | protected internal Asn1Sequence() method Asn1Sequence (line 114) | protected internal Asn1Sequence(Asn1Encodable element) method Asn1Sequence (line 122) | protected internal Asn1Sequence(params Asn1Encodable[] elements) method Asn1Sequence (line 130) | protected internal Asn1Sequence(Asn1EncodableVector elementVector) method GetEnumerator (line 138) | public virtual IEnumerator GetEnumerator() class Asn1SequenceParserImpl (line 143) | private class Asn1SequenceParserImpl method Asn1SequenceParserImpl (line 150) | public Asn1SequenceParserImpl( method ReadObject (line 157) | public IAsn1Convertible ReadObject() method ToAsn1Object (line 177) | public Asn1Object ToAsn1Object() method ToArray (line 204) | public virtual Asn1Encodable[] ToArray() method Asn1GetHashCode (line 209) | protected override int Asn1GetHashCode() method Asn1Equals (line 224) | protected override bool Asn1Equals(Asn1Object asn1Object) method ToString (line 246) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1SequenceParser.cs type Asn1SequenceParser (line 3) | public interface Asn1SequenceParser method ReadObject (line 6) | IAsn1Convertible ReadObject(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1Set.cs method GetInstance (line 22) | public static Asn1Set GetInstance( method GetInstance (line 73) | public static Asn1Set GetInstance( method Asn1Set (line 123) | protected internal Asn1Set() method Asn1Set (line 128) | protected internal Asn1Set(Asn1Encodable element) method Asn1Set (line 136) | protected internal Asn1Set(params Asn1Encodable[] elements) method Asn1Set (line 144) | protected internal Asn1Set(Asn1EncodableVector elementVector) method GetEnumerator (line 152) | public virtual IEnumerator GetEnumerator() method ToArray (line 173) | public virtual Asn1Encodable[] ToArray() class Asn1SetParserImpl (line 178) | private class Asn1SetParserImpl method Asn1SetParserImpl (line 185) | public Asn1SetParserImpl( method ReadObject (line 192) | public IAsn1Convertible ReadObject() method ToAsn1Object (line 211) | public virtual Asn1Object ToAsn1Object() method Asn1GetHashCode (line 222) | protected override int Asn1GetHashCode() method Asn1Equals (line 237) | protected override bool Asn1Equals(Asn1Object asn1Object) method Sort (line 259) | protected internal void Sort() method ToString (line 282) | public override string ToString() class DerComparer (line 288) | private class DerComparer method Compare (line 291) | public int Compare(byte[] x, byte[] y) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1SetParser.cs type Asn1SetParser (line 3) | public interface Asn1SetParser method ReadObject (line 6) | IAsn1Convertible ReadObject(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1StreamParser.cs class Asn1StreamParser (line 6) | public class Asn1StreamParser method Asn1StreamParser (line 13) | public Asn1StreamParser( method Asn1StreamParser (line 19) | public Asn1StreamParser( method Asn1StreamParser (line 31) | public Asn1StreamParser( method ReadIndef (line 37) | internal IAsn1Convertible ReadIndef(int tagValue) method ReadImplicit (line 57) | internal IAsn1Convertible ReadImplicit(bool constructed, int tag) method ReadTaggedObject (line 95) | internal Asn1Object ReadTaggedObject(bool constructed, int tag) method ReadObject (line 118) | public virtual IAsn1Convertible ReadObject() method Set00Check (line 213) | private void Set00Check( method ReadVector (line 222) | internal Asn1EncodableVector ReadVector() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1TaggedObject.cs class Asn1TaggedObject (line 11) | public abstract class Asn1TaggedObject method IsConstructed (line 14) | internal static bool IsConstructed(bool isExplicit, Asn1Object obj) method GetInstance (line 29) | static public Asn1TaggedObject GetInstance( method GetInstance (line 41) | static public Asn1TaggedObject GetInstance( method Asn1TaggedObject (line 56) | protected Asn1TaggedObject( method Asn1TaggedObject (line 70) | protected Asn1TaggedObject( method Asn1Equals (line 81) | protected override bool Asn1Equals( method Asn1GetHashCode (line 95) | protected override int Asn1GetHashCode() method IsExplicit (line 128) | public bool IsExplicit() method IsEmpty (line 133) | public bool IsEmpty() method GetObject (line 145) | public Asn1Object GetObject() method GetObjectParser (line 160) | public IAsn1Convertible GetObjectParser( method ToString (line 182) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1TaggedObjectParser.cs type Asn1TaggedObjectParser (line 3) | public interface Asn1TaggedObjectParser method GetObjectParser (line 8) | IAsn1Convertible GetObjectParser(int tag, bool isExplicit); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/Asn1Tags.cs class Asn1Tags (line 3) | public class Asn1Tags FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerApplicationSpecific.cs class BerApplicationSpecific (line 3) | public class BerApplicationSpecific method BerApplicationSpecific (line 6) | public BerApplicationSpecific( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerApplicationSpecificParser.cs class BerApplicationSpecificParser (line 3) | public class BerApplicationSpecificParser method BerApplicationSpecificParser (line 9) | internal BerApplicationSpecificParser( method ReadObject (line 17) | public IAsn1Convertible ReadObject() method ToAsn1Object (line 22) | public Asn1Object ToAsn1Object() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerBitString.cs class BerBitString (line 3) | public class BerBitString method BerBitString (line 6) | public BerBitString(byte[] data, int padBits) method BerBitString (line 11) | public BerBitString(byte[] data) method BerBitString (line 16) | public BerBitString(int namedBits) method BerBitString (line 21) | public BerBitString(Asn1Encodable obj) method Encode (line 26) | internal override void Encode( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerOctetString.cs class BerOctetString (line 8) | public class BerOctetString method FromSequence (line 13) | public static BerOctetString FromSequence(Asn1Sequence seq) method ToBytes (line 24) | private static byte[] ToBytes(Asn1OctetString[] octs) method ToOctetStringArray (line 35) | private static Asn1OctetString[] ToOctetStringArray(IEnumerable e) method BerOctetString (line 51) | [Obsolete("Will be removed")] method BerOctetString (line 57) | public BerOctetString(byte[] str) method BerOctetString (line 62) | public BerOctetString(Asn1OctetString[] octs) method BerOctetString (line 67) | public BerOctetString(byte[] str, int chunkSize) method BerOctetString (line 72) | public BerOctetString(Asn1OctetString[] octs, int chunkSize) method BerOctetString (line 77) | private BerOctetString(byte[] str, Asn1OctetString[] octs, int chunkSize) method GetEnumerator (line 87) | public IEnumerator GetEnumerator() method GetObjects (line 95) | [Obsolete("Use GetEnumerator() instead")] method Encode (line 101) | internal override void Encode( class ChunkEnumerator (line 127) | private class ChunkEnumerator method ChunkEnumerator (line 136) | internal ChunkEnumerator(byte[] octets, int chunkSize) method MoveNext (line 153) | public bool MoveNext() method Reset (line 169) | public void Reset() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerOctetStringParser.cs class BerOctetStringParser (line 6) | public class BerOctetStringParser method BerOctetStringParser (line 11) | internal BerOctetStringParser( method GetOctetStream (line 17) | public Stream GetOctetStream() method ToAsn1Object (line 22) | public Asn1Object ToAsn1Object() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerOutputStream.cs class BerOutputStream (line 6) | public class BerOutputStream method BerOutputStream (line 9) | public BerOutputStream(Stream os) : base(os) method WriteObject (line 13) | [Obsolete("Use version taking an Asn1Encodable arg instead")] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerSequence.cs class BerSequence (line 3) | public class BerSequence method FromVector (line 8) | public static new BerSequence FromVector(Asn1EncodableVector elementVe... method BerSequence (line 16) | public BerSequence() method BerSequence (line 24) | public BerSequence(Asn1Encodable element) method BerSequence (line 29) | public BerSequence(params Asn1Encodable[] elements) method BerSequence (line 37) | public BerSequence(Asn1EncodableVector elementVector) method Encode (line 42) | internal override void Encode(DerOutputStream derOut) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerSequenceParser.cs class BerSequenceParser (line 3) | public class BerSequenceParser method BerSequenceParser (line 8) | internal BerSequenceParser( method ReadObject (line 14) | public IAsn1Convertible ReadObject() method ToAsn1Object (line 19) | public Asn1Object ToAsn1Object() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerSet.cs class BerSet (line 3) | public class BerSet method FromVector (line 8) | public static new BerSet FromVector(Asn1EncodableVector elementVector) method FromVector (line 13) | internal static new BerSet FromVector(Asn1EncodableVector elementVecto... method BerSet (line 21) | public BerSet() method BerSet (line 29) | public BerSet(Asn1Encodable element) method BerSet (line 37) | public BerSet(Asn1EncodableVector elementVector) method BerSet (line 42) | internal BerSet(Asn1EncodableVector elementVector, bool needsSorting) method Encode (line 47) | internal override void Encode(DerOutputStream derOut) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerSetParser.cs class BerSetParser (line 3) | public class BerSetParser method BerSetParser (line 8) | internal BerSetParser( method ReadObject (line 14) | public IAsn1Convertible ReadObject() method ToAsn1Object (line 19) | public Asn1Object ToAsn1Object() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerTaggedObject.cs class BerTaggedObject (line 11) | public class BerTaggedObject method BerTaggedObject (line 18) | public BerTaggedObject( method BerTaggedObject (line 30) | public BerTaggedObject( method BerTaggedObject (line 42) | public BerTaggedObject( method Encode (line 48) | internal override void Encode( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/BerTaggedObjectParser.cs class BerTaggedObjectParser (line 6) | public class BerTaggedObjectParser method BerTaggedObjectParser (line 13) | [Obsolete] method BerTaggedObjectParser (line 22) | internal BerTaggedObjectParser( method GetObjectParser (line 42) | public IAsn1Convertible GetObjectParser( method ToAsn1Object (line 57) | public Asn1Object ToAsn1Object() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/ConstructedOctetStream.cs class ConstructedOctetStream (line 7) | internal class ConstructedOctetStream method ConstructedOctetStream (line 15) | internal ConstructedOctetStream( method Read (line 21) | public override int Read(byte[] buffer, int offset, int count) method ReadByte (line 63) | public override int ReadByte() method GetNextParser (line 96) | private Asn1OctetStringParser GetNextParser() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DefiniteLengthInputStream.cs class DefiniteLengthInputStream (line 7) | class DefiniteLengthInputStream method DefiniteLengthInputStream (line 15) | internal DefiniteLengthInputStream(Stream inStream, int length, int li... method ReadByte (line 35) | public override int ReadByte() method Read (line 53) | public override int Read( method ReadAllIntoByteArray (line 75) | internal void ReadAllIntoByteArray(byte[] buf) method ToArray (line 93) | internal byte[] ToArray() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerApplicationSpecific.cs class DerApplicationSpecific (line 10) | public class DerApplicationSpecific method DerApplicationSpecific (line 17) | internal DerApplicationSpecific( method DerApplicationSpecific (line 27) | public DerApplicationSpecific( method DerApplicationSpecific (line 34) | public DerApplicationSpecific( method DerApplicationSpecific (line 41) | public DerApplicationSpecific( method DerApplicationSpecific (line 66) | public DerApplicationSpecific( method GetLengthOfHeader (line 89) | private int GetLengthOfHeader( method IsConstructed (line 115) | public bool IsConstructed() method GetContents (line 120) | public byte[] GetContents() method GetObject (line 136) | public Asn1Object GetObject() method GetObject (line 148) | public Asn1Object GetObject( method Encode (line 165) | internal override void Encode( method Asn1Equals (line 177) | protected override bool Asn1Equals( method Asn1GetHashCode (line 190) | protected override int Asn1GetHashCode() method ReplaceTagNumber (line 195) | private byte[] ReplaceTagNumber( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerBitString.cs class DerBitString (line 9) | public class DerBitString method GetInstance (line 23) | public static DerBitString GetInstance( method GetInstance (line 54) | public static DerBitString GetInstance( method DerBitString (line 72) | public DerBitString( method DerBitString (line 87) | public DerBitString( method DerBitString (line 93) | public DerBitString( method DerBitString (line 133) | public DerBitString( method GetOctets (line 146) | public virtual byte[] GetOctets() method GetBytes (line 154) | public virtual byte[] GetBytes() method Encode (line 193) | internal override void Encode( method Asn1GetHashCode (line 219) | protected override int Asn1GetHashCode() method Asn1Equals (line 224) | protected override bool Asn1Equals( method GetString (line 236) | public override string GetString() method FromAsn1Octets (line 252) | internal static DerBitString FromAsn1Octets(byte[] octets) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerBmpString.cs class DerBmpString (line 9) | public class DerBmpString method GetInstance (line 20) | public static DerBmpString GetInstance( method GetInstance (line 40) | public static DerBmpString GetInstance( method DerBmpString (line 57) | [Obsolete("Will become internal")] method DerBmpString (line 78) | internal DerBmpString(char[] str) method DerBmpString (line 89) | public DerBmpString(string str) method GetString (line 97) | public override string GetString() method Asn1Equals (line 102) | protected override bool Asn1Equals( method Encode (line 113) | internal override void Encode( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerBoolean.cs class DerBoolean (line 6) | public class DerBoolean method GetInstance (line 19) | public static DerBoolean GetInstance( method GetInstance (line 33) | public static DerBoolean GetInstance( method GetInstance (line 48) | public static DerBoolean GetInstance( method DerBoolean (line 62) | public DerBoolean( method DerBoolean (line 72) | private DerBoolean( method Encode (line 83) | internal override void Encode( method Asn1Equals (line 90) | protected override bool Asn1Equals( method Asn1GetHashCode (line 101) | protected override int Asn1GetHashCode() method ToString (line 106) | public override string ToString() method FromOctetString (line 111) | internal static DerBoolean FromOctetString(byte[] value) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerEnumerated.cs class DerEnumerated (line 7) | public class DerEnumerated method GetInstance (line 18) | public static DerEnumerated GetInstance( method GetInstance (line 38) | public static DerEnumerated GetInstance( method DerEnumerated (line 52) | public DerEnumerated(int val) method DerEnumerated (line 61) | public DerEnumerated(long val) method DerEnumerated (line 70) | public DerEnumerated(BigInteger val) method DerEnumerated (line 79) | public DerEnumerated(byte[] bytes) method HasValue (line 95) | public bool HasValue(BigInteger x) method Encode (line 115) | internal override void Encode(DerOutputStream derOut) method Asn1Equals (line 120) | protected override bool Asn1Equals(Asn1Object asn1Object) method Asn1GetHashCode (line 129) | protected override int Asn1GetHashCode() method FromOctetString (line 136) | internal static DerEnumerated FromOctetString(byte[] enc) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerExternal.cs class DerExternal (line 10) | public class DerExternal method DerExternal (line 19) | public DerExternal( method DerExternal (line 68) | public DerExternal(DerObjectIdentifier directReference, DerInteger ind... method DerExternal (line 82) | public DerExternal(DerObjectIdentifier directReference, DerInteger ind... method Encode (line 91) | internal override void Encode(DerOutputStream derOut) method Asn1GetHashCode (line 102) | protected override int Asn1GetHashCode() method Asn1Equals (line 120) | protected override bool Asn1Equals( method GetObjFromVector (line 184) | private static Asn1Object GetObjFromVector(Asn1EncodableVector v, int ... method WriteEncodable (line 192) | private static void WriteEncodable(MemoryStream ms, Asn1Encodable e) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerExternalParser.cs class DerExternalParser (line 3) | public class DerExternalParser method DerExternalParser (line 8) | public DerExternalParser(Asn1StreamParser parser) method ReadObject (line 13) | public IAsn1Convertible ReadObject() method ToAsn1Object (line 18) | public override Asn1Object ToAsn1Object() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerGeneralString.cs class DerGeneralString (line 7) | public class DerGeneralString method GetInstance (line 12) | public static DerGeneralString GetInstance( method GetInstance (line 24) | public static DerGeneralString GetInstance( method DerGeneralString (line 38) | public DerGeneralString( method DerGeneralString (line 44) | public DerGeneralString( method GetString (line 53) | public override string GetString() method GetOctets (line 58) | public byte[] GetOctets() method Encode (line 63) | internal override void Encode( method Asn1Equals (line 69) | protected override bool Asn1Equals( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerGeneralizedTime.cs class DerGeneralizedTime (line 12) | public class DerGeneralizedTime method GetInstance (line 22) | public static DerGeneralizedTime GetInstance( method GetInstance (line 42) | public static DerGeneralizedTime GetInstance( method DerGeneralizedTime (line 65) | public DerGeneralizedTime( method DerGeneralizedTime (line 83) | public DerGeneralizedTime( method DerGeneralizedTime (line 93) | internal DerGeneralizedTime( method GetTime (line 123) | public string GetTime() method CalculateGmtOffset (line 161) | private string CalculateGmtOffset() method Convert (line 190) | private static string Convert( method ToDateTime (line 201) | public DateTime ToDateTime() method FString (line 253) | private string FString( method ParseDateString (line 264) | private DateTime ParseDateString(string s, string format, bool makeUni... method GetOctets (line 293) | private byte[] GetOctets() method Encode (line 298) | internal override void Encode( method Asn1Equals (line 304) | protected override bool Asn1Equals( method Asn1GetHashCode (line 315) | protected override int Asn1GetHashCode() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerGraphicString.cs class DerGraphicString (line 7) | public class DerGraphicString method GetInstance (line 19) | public static DerGraphicString GetInstance(object obj) method GetInstance (line 51) | public static DerGraphicString GetInstance(Asn1TaggedObject obj, bool ... method DerGraphicString (line 67) | public DerGraphicString(byte[] encoding) method GetString (line 72) | public override string GetString() method GetOctets (line 77) | public byte[] GetOctets() method Encode (line 82) | internal override void Encode(DerOutputStream derOut) method Asn1GetHashCode (line 87) | protected override int Asn1GetHashCode() method Asn1Equals (line 92) | protected override bool Asn1Equals( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerIA5String.cs class DerIA5String (line 10) | public class DerIA5String method GetInstance (line 20) | public static DerIA5String GetInstance( method GetInstance (line 40) | public static DerIA5String GetInstance( method DerIA5String (line 57) | public DerIA5String( method DerIA5String (line 66) | public DerIA5String( method DerIA5String (line 80) | public DerIA5String( method GetString (line 92) | public override string GetString() method GetOctets (line 97) | public byte[] GetOctets() method Encode (line 102) | internal override void Encode( method Asn1GetHashCode (line 108) | protected override int Asn1GetHashCode() method Asn1Equals (line 113) | protected override bool Asn1Equals( method IsIA5String (line 130) | public static bool IsIA5String( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerInteger.cs class DerInteger (line 7) | public class DerInteger method AllowUnsafe (line 12) | internal static bool AllowUnsafe() method GetInstance (line 29) | public static DerInteger GetInstance( method GetInstance (line 49) | public static DerInteger GetInstance( method DerInteger (line 66) | public DerInteger(int value) method DerInteger (line 72) | public DerInteger(long value) method DerInteger (line 78) | public DerInteger(BigInteger value) method DerInteger (line 87) | public DerInteger(byte[] bytes) method DerInteger (line 92) | internal DerInteger(byte[] bytes, bool clone) method HasValue (line 115) | public bool HasValue(BigInteger x) method Encode (line 159) | internal override void Encode(DerOutputStream derOut) method Asn1GetHashCode (line 164) | protected override int Asn1GetHashCode() method Asn1Equals (line 169) | protected override bool Asn1Equals(Asn1Object asn1Object) method ToString (line 178) | public override string ToString() method IntValue (line 183) | internal static int IntValue(byte[] bytes, int start, int signExt) method LongValue (line 196) | internal static long LongValue(byte[] bytes, int start, int signExt) method IsMalformed (line 215) | internal static bool IsMalformed(byte[] bytes) method SignBytesToSkip (line 228) | internal static int SignBytesToSkip(byte[] bytes) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerNull.cs class DerNull (line 8) | public class DerNull method DerNull (line 15) | [Obsolete("Use static Instance object")] method DerNull (line 20) | protected internal DerNull(int dummy) method Encode (line 24) | internal override void Encode( method Asn1Equals (line 30) | protected override bool Asn1Equals( method Asn1GetHashCode (line 36) | protected override int Asn1GetHashCode() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerNumericString.cs class DerNumericString (line 10) | public class DerNumericString method GetInstance (line 20) | public static DerNumericString GetInstance( method GetInstance (line 40) | public static DerNumericString GetInstance( method DerNumericString (line 57) | public DerNumericString( method DerNumericString (line 66) | public DerNumericString( method DerNumericString (line 80) | public DerNumericString( method GetString (line 92) | public override string GetString() method GetOctets (line 97) | public byte[] GetOctets() method Encode (line 102) | internal override void Encode( method Asn1Equals (line 108) | protected override bool Asn1Equals( method IsNumericString (line 125) | public static bool IsNumericString( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerObjectIdentifier.cs class DerObjectIdentifier (line 9) | public class DerObjectIdentifier method GetInstance (line 21) | public static DerObjectIdentifier GetInstance(object obj) method GetInstance (line 49) | public static DerObjectIdentifier GetInstance( method DerObjectIdentifier (line 63) | public DerObjectIdentifier( method DerObjectIdentifier (line 74) | internal DerObjectIdentifier(DerObjectIdentifier oid, string branchID) method Branch (line 88) | public virtual DerObjectIdentifier Branch(string branchID) method On (line 98) | public virtual bool On(DerObjectIdentifier stem) method DerObjectIdentifier (line 104) | internal DerObjectIdentifier(byte[] bytes) method WriteField (line 110) | private void WriteField( method WriteField (line 125) | private void WriteField( method DoOutput (line 148) | private void DoOutput(MemoryStream bOut) method GetBody (line 179) | internal byte[] GetBody() method Encode (line 194) | internal override void Encode( method Asn1GetHashCode (line 200) | protected override int Asn1GetHashCode() method Asn1Equals (line 205) | protected override bool Asn1Equals( method ToString (line 216) | public override string ToString() method IsValidBranchID (line 221) | private static bool IsValidBranchID(string branchID, int start) method IsValidIdentifier (line 253) | private static bool IsValidIdentifier(string identifier) method MakeOidStringFromBytes (line 267) | private static string MakeOidStringFromBytes( method FromOctetString (line 345) | internal static DerObjectIdentifier FromOctetString(byte[] enc) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerOctetString.cs class DerOctetString (line 3) | public class DerOctetString method DerOctetString (line 7) | public DerOctetString( method DerOctetString (line 13) | public DerOctetString(IAsn1Convertible obj) method DerOctetString (line 18) | public DerOctetString(Asn1Encodable obj) method Encode (line 23) | internal override void Encode( method Encode (line 29) | internal static void Encode( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerOctetStringParser.cs class DerOctetStringParser (line 6) | public class DerOctetStringParser method DerOctetStringParser (line 11) | internal DerOctetStringParser( method GetOctetStream (line 17) | public Stream GetOctetStream() method ToAsn1Object (line 22) | public Asn1Object ToAsn1Object() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerOutputStream.cs class DerOutputStream (line 7) | public class DerOutputStream method DerOutputStream (line 10) | public DerOutputStream(Stream os) method WriteLength (line 15) | private void WriteLength( method WriteEncoded (line 41) | internal void WriteEncoded( method WriteEncoded (line 50) | internal void WriteEncoded( method WriteEncoded (line 61) | internal void WriteEncoded( method WriteTag (line 72) | internal void WriteTag( method WriteEncoded (line 106) | internal void WriteEncoded( method WriteNull (line 116) | protected void WriteNull() method WriteObject (line 122) | [Obsolete("Use version taking an Asn1Encodable arg instead")] method WriteObject (line 144) | public virtual void WriteObject( method WriteObject (line 157) | public virtual void WriteObject( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerPrintableString.cs class DerPrintableString (line 10) | public class DerPrintableString method GetInstance (line 20) | public static DerPrintableString GetInstance( method GetInstance (line 40) | public static DerPrintableString GetInstance( method DerPrintableString (line 57) | public DerPrintableString( method DerPrintableString (line 66) | public DerPrintableString( method DerPrintableString (line 80) | public DerPrintableString( method GetString (line 92) | public override string GetString() method GetOctets (line 97) | public byte[] GetOctets() method Encode (line 102) | internal override void Encode( method Asn1Equals (line 108) | protected override bool Asn1Equals( method IsPrintableString (line 125) | public static bool IsPrintableString( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerSequence.cs class DerSequence (line 6) | public class DerSequence method FromVector (line 11) | public static DerSequence FromVector(Asn1EncodableVector elementVector) method DerSequence (line 19) | public DerSequence() method DerSequence (line 27) | public DerSequence(Asn1Encodable element) method DerSequence (line 32) | public DerSequence(params Asn1Encodable[] elements) method DerSequence (line 40) | public DerSequence(Asn1EncodableVector elementVector) method Encode (line 53) | internal override void Encode(DerOutputStream derOut) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerSequenceParser.cs class DerSequenceParser (line 3) | public class DerSequenceParser method DerSequenceParser (line 8) | internal DerSequenceParser( method ReadObject (line 14) | public IAsn1Convertible ReadObject() method ToAsn1Object (line 19) | public Asn1Object ToAsn1Object() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerSet.cs class DerSet (line 9) | public class DerSet method FromVector (line 14) | public static DerSet FromVector(Asn1EncodableVector elementVector) method FromVector (line 19) | internal static DerSet FromVector(Asn1EncodableVector elementVector, b... method DerSet (line 27) | public DerSet() method DerSet (line 35) | public DerSet(Asn1Encodable element) method DerSet (line 40) | public DerSet(params Asn1Encodable[] elements) method DerSet (line 49) | public DerSet(Asn1EncodableVector elementVector) method DerSet (line 54) | internal DerSet(Asn1EncodableVector elementVector, bool needsSorting) method Encode (line 71) | internal override void Encode(DerOutputStream derOut) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerSetParser.cs class DerSetParser (line 3) | public class DerSetParser method DerSetParser (line 8) | internal DerSetParser( method ReadObject (line 14) | public IAsn1Convertible ReadObject() method ToAsn1Object (line 19) | public Asn1Object ToAsn1Object() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerStringBase.cs class DerStringBase (line 3) | public abstract class DerStringBase method DerStringBase (line 6) | protected DerStringBase() method GetString (line 10) | public abstract string GetString(); method ToString (line 12) | public override string ToString() method Asn1GetHashCode (line 17) | protected override int Asn1GetHashCode() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerT61String.cs class DerT61String (line 10) | public class DerT61String method GetInstance (line 20) | public static DerT61String GetInstance( method GetInstance (line 40) | public static DerT61String GetInstance( method DerT61String (line 57) | public DerT61String( method DerT61String (line 66) | public DerT61String( method GetString (line 75) | public override string GetString() method Encode (line 80) | internal override void Encode( method GetOctets (line 86) | public byte[] GetOctets() method Asn1Equals (line 91) | protected override bool Asn1Equals( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerTaggedObject.cs class DerTaggedObject (line 8) | public class DerTaggedObject method DerTaggedObject (line 15) | public DerTaggedObject( method DerTaggedObject (line 27) | public DerTaggedObject( method DerTaggedObject (line 39) | public DerTaggedObject( method Encode (line 45) | internal override void Encode( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerUniversalString.cs class DerUniversalString (line 10) | public class DerUniversalString method GetInstance (line 22) | public static DerUniversalString GetInstance( method GetInstance (line 42) | public static DerUniversalString GetInstance( method DerUniversalString (line 59) | public DerUniversalString( method GetString (line 68) | public override string GetString() method GetOctets (line 83) | public byte[] GetOctets() method Encode (line 88) | internal override void Encode( method Asn1Equals (line 94) | protected override bool Asn1Equals( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerUtcTime.cs class DerUtcTime (line 11) | public class DerUtcTime method GetInstance (line 21) | public static DerUtcTime GetInstance( method GetInstance (line 41) | public static DerUtcTime GetInstance( method DerUtcTime (line 64) | public DerUtcTime( method DerUtcTime (line 85) | public DerUtcTime( method DerUtcTime (line 95) | internal DerUtcTime( method ToDateTime (line 124) | public DateTime ToDateTime() method ToAdjustedDateTime (line 136) | public DateTime ToAdjustedDateTime() method ParseDateString (line 141) | private DateTime ParseDateString( method GetOctets (line 234) | private byte[] GetOctets() method Encode (line 239) | internal override void Encode( method Asn1Equals (line 245) | protected override bool Asn1Equals( method Asn1GetHashCode (line 256) | protected override int Asn1GetHashCode() method ToString (line 261) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerUtf8String.cs class DerUtf8String (line 10) | public class DerUtf8String method GetInstance (line 20) | public static DerUtf8String GetInstance( method GetInstance (line 40) | public static DerUtf8String GetInstance( method DerUtf8String (line 57) | public DerUtf8String( method DerUtf8String (line 66) | public DerUtf8String( method GetString (line 75) | public override string GetString() method Asn1Equals (line 80) | protected override bool Asn1Equals( method Encode (line 91) | internal override void Encode( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerVideotexString.cs class DerVideotexString (line 7) | public class DerVideotexString method GetInstance (line 19) | public static DerVideotexString GetInstance(object obj) method GetInstance (line 51) | public static DerVideotexString GetInstance(Asn1TaggedObject obj, bool... method DerVideotexString (line 67) | public DerVideotexString(byte[] encoding) method GetString (line 72) | public override string GetString() method GetOctets (line 77) | public byte[] GetOctets() method Encode (line 82) | internal override void Encode(DerOutputStream derOut) method Asn1GetHashCode (line 87) | protected override int Asn1GetHashCode() method Asn1Equals (line 92) | protected override bool Asn1Equals( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/DerVisibleString.cs class DerVisibleString (line 10) | public class DerVisibleString method GetInstance (line 20) | public static DerVisibleString GetInstance( method GetInstance (line 50) | public static DerVisibleString GetInstance( method DerVisibleString (line 60) | public DerVisibleString( method DerVisibleString (line 69) | public DerVisibleString( method GetString (line 78) | public override string GetString() method GetOctets (line 83) | public byte[] GetOctets() method Encode (line 88) | internal override void Encode( method Asn1Equals (line 94) | protected override bool Asn1Equals( method Asn1GetHashCode (line 105) | protected override int Asn1GetHashCode() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/IAsn1ApplicationSpecificParser.cs type IAsn1ApplicationSpecificParser (line 3) | public interface IAsn1ApplicationSpecificParser method ReadObject (line 6) | IAsn1Convertible ReadObject(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/IAsn1Choice.cs type IAsn1Choice (line 12) | public interface IAsn1Choice FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/IAsn1Convertible.cs type IAsn1Convertible (line 3) | public interface IAsn1Convertible method ToAsn1Object (line 5) | Asn1Object ToAsn1Object(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/IAsn1String.cs type IAsn1String (line 6) | public interface IAsn1String method GetString (line 8) | string GetString(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/IndefiniteLengthInputStream.cs class IndefiniteLengthInputStream (line 5) | class IndefiniteLengthInputStream method IndefiniteLengthInputStream (line 11) | internal IndefiniteLengthInputStream( method SetEofOn00 (line 20) | internal void SetEofOn00( method CheckForEof (line 30) | private bool CheckForEof() method Read (line 47) | public override int Read( method ReadByte (line 73) | public override int ReadByte() method RequireByte (line 83) | private int RequireByte() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/LimitedInputStream.cs class LimitedInputStream (line 6) | internal abstract class LimitedInputStream method LimitedInputStream (line 12) | internal LimitedInputStream(Stream inStream, int limit) method SetParentEofDetect (line 23) | protected virtual void SetParentEofDetect(bool on) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/OidTokenizer.cs class OidTokenizer (line 9) | public class OidTokenizer method OidTokenizer (line 14) | public OidTokenizer( method NextToken (line 25) | public string NextToken() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/cryptopro/CryptoProObjectIdentifiers.cs class CryptoProObjectIdentifiers (line 3) | public abstract class CryptoProObjectIdentifiers FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/gm/GMObjectIdentifiers.cs class GMObjectIdentifiers (line 3) | public abstract class GMObjectIdentifiers FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/misc/MiscObjectIdentifiers.cs class MiscObjectIdentifiers (line 3) | public abstract class MiscObjectIdentifiers FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/nist/NistObjectIdentifiers.cs class NistObjectIdentifiers (line 3) | public sealed class NistObjectIdentifiers method NistObjectIdentifiers (line 5) | private NistObjectIdentifiers() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/pkcs/PkcsObjectIdentifiers.cs class PkcsObjectIdentifiers (line 5) | public abstract class PkcsObjectIdentifiers FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/rosstandart/RosstandartObjectIdentifiers.cs class RosstandartObjectIdentifiers (line 3) | public abstract class RosstandartObjectIdentifiers FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/teletrust/TeleTrusTObjectIdentifiers.cs class TeleTrusTObjectIdentifiers (line 3) | public sealed class TeleTrusTObjectIdentifiers method TeleTrusTObjectIdentifiers (line 5) | private TeleTrusTObjectIdentifiers() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/ua/UAObjectIdentifiers.cs class UAObjectIdentifiers (line 12) | public abstract class UAObjectIdentifiers FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/asn1/util/FilterStream.cs class FilterStream (line 7) | [Obsolete("Use Org.BouncyCastle.Utilities.IO.FilterStream")] method FilterStream (line 10) | [Obsolete("Use Org.BouncyCastle.Utilities.IO.FilterStream")] method Dispose (line 37) | protected override void Dispose(bool disposing) method Close (line 46) | public override void Close() method Flush (line 52) | public override void Flush() method Seek (line 56) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 60) | public override void SetLength(long value) method Read (line 64) | public override int Read(byte[] buffer, int offset, int count) method ReadByte (line 68) | public override int ReadByte() method Write (line 72) | public override void Write(byte[] buffer, int offset, int count) method WriteByte (line 76) | public override void WriteByte(byte value) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/Check.cs class Check (line 3) | internal class Check method DataLength (line 5) | internal static void DataLength(bool condition, string msg) method DataLength (line 11) | internal static void DataLength(byte[] buf, int off, int len, string msg) method OutputLength (line 17) | internal static void OutputLength(byte[] buf, int off, int len, string... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/IBlockCipher.cs type IBlockCipher (line 4) | public interface IBlockCipher method Init (line 12) | void Init(bool forEncryption, ICipherParameters parameters); method GetBlockSize (line 15) | int GetBlockSize(); method ProcessBlock (line 27) | int ProcessBlock(byte[] inBuf, int inOff, byte[] outBuf, int outOff); method Reset (line 32) | void Reset(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/IXof.cs type IXof (line 7) | public interface IXof method DoFinal (line 17) | int DoFinal(byte[] output, int outOff, int outLen); method DoOutput (line 27) | int DoOutput(byte[] output, int outOff, int outLen); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/InvalidCipherTextException.cs class InvalidCipherTextException (line 12) | public class InvalidCipherTextException method InvalidCipherTextException (line 18) | public InvalidCipherTextException() method InvalidCipherTextException (line 27) | public InvalidCipherTextException( method InvalidCipherTextException (line 33) | public InvalidCipherTextException( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/OutputLengthException.cs class OutputLengthException (line 8) | public class OutputLengthException method OutputLengthException (line 11) | public OutputLengthException() method OutputLengthException (line 15) | public OutputLengthException( method OutputLengthException (line 21) | public OutputLengthException( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/Blake2bDigest.cs class Blake2bDigest (line 40) | public class Blake2bDigest method Blake2bDigest (line 110) | public Blake2bDigest() method Blake2bDigest (line 115) | public Blake2bDigest(Blake2bDigest digest) method Blake2bDigest (line 135) | public Blake2bDigest(int digestSize) method Blake2bDigest (line 155) | public Blake2bDigest(byte[] key) method Blake2bDigest (line 186) | public Blake2bDigest(byte[] key, int digestLength, byte[] salt, byte[]... method Init (line 226) | private void Init() method InitializeInternalState (line 261) | private void InitializeInternalState() method Update (line 277) | public virtual void Update(byte b) method BlockUpdate (line 310) | public virtual void BlockUpdate(byte[] message, int offset, int len) method DoFinal (line 371) | public virtual int DoFinal(byte[] output, int outOffset) method Reset (line 409) | public virtual void Reset() method Compress (line 425) | private void Compress(byte[] message, int messagePos) method G (line 456) | private void G(ulong m1, ulong m2, int posA, int posB, int posC, int p... method Rotr64 (line 468) | private static ulong Rotr64(ulong x, int rot) method GetDigestSize (line 488) | public virtual int GetDigestSize() method GetByteLength (line 499) | public virtual int GetByteLength() method ClearKey (line 508) | public virtual void ClearKey() method ClearSalt (line 521) | public virtual void ClearSalt() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/Blake2sDigest.cs class Blake2sDigest (line 41) | public class Blake2sDigest method Blake2sDigest (line 134) | public Blake2sDigest() method Blake2sDigest (line 139) | public Blake2sDigest(Blake2sDigest digest) method Blake2sDigest (line 155) | public Blake2sDigest(int digestBits) method Blake2sDigest (line 175) | public Blake2sDigest(byte[] key) method Blake2sDigest (line 207) | public Blake2sDigest(byte[] key, int digestBytes, byte[] salt, method Init (line 248) | private void Init() method InitializeInternalState (line 280) | private void InitializeInternalState() method Update (line 296) | public virtual void Update(byte b) method BlockUpdate (line 328) | public virtual void BlockUpdate(byte[] message, int offset, int len) method DoFinal (line 389) | public virtual int DoFinal(byte[] output, int outOffset) method Reset (line 428) | public virtual void Reset() method Compress (line 444) | private void Compress(byte[] message, int messagePos) method G (line 477) | private void G(uint m1, uint m2, int posA, int posB, int posC, int posD) method rotr32 (line 489) | private uint rotr32(uint x, int rot) method GetDigestSize (line 509) | public virtual int GetDigestSize() method GetByteLength (line 520) | public virtual int GetByteLength() method ClearKey (line 528) | public virtual void ClearKey() method ClearSalt (line 541) | public virtual void ClearSalt() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/CSHAKEDigest.cs class CShakeDigest (line 8) | public class CShakeDigest : ShakeDigest method CShakeDigest (line 19) | public CShakeDigest(int bitLength, byte[] N, byte[] S) : base(bitLength) method DiffPadAndAbsorb (line 33) | private void DiffPadAndAbsorb() method encodeString (line 55) | private byte[] encodeString(byte[] str) method DoFinal (line 70) | public override int DoFinal(byte[] output, int outOff) method DoFinal (line 75) | public override int DoFinal(byte[] output, int outOff, int outLen) method DoOutput (line 84) | public override int DoOutput(byte[] output, int outOff, int outLen) method Reset (line 103) | public override void Reset() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/DSTU7564Digest.cs class Dstu7564Digest (line 10) | public class Dstu7564Digest method Dstu7564Digest (line 34) | public Dstu7564Digest(Dstu7564Digest digest) method CopyIn (line 39) | private void CopyIn(Dstu7564Digest digest) method Dstu7564Digest (line 63) | public Dstu7564Digest(int hashSizeBits) method GetDigestSize (line 101) | public virtual int GetDigestSize() method GetByteLength (line 106) | public virtual int GetByteLength() method Update (line 111) | public virtual void Update(byte input) method BlockUpdate (line 122) | public virtual void BlockUpdate(byte[] input, int inOff, int length) method DoFinal (line 148) | public virtual int DoFinal(byte[] output, int outOff) method Reset (line 204) | public virtual void Reset() method ProcessBlock (line 213) | protected virtual void ProcessBlock(byte[] input, int inOff) method P (line 234) | private void P(ulong[] s) method Q (line 253) | private void Q(ulong[] s) method MixColumn (line 272) | private static ulong MixColumn(ulong c) method MixColumns (line 316) | private void MixColumns(ulong[] s) method Rotate (line 324) | private static ulong Rotate(int n, ulong x) method ShiftRows (line 329) | private void ShiftRows(ulong[] s) method SubBytes (line 417) | private void SubBytes(ulong[] s) method Copy (line 513) | public virtual IMemoable Copy() method Reset (line 518) | public virtual void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/GOST3411Digest.cs class Gost3411Digest (line 12) | public class Gost3411Digest method MakeC (line 28) | private static byte[][] MakeC() method Gost3411Digest (line 41) | public Gost3411Digest() method Gost3411Digest (line 53) | public Gost3411Digest(byte[] sBoxParam) method Gost3411Digest (line 65) | public Gost3411Digest(Gost3411Digest t) method GetDigestSize (line 75) | public int GetDigestSize() method Update (line 80) | public void Update( method BlockUpdate (line 93) | public void BlockUpdate( method P (line 128) | private byte[] P(byte[] input) method A (line 144) | private byte[] A(byte[] input) method E (line 158) | private void E(byte[] key, byte[] s, int sOff, byte[] input, int inOff) method fw (line 168) | private void fw(byte[] input) method processBlock (line 179) | private void processBlock(byte[] input, int inOff) method finish (line 236) | private void finish() method DoFinal (line 250) | public int DoFinal( method Reset (line 273) | public void Reset() method sumByteArray (line 290) | private void sumByteArray( method cpyBytesToShort (line 305) | private static void cpyBytesToShort(byte[] S, short[] wS) method cpyShortToBytes (line 313) | private static void cpyShortToBytes(short[] wS, byte[] S) method GetByteLength (line 322) | public int GetByteLength() method Copy (line 327) | public IMemoable Copy() method Reset (line 332) | public void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/GOST3411_2012Digest.cs class Gost3411_2012Digest (line 7) | public abstract class Gost3411_2012Digest:IDigest,IMemoable method Gost3411_2012Digest (line 22) | protected Gost3411_2012Digest(byte[] IV) method Copy (line 30) | public abstract IMemoable Copy(); method DoFinal (line 32) | public virtual int DoFinal(byte[] output, int outOff) method GetByteLength (line 63) | public int GetByteLength() method GetDigestSize (line 68) | public abstract int GetDigestSize(); method Reset (line 71) | public void Reset() method Reset (line 80) | public void Reset(IMemoable other) method Update (line 95) | public void Update(byte input) method BlockUpdate (line 108) | public void BlockUpdate(byte[] input, int inOff, int len) method F (line 136) | private void F(byte[] V) method xor512 (line 310) | private void xor512(byte[] A, byte[] B) method E (line 318) | private void E(byte[] K, byte[] m) method g_N (line 335) | private void g_N(byte[] h, byte[] N, byte[] m) method addMod512 (line 347) | private void addMod512(byte[] A, int num) method addMod512 (line 363) | private void addMod512(byte[] A, byte[] B) method reverse (line 372) | private void reverse(byte[] src, byte[] dst) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/GOST3411_2012_256Digest.cs class Gost3411_2012_256Digest (line 6) | public class Gost3411_2012_256Digest : Gost3411_2012Digest method Gost3411_2012_256Digest (line 24) | public Gost3411_2012_256Digest() : base(IV) method Gost3411_2012_256Digest (line 29) | public Gost3411_2012_256Digest(Gost3411_2012_256Digest other) : base(IV) method GetDigestSize (line 34) | public override int GetDigestSize() method DoFinal (line 39) | public override int DoFinal(byte[] output, int outOff) method Copy (line 49) | public override IMemoable Copy() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/GOST3411_2012_512Digest.cs class Gost3411_2012_512Digest (line 5) | public class Gost3411_2012_512Digest:Gost3411_2012Digest method Gost3411_2012_512Digest (line 23) | public Gost3411_2012_512Digest():base(IV) method Gost3411_2012_512Digest (line 27) | public Gost3411_2012_512Digest(Gost3411_2012_512Digest other) : base(IV) method GetDigestSize (line 32) | public override int GetDigestSize() method Copy (line 37) | public override IMemoable Copy() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/GeneralDigest.cs class GeneralDigest (line 10) | public abstract class GeneralDigest method GeneralDigest (line 20) | internal GeneralDigest() method GeneralDigest (line 25) | internal GeneralDigest(GeneralDigest t) method CopyIn (line 31) | protected void CopyIn(GeneralDigest t) method Update (line 39) | public void Update(byte input) method BlockUpdate (line 52) | public void BlockUpdate( method Finish (line 97) | public void Finish() method Reset (line 111) | public virtual void Reset() method GetByteLength (line 118) | public int GetByteLength() method ProcessWord (line 123) | internal abstract void ProcessWord(byte[] input, int inOff); method ProcessLength (line 124) | internal abstract void ProcessLength(long bitLength); method ProcessBlock (line 125) | internal abstract void ProcessBlock(); method GetDigestSize (line 127) | public abstract int GetDigestSize(); method DoFinal (line 128) | public abstract int DoFinal(byte[] output, int outOff); method Copy (line 129) | public abstract IMemoable Copy(); method Reset (line 130) | public abstract void Reset(IMemoable t); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/KeccakDigest.cs class KeccakDigest (line 14) | public class KeccakDigest method KeccakDigest (line 33) | public KeccakDigest() method KeccakDigest (line 38) | public KeccakDigest(int bitLength) method KeccakDigest (line 43) | public KeccakDigest(KeccakDigest source) method CopyIn (line 48) | private void CopyIn(KeccakDigest source) method GetDigestSize (line 63) | public virtual int GetDigestSize() method Update (line 68) | public virtual void Update(byte input) method BlockUpdate (line 73) | public virtual void BlockUpdate(byte[] input, int inOff, int len) method DoFinal (line 78) | public virtual int DoFinal(byte[] output, int outOff) method DoFinal (line 90) | protected virtual int DoFinal(byte[] output, int outOff, byte partialB... method Reset (line 104) | public virtual void Reset() method GetByteLength (line 114) | public virtual int GetByteLength() method Init (line 119) | private void Init(int bitLength) method InitSponge (line 136) | private void InitSponge(int rate) method Absorb (line 149) | protected void Absorb(byte data) method Absorb (line 164) | protected void Absorb(byte[] data, int off, int len) method AbsorbBits (line 201) | protected void AbsorbBits(int data, int bits) method PadAndSwitchToSqueezingPhase (line 217) | private void PadAndSwitchToSqueezingPhase() method Squeeze (line 249) | protected void Squeeze(byte[] output, int offset, long outputLength) method KeccakAbsorb (line 272) | private void KeccakAbsorb(byte[] data, int off) method KeccakExtract (line 284) | private void KeccakExtract() method KeccakPermutation (line 293) | private void KeccakPermutation() method Copy (line 403) | public virtual IMemoable Copy() method Reset (line 408) | public virtual void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/LongDigest.cs class LongDigest (line 10) | public abstract class LongDigest method LongDigest (line 29) | internal LongDigest() method LongDigest (line 41) | internal LongDigest( method CopyIn (line 49) | protected void CopyIn(LongDigest t) method Update (line 70) | public void Update( method BlockUpdate (line 84) | public void BlockUpdate( method Finish (line 124) | public void Finish() method Reset (line 146) | public virtual void Reset() method ProcessWord (line 161) | internal void ProcessWord( method AdjustByteCounts (line 177) | private void AdjustByteCounts() method ProcessLength (line 186) | internal void ProcessLength( method ProcessBlock (line 199) | internal void ProcessBlock() method Ch (line 284) | private static ulong Ch(ulong x, ulong y, ulong z) method Maj (line 289) | private static ulong Maj(ulong x, ulong y, ulong z) method Sum0 (line 294) | private static ulong Sum0(ulong x) method Sum1 (line 299) | private static ulong Sum1(ulong x) method Sigma0 (line 304) | private static ulong Sigma0(ulong x) method Sigma1 (line 309) | private static ulong Sigma1(ulong x) method GetByteLength (line 342) | public int GetByteLength() method GetDigestSize (line 348) | public abstract int GetDigestSize(); method DoFinal (line 349) | public abstract int DoFinal(byte[] output, int outOff); method Copy (line 350) | public abstract IMemoable Copy(); method Reset (line 351) | public abstract void Reset(IMemoable t); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/MD2Digest.cs class MD2Digest (line 11) | public class MD2Digest method MD2Digest (line 31) | public MD2Digest() method MD2Digest (line 36) | public MD2Digest(MD2Digest t) method CopyIn (line 41) | private void CopyIn(MD2Digest t) method GetDigestSize (line 61) | public int GetDigestSize() method GetByteLength (line 66) | public int GetByteLength() method DoFinal (line 78) | public int DoFinal(byte[] output, int outOff) method Reset (line 103) | public void Reset() method Update (line 126) | public void Update(byte input) method BlockUpdate (line 145) | public void BlockUpdate(byte[] input, int inOff, int length) method ProcessChecksum (line 180) | internal void ProcessChecksum(byte[] m) method ProcessBlock (line 189) | internal void ProcessBlock(byte[] m) method Copy (line 253) | public IMemoable Copy() method Reset (line 258) | public void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/MD4Digest.cs class MD4Digest (line 13) | public class MD4Digest method MD4Digest (line 26) | public MD4Digest() method MD4Digest (line 35) | public MD4Digest(MD4Digest t) : base(t) method CopyIn (line 40) | private void CopyIn(MD4Digest t) method GetDigestSize (line 57) | public override int GetDigestSize() method ProcessWord (line 62) | internal override void ProcessWord( method ProcessLength (line 75) | internal override void ProcessLength( method UnpackWord (line 87) | private void UnpackWord( method DoFinal (line 98) | public override int DoFinal( method Reset (line 117) | public override void Reset() method RotateLeft (line 161) | private int RotateLeft( method F (line 171) | private int F( method G (line 179) | private int G( method H (line 187) | private int H( method ProcessBlock (line 195) | internal override void ProcessBlock() method Copy (line 277) | public override IMemoable Copy() method Reset (line 282) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/MD5Digest.cs class MD5Digest (line 10) | public class MD5Digest method MD5Digest (line 20) | public MD5Digest() method MD5Digest (line 29) | public MD5Digest(MD5Digest t) method CopyIn (line 35) | private void CopyIn(MD5Digest t) method GetDigestSize (line 52) | public override int GetDigestSize() method ProcessWord (line 57) | internal override void ProcessWord( method ProcessLength (line 69) | internal override void ProcessLength( method DoFinal (line 89) | public override int DoFinal( method Reset (line 108) | public override void Reset() method RotateLeft (line 160) | private static uint RotateLeft( method F (line 170) | private static uint F( method G (line 178) | private static uint G( method H (line 186) | private static uint H( method K (line 194) | private static uint K( method ProcessBlock (line 202) | internal override void ProcessBlock() method Copy (line 297) | public override IMemoable Copy() method Reset (line 302) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/NonMemoableDigest.cs class NonMemoableDigest (line 8) | public class NonMemoableDigest method NonMemoableDigest (line 19) | public NonMemoableDigest(IDigest baseDigest) method GetDigestSize (line 32) | public virtual int GetDigestSize() method Update (line 37) | public virtual void Update(byte input) method BlockUpdate (line 42) | public virtual void BlockUpdate(byte[] input, int inOff, int len) method DoFinal (line 47) | public virtual int DoFinal(byte[] output, int outOff) method Reset (line 52) | public virtual void Reset() method GetByteLength (line 57) | public virtual int GetByteLength() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/NullDigest.cs class NullDigest (line 6) | public class NullDigest : IDigest method GetByteLength (line 15) | public int GetByteLength() method GetDigestSize (line 21) | public int GetDigestSize() method Update (line 26) | public void Update(byte b) method BlockUpdate (line 31) | public void BlockUpdate(byte[] inBytes, int inOff, int len) method DoFinal (line 36) | public int DoFinal(byte[] outBytes, int outOff) method Reset (line 48) | public void Reset() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/RipeMD128Digest.cs class RipeMD128Digest (line 9) | public class RipeMD128Digest method RipeMD128Digest (line 22) | public RipeMD128Digest() method RipeMD128Digest (line 31) | public RipeMD128Digest(RipeMD128Digest t) : base(t) method CopyIn (line 36) | private void CopyIn(RipeMD128Digest t) method GetDigestSize (line 54) | public override int GetDigestSize() method ProcessWord (line 59) | internal override void ProcessWord( method ProcessLength (line 72) | internal override void ProcessLength( method UnpackWord (line 84) | private void UnpackWord( method DoFinal (line 95) | public override int DoFinal( method Reset (line 114) | public override void Reset() method RL (line 134) | private int RL( method F1 (line 148) | private int F1( method F2 (line 159) | private int F2( method F3 (line 170) | private int F3( method F4 (line 181) | private int F4( method F1 (line 189) | private int F1( method F2 (line 200) | private int F2( method F3 (line 211) | private int F3( method F4 (line 222) | private int F4( method FF1 (line 233) | private int FF1( method FF2 (line 244) | private int FF2( method FF3 (line 255) | private int FF3( method FF4 (line 266) | private int FF4( method ProcessBlock (line 277) | internal override void ProcessBlock() method Copy (line 469) | public override IMemoable Copy() method Reset (line 474) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/RipeMD160Digest.cs class RipeMD160Digest (line 10) | public class RipeMD160Digest method RipeMD160Digest (line 23) | public RipeMD160Digest() method RipeMD160Digest (line 32) | public RipeMD160Digest(RipeMD160Digest t) : base(t) method CopyIn (line 37) | private void CopyIn(RipeMD160Digest t) method GetDigestSize (line 56) | public override int GetDigestSize() method ProcessWord (line 61) | internal override void ProcessWord( method ProcessLength (line 74) | internal override void ProcessLength( method UnpackWord (line 86) | private void UnpackWord( method DoFinal (line 97) | public override int DoFinal( method Reset (line 117) | public override void Reset() method RL (line 138) | private int RL( method F1 (line 152) | private int F1( method F2 (line 163) | private int F2( method F3 (line 174) | private int F3( method F4 (line 185) | private int F4( method F5 (line 196) | private int F5( method ProcessBlock (line 204) | internal override void ProcessBlock() method Copy (line 430) | public override IMemoable Copy() method Reset (line 435) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/RipeMD256Digest.cs class RipeMD256Digest (line 10) | public class RipeMD256Digest method GetDigestSize (line 18) | public override int GetDigestSize() method RipeMD256Digest (line 31) | public RipeMD256Digest() method RipeMD256Digest (line 39) | public RipeMD256Digest(RipeMD256Digest t):base(t) method CopyIn (line 44) | private void CopyIn(RipeMD256Digest t) method ProcessWord (line 61) | internal override void ProcessWord( method ProcessLength (line 74) | internal override void ProcessLength( method UnpackWord (line 86) | private void UnpackWord( method DoFinal (line 97) | public override int DoFinal(byte[] output, int outOff) method Reset (line 116) | public override void Reset() method RL (line 140) | private int RL( method F1 (line 154) | private int F1(int x, int y, int z) method F2 (line 162) | private int F2(int x, int y, int z) method F3 (line 170) | private int F3(int x, int y, int z) method F4 (line 178) | private int F4(int x, int y, int z) method F1 (line 183) | private int F1(int a, int b, int c, int d, int x, int s) method F2 (line 188) | private int F2(int a, int b, int c, int d, int x, int s) method F3 (line 193) | private int F3(int a, int b, int c, int d, int x, int s) method F4 (line 198) | private int F4(int a, int b, int c, int d, int x, int s) method FF1 (line 203) | private int FF1(int a, int b, int c, int d, int x, int s) method FF2 (line 208) | private int FF2(int a, int b, int c, int d, int x, int s) method FF3 (line 213) | private int FF3(int a, int b, int c, int d, int x, int s) method FF4 (line 218) | private int FF4(int a, int b, int c, int d, int x, int s) method ProcessBlock (line 223) | internal override void ProcessBlock() method Copy (line 416) | public override IMemoable Copy() method Reset (line 421) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/RipeMD320Digest.cs class RipeMD320Digest (line 10) | public class RipeMD320Digest method GetDigestSize (line 18) | public override int GetDigestSize() method RipeMD320Digest (line 31) | public RipeMD320Digest() method RipeMD320Digest (line 39) | public RipeMD320Digest(RipeMD320Digest t) method CopyIn (line 45) | private void CopyIn(RipeMD320Digest t) method ProcessWord (line 64) | internal override void ProcessWord( method ProcessLength (line 77) | internal override void ProcessLength( method UnpackWord (line 89) | private void UnpackWord( method DoFinal (line 100) | public override int DoFinal(byte[] output, int outOff) method Reset (line 121) | public override void Reset() method RL (line 147) | private int RL( method F1 (line 161) | private int F1(int x, int y, int z) method F2 (line 169) | private int F2(int x, int y, int z) method F3 (line 177) | private int F3(int x, int y, int z) method F4 (line 185) | private int F4(int x, int y, int z) method F5 (line 193) | private int F5(int x, int y, int z) method ProcessBlock (line 198) | internal override void ProcessBlock() method Copy (line 445) | public override IMemoable Copy() method Reset (line 450) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/SHA3Digest.cs class Sha3Digest (line 13) | public class Sha3Digest method CheckBitLength (line 16) | private static int CheckBitLength(int bitLength) method Sha3Digest (line 30) | public Sha3Digest() method Sha3Digest (line 35) | public Sha3Digest(int bitLength) method Sha3Digest (line 40) | public Sha3Digest(Sha3Digest source) method DoFinal (line 50) | public override int DoFinal(byte[] output, int outOff) method DoFinal (line 60) | protected override int DoFinal(byte[] output, int outOff, byte partial... method Copy (line 79) | public override IMemoable Copy() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/SM3Digest.cs class SM3Digest (line 21) | public class SM3Digest method SM3Digest (line 37) | static SM3Digest() method SM3Digest (line 56) | public SM3Digest() method SM3Digest (line 65) | public SM3Digest(SM3Digest t) method CopyIn (line 71) | private void CopyIn(SM3Digest t) method GetDigestSize (line 83) | public override int GetDigestSize() method Copy (line 88) | public override IMemoable Copy() method Reset (line 93) | public override void Reset(IMemoable other) method Reset (line 104) | public override void Reset() method DoFinal (line 121) | public override int DoFinal(byte[] output, int outOff) method ProcessWord (line 133) | internal override void ProcessWord(byte[] input, method ProcessLength (line 146) | internal override void ProcessLength(long bitLength) method P0 (line 206) | private uint P0(uint x) method P1 (line 213) | private uint P1(uint x) method FF0 (line 220) | private uint FF0(uint x, uint y, uint z) method FF1 (line 225) | private uint FF1(uint x, uint y, uint z) method GG0 (line 230) | private uint GG0(uint x, uint y, uint z) method GG1 (line 235) | private uint GG1(uint x, uint y, uint z) method ProcessBlock (line 241) | internal override void ProcessBlock() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/Sha1Digest.cs class Sha1Digest (line 14) | public class Sha1Digest method Sha1Digest (line 24) | public Sha1Digest() method Sha1Digest (line 33) | public Sha1Digest(Sha1Digest t) method CopyIn (line 39) | private void CopyIn(Sha1Digest t) method GetDigestSize (line 58) | public override int GetDigestSize() method ProcessWord (line 63) | internal override void ProcessWord( method ProcessLength (line 75) | internal override void ProcessLength(long bitLength) method DoFinal (line 86) | public override int DoFinal( method Reset (line 106) | public override void Reset() method F (line 128) | private static uint F(uint u, uint v, uint w) method H (line 133) | private static uint H(uint u, uint v, uint w) method G (line 138) | private static uint G(uint u, uint v, uint w) method ProcessBlock (line 143) | internal override void ProcessBlock() method Copy (line 270) | public override IMemoable Copy() method Reset (line 275) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/Sha224Digest.cs class Sha224Digest (line 18) | public class Sha224Digest method Sha224Digest (line 31) | public Sha224Digest() method Sha224Digest (line 40) | public Sha224Digest( method CopyIn (line 47) | private void CopyIn(Sha224Digest t) method GetDigestSize (line 69) | public override int GetDigestSize() method ProcessWord (line 74) | internal override void ProcessWord( method ProcessLength (line 86) | internal override void ProcessLength( method DoFinal (line 98) | public override int DoFinal( method Reset (line 120) | public override void Reset() method ProcessBlock (line 139) | internal override void ProcessBlock() method Ch (line 230) | private static uint Ch(uint x, uint y, uint z) method Maj (line 235) | private static uint Maj(uint x, uint y, uint z) method Sum0 (line 240) | private static uint Sum0(uint x) method Sum1 (line 245) | private static uint Sum1(uint x) method Theta0 (line 250) | private static uint Theta0(uint x) method Theta1 (line 255) | private static uint Theta1(uint x) method Copy (line 275) | public override IMemoable Copy() method Reset (line 280) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/Sha256Digest.cs class Sha256Digest (line 19) | public class Sha256Digest method Sha256Digest (line 28) | public Sha256Digest() method Sha256Digest (line 37) | public Sha256Digest(Sha256Digest t) : base(t) method CopyIn (line 42) | private void CopyIn(Sha256Digest t) method GetDigestSize (line 64) | public override int GetDigestSize() method ProcessWord (line 69) | internal override void ProcessWord( method ProcessLength (line 81) | internal override void ProcessLength( method DoFinal (line 93) | public override int DoFinal( method Reset (line 116) | public override void Reset() method initHs (line 126) | private void initHs() method ProcessBlock (line 142) | internal override void ProcessBlock() method Sum1Ch (line 232) | private static uint Sum1Ch(uint x, uint y, uint z) method Sum0Maj (line 240) | private static uint Sum0Maj(uint x, uint y, uint z) method Theta0 (line 271) | private static uint Theta0(uint x) method Theta1 (line 276) | private static uint Theta1(uint x) method Copy (line 304) | public override IMemoable Copy() method Reset (line 309) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/Sha384Digest.cs class Sha384Digest (line 18) | public class Sha384Digest method Sha384Digest (line 23) | public Sha384Digest() method Sha384Digest (line 31) | public Sha384Digest( method GetDigestSize (line 42) | public override int GetDigestSize() method DoFinal (line 47) | public override int DoFinal( method Reset (line 68) | public override void Reset() method Copy (line 86) | public override IMemoable Copy() method Reset (line 91) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/Sha512Digest.cs class Sha512Digest (line 18) | public class Sha512Digest method Sha512Digest (line 23) | public Sha512Digest() method Sha512Digest (line 31) | public Sha512Digest( method GetDigestSize (line 42) | public override int GetDigestSize() method DoFinal (line 47) | public override int DoFinal( method Reset (line 71) | public override void Reset() method Copy (line 89) | public override IMemoable Copy() method Reset (line 94) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/Sha512tDigest.cs class Sha512tDigest (line 9) | public class Sha512tDigest method Sha512tDigest (line 21) | public Sha512tDigest(int bitLength) method Sha512tDigest (line 41) | public Sha512tDigest(Sha512tDigest t) method GetDigestSize (line 54) | public override int GetDigestSize() method DoFinal (line 59) | public override int DoFinal(byte[] output, int outOff) method Reset (line 80) | public override void Reset() method tIvGenerate (line 97) | private void tIvGenerate(int bitLength) method UInt64_To_BE (line 148) | private static void UInt64_To_BE(ulong n, byte[] bs, int off, int max) method UInt32_To_BE (line 161) | private static void UInt32_To_BE(uint n, byte[] bs, int off, int max) method Copy (line 171) | public override IMemoable Copy() method Reset (line 176) | public override void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/ShakeDigest.cs class ShakeDigest (line 13) | public class ShakeDigest method CheckBitLength (line 16) | private static int CheckBitLength(int bitLength) method ShakeDigest (line 28) | public ShakeDigest() method ShakeDigest (line 33) | public ShakeDigest(int bitLength) method ShakeDigest (line 38) | public ShakeDigest(ShakeDigest source) method DoFinal (line 48) | public override int DoFinal(byte[] output, int outOff) method DoFinal (line 53) | public virtual int DoFinal(byte[] output, int outOff, int outLen) method DoOutput (line 62) | public virtual int DoOutput(byte[] output, int outOff, int outLen) method DoFinal (line 77) | protected override int DoFinal(byte[] output, int outOff, byte partial... method DoFinal (line 85) | protected virtual int DoFinal(byte[] output, int outOff, int outLen, b... method Copy (line 113) | public override IMemoable Copy() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/ShortenedDigest.cs class ShortenedDigest (line 9) | public class ShortenedDigest method ShortenedDigest (line 22) | public ShortenedDigest( method GetDigestSize (line 45) | public int GetDigestSize() method Update (line 50) | public void Update(byte input) method BlockUpdate (line 55) | public void BlockUpdate(byte[] input, int inOff, int length) method DoFinal (line 60) | public int DoFinal(byte[] output, int outOff) method Reset (line 71) | public void Reset() method GetByteLength (line 76) | public int GetByteLength() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/SkeinDigest.cs class SkeinDigest (line 21) | public class SkeinDigest method SkeinDigest (line 46) | public SkeinDigest(int stateSizeBits, int digestSizeBits) method SkeinDigest (line 52) | public SkeinDigest(SkeinDigest digest) method Reset (line 57) | public void Reset(IMemoable other) method Copy (line 63) | public IMemoable Copy() method GetDigestSize (line 73) | public int GetDigestSize() method GetByteLength (line 78) | public int GetByteLength() method Init (line 88) | public void Init(SkeinParameters parameters) method Reset (line 93) | public void Reset() method Update (line 98) | public void Update(byte inByte) method BlockUpdate (line 103) | public void BlockUpdate(byte[] inBytes, int inOff, int len) method DoFinal (line 108) | public int DoFinal(byte[] outBytes, int outOff) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/SkeinEngine.cs class SkeinEngine (line 43) | public class SkeinEngine class Configuration (line 60) | private class Configuration method Configuration (line 64) | public Configuration(long outputSizeBits) class Parameter (line 87) | public class Parameter method Parameter (line 92) | public Parameter(int type, byte[] value) method SkeinEngine (line 136) | static SkeinEngine() method InitialState (line 214) | private static void InitialState(int blockSize, int outputSize, ulong[... method VariantIdentifier (line 219) | private static int VariantIdentifier(int blockSizeBytes, int outputSiz... class UbiTweak (line 224) | private class UbiTweak method UbiTweak (line 251) | public UbiTweak() method Reset (line 256) | public void Reset(UbiTweak tweak) method Reset (line 262) | public void Reset() method AdvancePosition (line 325) | public void AdvancePosition(int advance) method GetWords (line 357) | public ulong[] GetWords() method ToString (line 362) | public override string ToString() class UBI (line 373) | private class UBI method UBI (line 394) | public UBI(SkeinEngine engine, int blockSize) method Reset (line 401) | public void Reset(UBI ubi) method Reset (line 409) | public void Reset(int type) method Update (line 416) | public void Update(byte[] value, int offset, int len, ulong[] output) method ProcessBlock (line 440) | private void ProcessBlock(ulong[] output) method DoFinal (line 456) | public void DoFinal(ulong[] output) method SkeinEngine (line 522) | public SkeinEngine(int blockSizeBits, int outputSizeBits) method SkeinEngine (line 538) | public SkeinEngine(SkeinEngine engine) method CopyIn (line 544) | private void CopyIn(SkeinEngine engine) method Clone (line 554) | private static Parameter[] Clone(Parameter[] data, Parameter[] existing) method Copy (line 568) | public IMemoable Copy() method Reset (line 573) | public void Reset(IMemoable other) method Init (line 598) | public void Init(SkeinParameters parameters) method InitParams (line 620) | private void InitParams(IDictionary parameters) method CreateInitialState (line 656) | private void CreateInitialState() method Reset (line 695) | public void Reset() method UbiComplete (line 702) | private void UbiComplete(int type, byte[] value) method UbiInit (line 709) | private void UbiInit(int type) method UbiFinal (line 714) | private void UbiFinal() method CheckInitialised (line 719) | private void CheckInitialised() method Update (line 727) | public void Update(byte inByte) method Update (line 733) | public void Update(byte[] inBytes, int inOff, int len) method DoFinal (line 739) | public int DoFinal(byte[] outBytes, int outOff) method Output (line 774) | private void Output(ulong outputSequence, byte[] outBytes, int outOff,... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/TigerDigest.cs class TigerDigest (line 11) | public class TigerDigest method TigerDigest (line 563) | public TigerDigest() method TigerDigest (line 572) | public TigerDigest(TigerDigest t) method GetDigestSize (line 582) | public int GetDigestSize() method GetByteLength (line 587) | public int GetByteLength() method ProcessWord (line 592) | private void ProcessWord( method Update (line 613) | public void Update( method BlockUpdate (line 626) | public void BlockUpdate( method RoundABC (line 666) | private void RoundABC( method RoundBCA (line 678) | private void RoundBCA( method RoundCAB (line 690) | private void RoundCAB( method KeySchedule (line 702) | private void KeySchedule() method ProcessBlock (line 722) | private void ProcessBlock() method UnpackWord (line 782) | private void UnpackWord( method ProcessLength (line 797) | private void ProcessLength( method Finish (line 803) | private void Finish() method DoFinal (line 819) | public int DoFinal( method Reset (line 837) | public void Reset() method Copy (line 858) | public IMemoable Copy() method Reset (line 863) | public void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/WhirlpoolDigest.cs class WhirlpoolDigest (line 11) | public sealed class WhirlpoolDigest method WhirlpoolDigest (line 61) | static WhirlpoolDigest() method WhirlpoolDigest (line 85) | public WhirlpoolDigest() method packIntoLong (line 102) | private static long packIntoLong(int b7, int b6, int b5, int b4, int b... method maskWithReductionPolynomial (line 119) | private static int maskWithReductionPolynomial(int input) method WhirlpoolDigest (line 150) | public WhirlpoolDigest(WhirlpoolDigest originalDigest) method GetDigestSize (line 160) | public int GetDigestSize() method DoFinal (line 165) | public int DoFinal(byte[] output, int outOff) method Reset (line 183) | public void Reset() method processFilledBuffer (line 197) | private void processFilledBuffer() method bytesToLongFromBuffer (line 209) | private static long bytesToLongFromBuffer(byte[] buffer, int startPos) method convertLongToByteArray (line 223) | private static void convertLongToByteArray(long inputLong, byte[] outp... method processBlock (line 231) | private void processBlock() method Update (line 289) | public void Update(byte input) method increment (line 305) | private void increment() method BlockUpdate (line 317) | public void BlockUpdate(byte[] input, int inOff, int length) method finish (line 328) | private void finish() method copyBitLength (line 370) | private byte[] copyBitLength() method GetByteLength (line 380) | public int GetByteLength() method Copy (line 385) | public IMemoable Copy() method Reset (line 390) | public void Reset(IMemoable other) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/digests/XofUtils.cs class XofUtilities (line 3) | internal class XofUtilities method LeftEncode (line 5) | internal static byte[] LeftEncode(long strLen) method RightEncode (line 27) | internal static byte[] RightEncode(long strLen) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/engines/AesEngine.cs class AesEngine (line 31) | public class AesEngine method Shift (line 228) | private static uint Shift(uint r, int shift) method FFmulX (line 241) | private static uint FFmulX(uint x) method FFmulX2 (line 246) | private static uint FFmulX2(uint x) method Inv_Mcol (line 264) | private static uint Inv_Mcol(uint x) method SubWord (line 275) | private static uint SubWord(uint x) method GenerateWorkingKey (line 289) | private uint[][] GenerateWorkingKey(byte[] key, bool forEncryption) method AesEngine (line 436) | public AesEngine() method Init (line 448) | public virtual void Init( method GetBlockSize (line 474) | public virtual int GetBlockSize() method ProcessBlock (line 479) | public virtual int ProcessBlock( method Reset (line 507) | public virtual void Reset() method UnPackBlock (line 511) | private void UnPackBlock( method PackBlock (line 521) | private void PackBlock( method EncryptBlock (line 531) | private void EncryptBlock(uint[][] KW) method DecryptBlock (line 569) | private void DecryptBlock(uint[][] KW) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/engines/Gost28147Engine.cs class Gost28147Engine (line 11) | public class Gost28147Engine method Gost28147Engine (line 121) | static Gost28147Engine() method AddSBox (line 133) | private static void AddSBox(string sBoxName, byte[] sBox) method Gost28147Engine (line 141) | public Gost28147Engine() method Init (line 152) | public virtual void Init( method GetBlockSize (line 200) | public virtual int GetBlockSize() method ProcessBlock (line 205) | public virtual int ProcessBlock( method Reset (line 222) | public virtual void Reset() method generateWorkingKey (line 226) | private int[] generateWorkingKey( method Gost28147_mainStep (line 246) | private int Gost28147_mainStep(int n1, int key) method Gost28147Func (line 268) | private void Gost28147Func( method bytesToint (line 328) | private static int bytesToint( method intTobytes (line 337) | private static void intTobytes( method GetSBox (line 353) | public static byte[] GetSBox( method GetSBoxName (line 367) | public static string GetSBoxName(byte[] sBox) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/engines/ThreefishEngine.cs class ThreefishEngine (line 22) | public class ThreefishEngine method ThreefishEngine (line 73) | static ThreefishEngine() method ThreefishEngine (line 121) | public ThreefishEngine(int blocksizeBits) method Init (line 156) | public virtual void Init(bool forEncryption, ICipherParameters paramet... method Init (line 211) | internal void Init(bool forEncryption, ulong[] key, ulong[] tweak) method SetKey (line 224) | private void SetKey(ulong[] key) method SetTweak (line 250) | private void SetTweak(ulong[] tweak) method GetBlockSize (line 277) | public virtual int GetBlockSize() method Reset (line 282) | public virtual void Reset() method ProcessBlock (line 286) | public virtual int ProcessBlock(byte[] inBytes, int inOff, byte[] outB... method ProcessBlock (line 319) | internal int ProcessBlock(ulong[] inWords, ulong[] outWords) method BytesToWord (line 350) | internal static ulong BytesToWord(byte[] bytes, int off) method WordToBytes (line 376) | internal static void WordToBytes(ulong word, byte[] bytes, int off) method RotlXor (line 398) | private static ulong RotlXor(ulong x, int n, ulong xor) method XorRotr (line 406) | private static ulong XorRotr(ulong x, int n, ulong xor) class ThreefishCipher (line 412) | private abstract class ThreefishCipher method ThreefishCipher (line 423) | protected ThreefishCipher(ulong[] kw, ulong[] t) method EncryptBlock (line 429) | internal abstract void EncryptBlock(ulong[] block, ulong[] outWords); method DecryptBlock (line 431) | internal abstract void DecryptBlock(ulong[] block, ulong[] outWords); class Threefish256Cipher (line 435) | private sealed class Threefish256Cipher method Threefish256Cipher (line 451) | public Threefish256Cipher(ulong[] kw, ulong[] t) method EncryptBlock (line 456) | internal override void EncryptBlock(ulong[] block, ulong[] outWords) method DecryptBlock (line 564) | internal override void DecryptBlock(ulong[] block, ulong[] state) class Threefish512Cipher (line 666) | private sealed class Threefish512Cipher method Threefish512Cipher (line 682) | internal Threefish512Cipher(ulong[] kw, ulong[] t) method EncryptBlock (line 687) | internal override void EncryptBlock(ulong[] block, ulong[] outWords) method DecryptBlock (line 831) | internal override void DecryptBlock(ulong[] block, ulong[] state) class Threefish1024Cipher (line 984) | private sealed class Threefish1024Cipher method Threefish1024Cipher (line 1008) | public Threefish1024Cipher(ulong[] kw, ulong[] t) method EncryptBlock (line 1013) | internal override void EncryptBlock(ulong[] block, ulong[] outWords) method DecryptBlock (line 1230) | internal override void DecryptBlock(ulong[] block, ulong[] state) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/modes/GcmBlockCipher.cs class GcmBlockCipher (line 12) | public class GcmBlockCipher method GcmBlockCipher (line 44) | public GcmBlockCipher( method GcmBlockCipher (line 50) | public GcmBlockCipher( method GetUnderlyingCipher (line 71) | public IBlockCipher GetUnderlyingCipher() method GetBlockSize (line 76) | public virtual int GetBlockSize() method Init (line 85) | public virtual void Init( method GetMac (line 208) | public virtual byte[] GetMac() method GetOutputSize (line 215) | public virtual int GetOutputSize( method GetUpdateOutputSize (line 228) | public virtual int GetUpdateOutputSize( method ProcessAadByte (line 243) | public virtual void ProcessAadByte(byte input) method ProcessAadBytes (line 257) | public virtual void ProcessAadBytes(byte[] inBytes, int inOff, int len) method InitCipher (line 274) | private void InitCipher() method ProcessByte (line 295) | public virtual int ProcessByte( method ProcessBytes (line 320) | public virtual int ProcessBytes( method DoFinal (line 383) | public int DoFinal(byte[] output, int outOff) method Reset (line 493) | public virtual void Reset() method Reset (line 498) | private void Reset( method ProcessBlock (line 540) | private void ProcessBlock(byte[] buf, int bufOff, byte[] output, int o... method ProcessPartial (line 567) | private void ProcessPartial(byte[] buf, int off, int len, byte[] outpu... method gHASH (line 587) | private void gHASH(byte[] Y, byte[] b, int len) method gHASHBlock (line 596) | private void gHASHBlock(byte[] Y, byte[] b) method gHASHBlock (line 602) | private void gHASHBlock(byte[] Y, byte[] b, int off) method gHASHPartial (line 608) | private void gHASHPartial(byte[] Y, byte[] b, int off, int len) method GetNextCtrBlock (line 614) | private void GetNextCtrBlock(byte[] block) method CheckStatus (line 630) | private void CheckStatus() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/modes/GcmUtilities.cs class GcmUtilities (line 6) | internal abstract class GcmUtilities method OneAsBytes (line 11) | internal static byte[] OneAsBytes() method OneAsUints (line 18) | internal static uint[] OneAsUints() method OneAsUlongs (line 25) | internal static ulong[] OneAsUlongs() method AsBytes (line 32) | internal static byte[] AsBytes(uint[] x) method AsBytes (line 37) | internal static void AsBytes(uint[] x, byte[] z) method AsBytes (line 42) | internal static byte[] AsBytes(ulong[] x) method AsBytes (line 49) | internal static void AsBytes(ulong[] x, byte[] z) method AsUints (line 54) | internal static uint[] AsUints(byte[] bs) method AsUints (line 61) | internal static void AsUints(byte[] bs, uint[] output) method AsUlongs (line 66) | internal static ulong[] AsUlongs(byte[] x) method AsUlongs (line 73) | internal static void AsUlongs(byte[] x, ulong[] z) method AsUlongs (line 78) | internal static void AsUlongs(byte[] x, ulong[] z, int zOff) method Copy (line 83) | internal static void Copy(uint[] x, uint[] z) method Copy (line 91) | internal static void Copy(ulong[] x, ulong[] z) method Copy (line 97) | internal static void Copy(ulong[] x, int xOff, ulong[] z, int zOff) method DivideP (line 103) | internal static void DivideP(ulong[] x, ulong[] z) method DivideP (line 112) | internal static void DivideP(ulong[] x, int xOff, ulong[] z, int zOff) method Multiply (line 121) | internal static void Multiply(byte[] x, byte[] y) method Multiply (line 129) | internal static void Multiply(uint[] x, uint[] y) method Multiply (line 159) | internal static void Multiply(ulong[] x, ulong[] y) method MultiplyP (line 221) | internal static void MultiplyP(uint[] x) method MultiplyP (line 231) | internal static void MultiplyP(uint[] x, uint[] z) method MultiplyP (line 241) | internal static void MultiplyP(ulong[] x) method MultiplyP (line 249) | internal static void MultiplyP(ulong[] x, ulong[] z) method MultiplyP3 (line 257) | internal static void MultiplyP3(ulong[] x, ulong[] z) method MultiplyP3 (line 265) | internal static void MultiplyP3(ulong[] x, int xOff, ulong[] z, int zOff) method MultiplyP4 (line 273) | internal static void MultiplyP4(ulong[] x, ulong[] z) method MultiplyP4 (line 281) | internal static void MultiplyP4(ulong[] x, int xOff, ulong[] z, int zOff) method MultiplyP7 (line 289) | internal static void MultiplyP7(ulong[] x, ulong[] z) method MultiplyP7 (line 297) | internal static void MultiplyP7(ulong[] x, int xOff, ulong[] z, int zOff) method MultiplyP8 (line 305) | internal static void MultiplyP8(uint[] x) method MultiplyP8 (line 315) | internal static void MultiplyP8(uint[] x, uint[] y) method MultiplyP8 (line 325) | internal static void MultiplyP8(ulong[] x) method MultiplyP8 (line 333) | internal static void MultiplyP8(ulong[] x, ulong[] y) method MultiplyP8 (line 341) | internal static void MultiplyP8(ulong[] x, int xOff, ulong[] y, int yOff) method Square (line 349) | internal static void Square(ulong[] x, ulong[] z) method Xor (line 368) | internal static void Xor(byte[] x, byte[] y) method Xor (line 381) | internal static void Xor(byte[] x, byte[] y, int yOff) method Xor (line 394) | internal static void Xor(byte[] x, int xOff, byte[] y, int yOff, byte[... method Xor (line 407) | internal static void Xor(byte[] x, byte[] y, int yOff, int yLen) method Xor (line 415) | internal static void Xor(byte[] x, int xOff, byte[] y, int yOff, int len) method Xor (line 423) | internal static void Xor(byte[] x, byte[] y, byte[] z) method Xor (line 436) | internal static void Xor(uint[] x, uint[] y) method Xor (line 444) | internal static void Xor(uint[] x, uint[] y, uint[] z) method Xor (line 452) | internal static void Xor(ulong[] x, ulong[] y) method Xor (line 458) | internal static void Xor(ulong[] x, int xOff, ulong[] y, int yOff) method Xor (line 464) | internal static void Xor(ulong[] x, ulong[] y, ulong[] z) method Xor (line 470) | internal static void Xor(ulong[] x, int xOff, ulong[] y, int yOff, ulo... method ImplMul64 (line 476) | private static ulong ImplMul64(ulong x, ulong y) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/modes/IAeadBlockCipher.cs type IAeadBlockCipher (line 4) | public interface IAeadBlockCipher method GetBlockSize (line 8) | int GetBlockSize(); method GetUnderlyingCipher (line 11) | IBlockCipher GetUnderlyingCipher(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/modes/IAeadCipher.cs type IAeadCipher (line 17) | public interface IAeadCipher method Init (line 26) | void Init(bool forEncryption, ICipherParameters parameters); method ProcessAadByte (line 31) | void ProcessAadByte(byte input); method ProcessAadBytes (line 38) | void ProcessAadBytes(byte[] inBytes, int inOff, int len); method ProcessByte (line 49) | int ProcessByte(byte input, byte[] outBytes, int outOff); method ProcessBytes (line 62) | int ProcessBytes(byte[] inBytes, int inOff, int len, byte[] outBytes, ... method DoFinal (line 73) | int DoFinal(byte[] outBytes, int outOff); method GetMac (line 80) | byte[] GetMac(); method GetUpdateOutputSize (line 90) | int GetUpdateOutputSize(int len); method GetOutputSize (line 100) | int GetOutputSize(int len); method Reset (line 105) | void Reset(); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/modes/gcm/BasicGcmExponentiator.cs class BasicGcmExponentiator (line 5) | public class BasicGcmExponentiator method Init (line 10) | public void Init(byte[] x) method ExponentiateX (line 15) | public void ExponentiateX(long pow, byte[] output) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/modes/gcm/IGcmExponentiator.cs type IGcmExponentiator (line 3) | public interface IGcmExponentiator method Init (line 5) | void Init(byte[] x); method ExponentiateX (line 6) | void ExponentiateX(long pow, byte[] output); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/modes/gcm/IGcmMultiplier.cs type IGcmMultiplier (line 3) | public interface IGcmMultiplier method Init (line 5) | void Init(byte[] H); method MultiplyH (line 6) | void MultiplyH(byte[] x); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/modes/gcm/Tables4kGcmMultiplier.cs class Tables4kGcmMultiplier (line 5) | public class Tables4kGcmMultiplier method Init (line 11) | public void Init(byte[] H) method MultiplyH (line 40) | public void MultiplyH(byte[] x) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/parameters/AeadParameters.cs class AeadParameters (line 3) | public class AeadParameters method AeadParameters (line 18) | public AeadParameters(KeyParameter key, int macSize, byte[] nonce) method AeadParameters (line 31) | public AeadParameters( method GetAssociatedText (line 53) | public virtual byte[] GetAssociatedText() method GetNonce (line 58) | public virtual byte[] GetNonce() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/parameters/KeyParameter.cs class KeyParameter (line 5) | public class KeyParameter method KeyParameter (line 10) | public KeyParameter( method KeyParameter (line 19) | public KeyParameter( method GetKey (line 35) | public byte[] GetKey() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/parameters/ParametersWithIV.cs class ParametersWithIV (line 6) | public class ParametersWithIV method ParametersWithIV (line 12) | public ParametersWithIV(ICipherParameters parameters, method ParametersWithIV (line 18) | public ParametersWithIV(ICipherParameters parameters, method GetIV (line 29) | public byte[] GetIV() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/parameters/ParametersWithSBox.cs class ParametersWithSBox (line 3) | public class ParametersWithSBox : ICipherParameters method ParametersWithSBox (line 8) | public ParametersWithSBox( method GetSBox (line 16) | public byte[] GetSBox() { return sBox; } FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/parameters/SkeinParameters.cs class SkeinParameters (line 29) | public class SkeinParameters method SkeinParameters (line 74) | public SkeinParameters() method SkeinParameters (line 80) | private SkeinParameters(IDictionary parameters) method GetParameters (line 88) | public IDictionary GetParameters() method GetKey (line 98) | public byte[] GetKey() method GetPersonalisation (line 107) | public byte[] GetPersonalisation() method GetPublicKey (line 116) | public byte[] GetPublicKey() method GetKeyIdentifier (line 125) | public byte[] GetKeyIdentifier() method GetNonce (line 134) | public byte[] GetNonce() class Builder (line 142) | public class Builder method Builder (line 146) | public Builder() method Builder (line 150) | public Builder(IDictionary paramsMap) method Builder (line 160) | public Builder(SkeinParameters parameters) method Set (line 183) | public Builder Set(int type, byte[] value) method SetKey (line 206) | public Builder SetKey(byte[] key) method SetPersonalisation (line 214) | public Builder SetPersonalisation(byte[] personalisation) method SetPersonalisation (line 230) | public Builder SetPersonalisation(DateTime date, string emailAddress... method SetPublicKey (line 253) | public Builder SetPublicKey(byte[] publicKey) method SetKeyIdentifier (line 261) | public Builder SetKeyIdentifier(byte[] keyIdentifier) method SetNonce (line 269) | public Builder SetNonce(byte[] nonce) method Build (line 278) | public SkeinParameters Build() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/parameters/TweakableBlockCipherParameters.cs class TweakableBlockCipherParameters (line 8) | public class TweakableBlockCipherParameters method TweakableBlockCipherParameters (line 14) | public TweakableBlockCipherParameters(KeyParameter key, byte[] tweak) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/prng/CryptoApiRandomGenerator.cs class CryptoApiRandomGenerator (line 9) | public class CryptoApiRandomGenerator method CryptoApiRandomGenerator (line 14) | public CryptoApiRandomGenerator() method CryptoApiRandomGenerator (line 19) | public CryptoApiRandomGenerator(RandomNumberGenerator rng) method AddSeedMaterial (line 26) | public virtual void AddSeedMaterial(byte[] seed) method AddSeedMaterial (line 31) | public virtual void AddSeedMaterial(long seed) method NextBytes (line 36) | public virtual void NextBytes(byte[] bytes) method NextBytes (line 41) | public virtual void NextBytes(byte[] bytes, int start, int len) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/prng/DigestRandomGenerator.cs class DigestRandomGenerator (line 12) | public class DigestRandomGenerator method DigestRandomGenerator (line 23) | public DigestRandomGenerator( method AddSeedMaterial (line 35) | public void AddSeedMaterial( method AddSeedMaterial (line 46) | public void AddSeedMaterial( method NextBytes (line 57) | public void NextBytes( method NextBytes (line 63) | public void NextBytes( method CycleSeed (line 87) | private void CycleSeed() method GenerateState (line 94) | private void GenerateState() method DigestAddCounter (line 107) | private void DigestAddCounter(long seedVal) method DigestUpdate (line 114) | private void DigestUpdate(byte[] inSeed) method DigestDoFinal (line 119) | private void DigestDoFinal(byte[] result) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/prng/IRandomGenerator.cs type IRandomGenerator (line 4) | public interface IRandomGenerator method AddSeedMaterial (line 8) | void AddSeedMaterial(byte[] seed); method AddSeedMaterial (line 12) | void AddSeedMaterial(long seed); method NextBytes (line 16) | void NextBytes(byte[] bytes); method NextBytes (line 22) | void NextBytes(byte[] bytes, int start, int len); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/util/Arrays.cs class Arrays (line 8) | public abstract class Arrays method AreAllZeroes (line 13) | public static bool AreAllZeroes(byte[] buf, int off, int len) method AreEqual (line 23) | public static bool AreEqual( method AreEqual (line 36) | public static bool AreEqual( method AreEqual (line 55) | public static bool AreEqual(byte[] a, byte[] b) method AreEqual (line 66) | public static bool AreEqual(byte[] a, int aFromIndex, int aToIndex, by... method AreSame (line 83) | [Obsolete("Use 'AreEqual' method instead")] method ConstantTimeAreEqual (line 98) | public static bool ConstantTimeAreEqual(byte[] a, byte[] b) method ConstantTimeAreEqual (line 118) | public static bool ConstantTimeAreEqual(int len, byte[] a, int aOff, b... method AreEqual (line 139) | public static bool AreEqual( method AreEqual (line 153) | public static bool AreEqual(uint[] a, uint[] b) method AreEqual (line 164) | public static bool AreEqual(long[] a, long[] b) method AreEqual (line 176) | public static bool AreEqual(ulong[] a, ulong[] b) method HaveSameContents (line 187) | private static bool HaveSameContents( method HaveSameContents (line 203) | private static bool HaveSameContents( method HaveSameContents (line 219) | private static bool HaveSameContents( method HaveSameContents (line 235) | private static bool HaveSameContents( method HaveSameContents (line 251) | private static bool HaveSameContents(uint[] a, uint[] b) method HaveSameContents (line 265) | private static bool HaveSameContents(long[] a, long[] b) method HaveSameContents (line 279) | private static bool HaveSameContents(ulong[] a, ulong[] b) method ToString (line 293) | public static string ToString( method GetHashCode (line 309) | public static int GetHashCode(byte[] data) method GetHashCode (line 328) | public static int GetHashCode(byte[] data, int off, int len) method GetHashCode (line 347) | public static int GetHashCode(int[] data) method GetHashCode (line 364) | public static int GetHashCode(int[] data, int off, int len) method GetHashCode (line 382) | public static int GetHashCode(uint[] data) method GetHashCode (line 400) | public static int GetHashCode(uint[] data, int off, int len) method GetHashCode (line 418) | public static int GetHashCode(ulong[] data) method GetHashCode (line 439) | public static int GetHashCode(ulong[] data, int off, int len) method Clone (line 459) | public static bool[] Clone(bool[] data) method Clone (line 464) | public static byte[] Clone(byte[] data) method Clone (line 469) | public static int[] Clone(int[] data) method Clone (line 475) | public static uint[] Clone(uint[] data) method Clone (line 480) | public static long[] Clone(long[] data) method Clone (line 486) | public static ulong[] Clone(ulong[] data) method Clone (line 491) | public static byte[] Clone(byte[] data, byte[] existing) method Clone (line 502) | public static ulong[] Clone(ulong[] data, ulong[] existing) method Contains (line 512) | public static bool Contains(byte[] a, byte n) method Contains (line 522) | public static bool Contains(short[] a, short n) method Contains (line 532) | public static bool Contains(int[] a, int n) method Fill (line 542) | public static void Fill( method Fill (line 553) | public static void Fill(byte[] buf, int from, int to, byte b) method CopyOf (line 561) | public static byte[] CopyOf(byte[] data, int newLength) method CopyOf (line 568) | public static char[] CopyOf(char[] data, int newLength) method CopyOf (line 575) | public static int[] CopyOf(int[] data, int newLength) method CopyOf (line 582) | public static long[] CopyOf(long[] data, int newLength) method CopyOf (line 589) | public static BigInteger[] CopyOf(BigInteger[] data, int newLength) method CopyOfRange (line 607) | public static byte[] CopyOfRange(byte[] data, int from, int to) method CopyOfRange (line 615) | public static int[] CopyOfRange(int[] data, int from, int to) method CopyOfRange (line 623) | public static long[] CopyOfRange(long[] data, int from, int to) method CopyOfRange (line 631) | public static BigInteger[] CopyOfRange(BigInteger[] data, int from, in... method GetLength (line 639) | private static int GetLength(int from, int to) method Append (line 647) | public static byte[] Append(byte[] a, byte b) method Append (line 659) | public static short[] Append(short[] a, short b) method Append (line 671) | public static int[] Append(int[] a, int b) method Concatenate (line 683) | public static byte[] Concatenate(byte[] a, byte[] b) method ConcatenateAll (line 696) | public static byte[] ConcatenateAll(params byte[][] vs) method Concatenate (line 725) | public static int[] Concatenate(int[] a, int[] b) method Prepend (line 738) | public static byte[] Prepend(byte[] a, byte b) method Prepend (line 750) | public static short[] Prepend(short[] a, short b) method Prepend (line 762) | public static int[] Prepend(int[] a, int b) method Reverse (line 774) | public static byte[] Reverse(byte[] a) method Reverse (line 790) | public static int[] Reverse(int[] a) method Clear (line 806) | public static void Clear(byte[] data) method Clear (line 814) | public static void Clear(int[] data) method IsNullOrContainsNull (line 822) | public static bool IsNullOrContainsNull(object[] array) method IsNullOrEmpty (line 836) | public static bool IsNullOrEmpty(byte[] array) method IsNullOrEmpty (line 841) | public static bool IsNullOrEmpty(object[] array) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/util/Longs.cs class Longs (line 6) | public abstract class Longs method Reverse (line 8) | public static long Reverse(long i) method Reverse (line 17) | public static ulong Reverse(ulong i) method ReverseBytes (line 25) | public static long ReverseBytes(long i) method ReverseBytes (line 34) | public static ulong ReverseBytes(ulong i) method RotateLeft (line 42) | public static long RotateLeft(long i, int distance) method RotateLeft (line 48) | public static ulong RotateLeft(ulong i, int distance) method RotateRight (line 53) | public static long RotateRight(long i, int distance) method RotateRight (line 59) | public static ulong RotateRight(ulong i, int distance) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/util/Pack.cs class Pack (line 3) | internal sealed class Pack method Pack (line 5) | private Pack() method UInt16_To_BE (line 9) | internal static void UInt16_To_BE(ushort n, byte[] bs) method UInt16_To_BE (line 15) | internal static void UInt16_To_BE(ushort n, byte[] bs, int off) method BE_To_UInt16 (line 21) | internal static ushort BE_To_UInt16(byte[] bs) method BE_To_UInt16 (line 28) | internal static ushort BE_To_UInt16(byte[] bs, int off) method UInt32_To_BE (line 35) | internal static byte[] UInt32_To_BE(uint n) method UInt32_To_BE (line 42) | internal static void UInt32_To_BE(uint n, byte[] bs) method UInt32_To_BE (line 50) | internal static void UInt32_To_BE(uint n, byte[] bs, int off) method UInt32_To_BE (line 58) | internal static byte[] UInt32_To_BE(uint[] ns) method UInt32_To_BE (line 65) | internal static void UInt32_To_BE(uint[] ns, byte[] bs, int off) method UInt32_To_BE (line 74) | public static void UInt32_To_BE(uint[] ns, int nsOff, int nsLen, byte[... method BE_To_UInt32 (line 83) | internal static uint BE_To_UInt32(byte[] bs) method BE_To_UInt32 (line 91) | internal static uint BE_To_UInt32(byte[] bs, int off) method BE_To_UInt32 (line 99) | internal static void BE_To_UInt32(byte[] bs, int off, uint[] ns) method BE_To_UInt32 (line 108) | public static void BE_To_UInt32(byte[] bs, int bsOff, uint[] ns, int n... method UInt64_To_BE (line 117) | internal static byte[] UInt64_To_BE(ulong n) method UInt64_To_BE (line 124) | internal static void UInt64_To_BE(ulong n, byte[] bs) method UInt64_To_BE (line 130) | internal static void UInt64_To_BE(ulong n, byte[] bs, int off) method UInt64_To_BE (line 136) | internal static byte[] UInt64_To_BE(ulong[] ns) method UInt64_To_BE (line 143) | internal static void UInt64_To_BE(ulong[] ns, byte[] bs, int off) method UInt64_To_BE (line 152) | public static void UInt64_To_BE(ulong[] ns, int nsOff, int nsLen, byte... method BE_To_UInt64 (line 161) | internal static ulong BE_To_UInt64(byte[] bs) method BE_To_UInt64 (line 168) | internal static ulong BE_To_UInt64(byte[] bs, int off) method BE_To_UInt64 (line 175) | internal static void BE_To_UInt64(byte[] bs, int off, ulong[] ns) method BE_To_UInt64 (line 184) | public static void BE_To_UInt64(byte[] bs, int bsOff, ulong[] ns, int ... method UInt16_To_LE (line 193) | internal static void UInt16_To_LE(ushort n, byte[] bs) method UInt16_To_LE (line 199) | internal static void UInt16_To_LE(ushort n, byte[] bs, int off) method LE_To_UInt16 (line 205) | internal static ushort LE_To_UInt16(byte[] bs) method LE_To_UInt16 (line 212) | internal static ushort LE_To_UInt16(byte[] bs, int off) method UInt32_To_LE (line 219) | internal static byte[] UInt32_To_LE(uint n) method UInt32_To_LE (line 226) | internal static void UInt32_To_LE(uint n, byte[] bs) method UInt32_To_LE (line 234) | internal static void UInt32_To_LE(uint n, byte[] bs, int off) method UInt32_To_LE (line 242) | internal static byte[] UInt32_To_LE(uint[] ns) method UInt32_To_LE (line 249) | internal static void UInt32_To_LE(uint[] ns, byte[] bs, int off) method UInt32_To_LE (line 258) | internal static void UInt32_To_LE(uint[] ns, int nsOff, int nsLen, byt... method LE_To_UInt32 (line 267) | internal static uint LE_To_UInt32(byte[] bs) method LE_To_UInt32 (line 275) | internal static uint LE_To_UInt32(byte[] bs, int off) method LE_To_UInt32 (line 283) | internal static void LE_To_UInt32(byte[] bs, int off, uint[] ns) method LE_To_UInt32 (line 292) | internal static void LE_To_UInt32(byte[] bs, int bOff, uint[] ns, int ... method LE_To_UInt32 (line 301) | internal static uint[] LE_To_UInt32(byte[] bs, int off, int count) method UInt64_To_LE (line 312) | internal static byte[] UInt64_To_LE(ulong n) method UInt64_To_LE (line 319) | internal static void UInt64_To_LE(ulong n, byte[] bs) method UInt64_To_LE (line 325) | internal static void UInt64_To_LE(ulong n, byte[] bs, int off) method UInt64_To_LE (line 331) | internal static byte[] UInt64_To_LE(ulong[] ns) method UInt64_To_LE (line 338) | internal static void UInt64_To_LE(ulong[] ns, byte[] bs, int off) method UInt64_To_LE (line 347) | internal static void UInt64_To_LE(ulong[] ns, int nsOff, int nsLen, by... method LE_To_UInt64 (line 356) | internal static ulong LE_To_UInt64(byte[] bs) method LE_To_UInt64 (line 363) | internal static ulong LE_To_UInt64(byte[] bs, int off) method LE_To_UInt64 (line 370) | internal static void LE_To_UInt64(byte[] bs, int off, ulong[] ns) method LE_To_UInt64 (line 379) | internal static void LE_To_UInt64(byte[] bs, int bsOff, ulong[] ns, in... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/util/Platform.cs class Platform (line 8) | internal abstract class Platform method GetNewLine (line 13) | private static string GetNewLine() method GetNewLine (line 23) | private static string GetNewLine() method EqualsIgnoreCase (line 29) | internal static bool EqualsIgnoreCase(string a, string b) method GetEnvironmentVariable (line 39) | internal static string GetEnvironmentVariable( method GetEnvironmentVariable (line 45) | internal static string GetEnvironmentVariable( method CreateNotImplementedException (line 62) | internal static Exception CreateNotImplementedException( method Equals (line 68) | internal static bool Equals( method CreateNotImplementedException (line 75) | internal static Exception CreateNotImplementedException( method CreateArrayList (line 83) | internal static System.Collections.IList CreateArrayList() method CreateArrayList (line 87) | internal static System.Collections.IList CreateArrayList(int capacity) method CreateArrayList (line 91) | internal static System.Collections.IList CreateArrayList(System.Collec... method CreateArrayList (line 100) | internal static System.Collections.IList CreateArrayList(System.Collec... method CreateHashtable (line 109) | internal static System.Collections.IDictionary CreateHashtable() method CreateHashtable (line 113) | internal static System.Collections.IDictionary CreateHashtable(int cap... method CreateHashtable (line 117) | internal static System.Collections.IDictionary CreateHashtable(System.... method CreateArrayList (line 127) | internal static System.Collections.IList CreateArrayList() method CreateArrayList (line 131) | internal static System.Collections.IList CreateArrayList(int capacity) method CreateArrayList (line 135) | internal static System.Collections.IList CreateArrayList(System.Collec... method CreateArrayList (line 139) | internal static System.Collections.IList CreateArrayList(System.Collec... method CreateHashtable (line 148) | internal static System.Collections.IDictionary CreateHashtable() method CreateHashtable (line 152) | internal static System.Collections.IDictionary CreateHashtable(int cap... method CreateHashtable (line 156) | internal static System.Collections.IDictionary CreateHashtable(System.... method ToLowerInvariant (line 162) | internal static string ToLowerInvariant(string s) method ToUpperInvariant (line 171) | internal static string ToUpperInvariant(string s) method Dispose (line 183) | internal static void Dispose(IDisposable d) method Dispose (line 188) | internal static void Dispose(Stream s) method Dispose (line 192) | internal static void Dispose(TextWriter t) method IndexOf (line 198) | internal static int IndexOf(string source, string value) method LastIndexOf (line 203) | internal static int LastIndexOf(string source, string value) method StartsWith (line 208) | internal static bool StartsWith(string source, string prefix) method EndsWith (line 213) | internal static bool EndsWith(string source, string suffix) method GetTypeName (line 218) | internal static string GetTypeName(object obj) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/crypto/util/Times.cs class Times (line 5) | public sealed class Times method NanoTime (line 9) | public static long NanoTime() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/math/BigInteger.cs class BigInteger (line 12) | [Serializable] method BigInteger (line 196) | static BigInteger() method GetByteLength (line 245) | private static int GetByteLength( method Arbitrary (line 251) | public static BigInteger Arbitrary(int sizeInBits) method BigInteger (line 256) | private BigInteger( method BigInteger (line 297) | public BigInteger( method BigInteger (line 303) | public BigInteger( method BigInteger (line 484) | public BigInteger( method BigInteger (line 490) | public BigInteger( method MakeMagnitude (line 546) | private static int[] MakeMagnitude( method BigInteger (line 603) | public BigInteger( method BigInteger (line 610) | public BigInteger( method BigInteger (line 632) | public BigInteger( method BigInteger (line 661) | public BigInteger( method Abs (line 720) | public BigInteger Abs() method AddMagnitudes (line 728) | private static int[] AddMagnitudes( method Add (line 753) | public BigInteger Add( method AddToMagnitude (line 773) | private BigInteger AddToMagnitude( method And (line 811) | public BigInteger And( method AndNot (line 868) | public BigInteger AndNot( method BitCnt (line 900) | public static int BitCnt(int i) method CalcBitLength (line 912) | private static int CalcBitLength(int sign, int indx, int[] mag) method BitLen (line 967) | internal static int BitLen(int w) method QuickPow2Check (line 982) | private bool QuickPow2Check() method CompareTo (line 987) | public int CompareTo( method CompareTo (line 997) | private static int CompareTo( method CompareNoLeadingZeroes (line 1016) | private static int CompareNoLeadingZeroes( method CompareTo (line 1043) | public int CompareTo( method Divide (line 1056) | private int[] Divide( method Divide (line 1188) | public BigInteger Divide( method DivideAndRemainder (line 1208) | public BigInteger[] DivideAndRemainder( method Equals (line 1242) | public override bool Equals( method IsEqualMagnitude (line 1255) | private bool IsEqualMagnitude(BigInteger x) method Gcd (line 1268) | public BigInteger Gcd( method GetHashCode (line 1291) | public override int GetHashCode() method Inc (line 1308) | private BigInteger Inc() method IsProbablePrime (line 1350) | public bool IsProbablePrime(int certainty) method IsProbablePrime (line 1355) | internal bool IsProbablePrime(int certainty, bool randomlySelected) method CheckProbablePrime (line 1371) | private bool CheckProbablePrime(int certainty, Random random, bool ran... method RabinMillerTest (line 1418) | public bool RabinMillerTest(int certainty, Random random) method RabinMillerTest (line 1423) | internal bool RabinMillerTest(int certainty, Random random, bool rando... method Max (line 1612) | public BigInteger Max( method Min (line 1618) | public BigInteger Min( method Mod (line 1624) | public BigInteger Mod( method ModInverse (line 1635) | public BigInteger ModInverse( method ModInversePow2 (line 1699) | private BigInteger ModInversePow2(BigInteger m) method ModInverse32 (line 1741) | private static int ModInverse32(int d) method ModInverse64 (line 1754) | private static long ModInverse64(long d) method ExtEuclid (line 1784) | private static BigInteger ExtEuclid(BigInteger a, BigInteger b, out Bi... method ZeroOut (line 1812) | private static void ZeroOut( method ModPow (line 1818) | public BigInteger ModPow(BigInteger e, BigInteger m) method ModPowBarrett (line 1855) | private static BigInteger ModPowBarrett(BigInteger b, BigInteger e, Bi... method ReduceBarrett (line 1920) | private static BigInteger ReduceBarrett(BigInteger x, BigInteger m, Bi... method ModPowMonty (line 1953) | private static BigInteger ModPowMonty(BigInteger b, BigInteger e, BigI... method GetWindowList (line 2055) | private static int[] GetWindowList(int[] mag, int extraBits) method CreateWindowEntry (line 2109) | private static int CreateWindowEntry(int mult, int zeroes) method Square (line 2123) | private static int[] Square( method Multiply (line 2187) | private static int[] Multiply(int[] x, int[] y, int[] z) method GetMQuote (line 2232) | private int GetMQuote() method MontgomeryReduce (line 2248) | private static void MontgomeryReduce(int[] x, int[] m, uint mDash) // ... method MultiplyMonty (line 2294) | private static void MultiplyMonty(int[] a, int[] x, int[] y, int[] m, ... method SquareMonty (line 2372) | private static void SquareMonty(int[] a, int[] x, int[] m, uint mDash,... method MultiplyMontyNIsOne (line 2462) | private static uint MultiplyMontyNIsOne(uint x, uint y, uint m, uint m... method Multiply (line 2479) | public BigInteger Multiply( method Square (line 2509) | public BigInteger Square() method Negate (line 2523) | public BigInteger Negate() method NextProbablePrime (line 2531) | public BigInteger NextProbablePrime() method Not (line 2549) | public BigInteger Not() method Pow (line 2554) | public BigInteger Pow(int exp) method ProbablePrime (line 2596) | public static BigInteger ProbablePrime( method Remainder (line 2603) | private int Remainder( method Remainder (line 2621) | private static int[] Remainder( method Remainder (line 2729) | public BigInteger Remainder( method LastNBits (line 2775) | private int[] LastNBits( method DivideWords (line 2796) | private BigInteger DivideWords(int w) method RemainderWords (line 2807) | private BigInteger RemainderWords(int w) method ShiftLeft (line 2821) | private static int[] ShiftLeft( method ShiftLeftOneInPlace (line 2866) | private static int ShiftLeftOneInPlace(int[] x, int carry) method ShiftLeft (line 2879) | public BigInteger ShiftLeft( method ShiftRightInPlace (line 2911) | private static void ShiftRightInPlace( method ShiftRightOneInPlace (line 2954) | private static void ShiftRightOneInPlace( method ShiftRight (line 2971) | public BigInteger ShiftRight( method Subtract (line 3028) | private static int[] Subtract( method Subtract (line 3062) | public BigInteger Subtract( method doSubBigLil (line 3093) | private static int[] doSubBigLil( method ToByteArray (line 3102) | public byte[] ToByteArray() method ToByteArrayUnsigned (line 3107) | public byte[] ToByteArrayUnsigned() method ToByteArray (line 3112) | private byte[] ToByteArray( method ToString (line 3192) | public override string ToString() method ToString (line 3197) | public string ToString(int radix) method ToString (line 3316) | private static void ToString(StringBuilder sb, int radix, IList moduli... method AppendZeroExtendedString (line 3338) | private static void AppendZeroExtendedString(StringBuilder sb, string ... method CreateUValueOf (line 3347) | private static BigInteger CreateUValueOf( method CreateValueOf (line 3370) | private static BigInteger CreateValueOf( method ValueOf (line 3384) | public static BigInteger ValueOf( method GetLowestSetBit (line 3395) | public int GetLowestSetBit() method GetLowestSetBitMaskFirst (line 3403) | private int GetLowestSetBitMaskFirst(int firstWordMask) method TestBit (line 3431) | public bool TestBit( method Or (line 3448) | public BigInteger Or( method Xor (line 3506) | public BigInteger Xor( method SetBit (line 3565) | public BigInteger SetBit( method ClearBit (line 3581) | public BigInteger ClearBit( method FlipBit (line 3597) | public BigInteger FlipBit( method FlipExistingBit (line 3610) | private BigInteger FlipExistingBit( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/math/raw/Bits.cs class Bits (line 3) | internal abstract class Bits method BitPermuteStep (line 5) | internal static uint BitPermuteStep(uint x, uint m, int s) method BitPermuteStep (line 11) | internal static ulong BitPermuteStep(ulong x, ulong m, int s) method BitPermuteStepSimple (line 17) | internal static uint BitPermuteStepSimple(uint x, uint m, int s) method BitPermuteStepSimple (line 22) | internal static ulong BitPermuteStepSimple(ulong x, ulong m, int s) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/math/raw/Interleave.cs class Interleave (line 3) | internal abstract class Interleave method Expand8to16 (line 49) | internal static uint Expand8to16(uint x) method Expand16to32 (line 58) | internal static uint Expand16to32(uint x) method Expand32to64 (line 68) | internal static ulong Expand32to64(uint x) method Expand64To128 (line 79) | internal static void Expand64To128(ulong x, ulong[] z, int zOff) method Expand64To128 (line 92) | internal static void Expand64To128(ulong[] xs, int xsOff, int xsLen, u... method Expand64To128Rev (line 101) | internal static void Expand64To128Rev(ulong x, ulong[] z, int zOff) method Shuffle (line 114) | internal static uint Shuffle(uint x) method Shuffle (line 124) | internal static ulong Shuffle(ulong x) method Shuffle2 (line 135) | internal static uint Shuffle2(uint x) method Unshuffle (line 145) | internal static uint Unshuffle(uint x) method Unshuffle (line 155) | internal static ulong Unshuffle(ulong x) method Unshuffle2 (line 166) | internal static uint Unshuffle2(uint x) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/oiw/OiwObjectIdentifiers.cs class OiwObjectIdentifiers (line 5) | public abstract class OiwObjectIdentifiers FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/security/DigestUtilities.cs class DigestUtilities (line 22) | public sealed class DigestUtilities type DigestAlgorithm (line 24) | private enum DigestAlgorithm method DigestUtilities (line 44) | private DigestUtilities() method DigestUtilities (line 51) | static DigestUtilities() method GetObjectIdentifier (line 169) | public static DerObjectIdentifier GetObjectIdentifier( method GetDigest (line 189) | public static IDigest GetDigest( method GetDigest (line 195) | public static IDigest GetDigest( method GetAlgorithmName (line 265) | public static string GetAlgorithmName( method CalculateDigest (line 271) | public static byte[] CalculateDigest(DerObjectIdentifier id, byte[] in... method CalculateDigest (line 276) | public static byte[] CalculateDigest(string algorithm, byte[] input) method DoFinal (line 283) | public static byte[] DoFinal( method DoFinal (line 291) | public static byte[] DoFinal( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/security/SecureRandom.cs class SecureRandom (line 8) | public class SecureRandom method NextCounterValue (line 15) | private static long NextCounterValue() method NextCounterValue (line 47) | private static long NextCounterValue() method CreatePrng (line 59) | private static DigestRandomGenerator CreatePrng(string digestName, boo... method GetNextBytes (line 73) | public static byte[] GetNextBytes(SecureRandom secureRandom, int length) method GetInstance (line 85) | public static SecureRandom GetInstance(string algorithm) method GetInstance (line 95) | public static SecureRandom GetInstance(string algorithm, bool autoSeed) method GetSeed (line 111) | [Obsolete("Call GenerateSeed() on a SecureRandom instance instead")] method SecureRandom (line 119) | public SecureRandom() method SecureRandom (line 127) | [Obsolete("Use GetInstance/SetSeed instead")] method SecureRandom (line 142) | public SecureRandom(IRandomGenerator generator) method GenerateSeed (line 148) | public virtual byte[] GenerateSeed(int length) method SetSeed (line 153) | public virtual void SetSeed(byte[] seed) method SetSeed (line 158) | public virtual void SetSeed(long seed) method Next (line 163) | public override int Next() method Next (line 168) | public override int Next(int maxValue) method Next (line 199) | public override int Next(int minValue, int maxValue) method NextBytes (line 222) | public override void NextBytes(byte[] buf) method NextBytes (line 227) | public virtual void NextBytes(byte[] buf, int off, int len) method NextDouble (line 234) | public override double NextDouble() method NextInt (line 241) | public virtual int NextInt() method NextLong (line 248) | public virtual long NextLong() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/security/SecurityUtilityException.cs class SecurityUtilityException (line 8) | public class SecurityUtilityException method SecurityUtilityException (line 14) | public SecurityUtilityException() method SecurityUtilityException (line 23) | public SecurityUtilityException( method SecurityUtilityException (line 29) | public SecurityUtilityException( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/Enums.cs class Enums (line 11) | internal abstract class Enums method GetEnumValue (line 13) | internal static Enum GetEnumValue(System.Type enumType, string s) method GetEnumValues (line 38) | internal static Array GetEnumValues(System.Type enumType) method GetArbitraryValue (line 60) | internal static Enum GetArbitraryValue(System.Type enumType) method IsEnumType (line 67) | internal static bool IsEnumType(System.Type t) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/IMemoable.cs type IMemoable (line 5) | public interface IMemoable method Copy (line 14) | IMemoable Copy(); method Reset (line 25) | void Reset(IMemoable other); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/MemoableResetException.cs class MemoableResetException (line 12) | public class MemoableResetException method MemoableResetException (line 20) | public MemoableResetException(string msg) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/Strings.cs class Strings (line 7) | public abstract class Strings method ToUpperCase (line 10) | public static string ToUpperCase(string original) method IsOneOf (line 34) | internal static bool IsOneOf(string s, params string[] candidates) method FromByteArray (line 44) | public static string FromByteArray( method ToByteArray (line 55) | public static byte[] ToByteArray( method ToByteArray (line 66) | public static byte[] ToByteArray( method FromAsciiByteArray (line 77) | public static string FromAsciiByteArray( method ToAsciiByteArray (line 88) | public static byte[] ToAsciiByteArray( method ToAsciiByteArray (line 99) | public static byte[] ToAsciiByteArray( method FromUtf8ByteArray (line 110) | public static string FromUtf8ByteArray( method ToUtf8ByteArray (line 116) | public static byte[] ToUtf8ByteArray( method ToUtf8ByteArray (line 122) | public static byte[] ToUtf8ByteArray( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/collections/CollectionUtilities.cs class CollectionUtilities (line 7) | public abstract class CollectionUtilities method AddRange (line 9) | public static void AddRange(IList to, IEnumerable range) method CheckElementsAreOfType (line 17) | public static bool CheckElementsAreOfType(IEnumerable e, Type t) method ReadOnly (line 27) | public static IDictionary ReadOnly(IDictionary d) method ReadOnly (line 32) | public static IList ReadOnly(IList l) method ReadOnly (line 37) | public static ISet ReadOnly(ISet s) method RequireNext (line 42) | public static object RequireNext(IEnumerator e) method ToString (line 50) | public static string ToString(IEnumerable c) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/collections/ISet.cs type ISet (line 5) | public interface ISet method Add (line 8) | void Add(object o); method AddAll (line 9) | void AddAll(IEnumerable e); method Clear (line 10) | void Clear(); method Contains (line 11) | bool Contains(object o); method Remove (line 15) | void Remove(object o); method RemoveAll (line 16) | void RemoveAll(IEnumerable e); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/collections/UnmodifiableDictionary.cs class UnmodifiableDictionary (line 6) | public abstract class UnmodifiableDictionary method UnmodifiableDictionary (line 9) | protected UnmodifiableDictionary() method Add (line 13) | public virtual void Add(object k, object v) method Clear (line 18) | public virtual void Clear() method Contains (line 23) | public abstract bool Contains(object k); method CopyTo (line 25) | public abstract void CopyTo(Array array, int index); method GetEnumerator (line 29) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 34) | public abstract IDictionaryEnumerator GetEnumerator(); method Remove (line 36) | public virtual void Remove(object k) method GetValue (line 62) | protected abstract object GetValue(object k); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/collections/UnmodifiableDictionaryProxy.cs class UnmodifiableDictionaryProxy (line 6) | public class UnmodifiableDictionaryProxy method UnmodifiableDictionaryProxy (line 11) | public UnmodifiableDictionaryProxy(IDictionary d) method Contains (line 16) | public override bool Contains(object k) method CopyTo (line 21) | public override void CopyTo(Array array, int index) method GetEnumerator (line 31) | public override IDictionaryEnumerator GetEnumerator() method GetValue (line 61) | protected override object GetValue(object k) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/collections/UnmodifiableList.cs class UnmodifiableList (line 6) | public abstract class UnmodifiableList method UnmodifiableList (line 9) | protected UnmodifiableList() method Add (line 13) | public virtual int Add(object o) method Clear (line 18) | public virtual void Clear() method Contains (line 23) | public abstract bool Contains(object o); method CopyTo (line 25) | public abstract void CopyTo(Array array, int index); method GetEnumerator (line 29) | public abstract IEnumerator GetEnumerator(); method IndexOf (line 31) | public abstract int IndexOf(object o); method Insert (line 33) | public virtual void Insert(int i, object o) method Remove (line 47) | public virtual void Remove(object o) method RemoveAt (line 52) | public virtual void RemoveAt(int i) method GetValue (line 65) | protected abstract object GetValue(int i); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/collections/UnmodifiableListProxy.cs class UnmodifiableListProxy (line 6) | public class UnmodifiableListProxy method UnmodifiableListProxy (line 11) | public UnmodifiableListProxy(IList l) method Contains (line 16) | public override bool Contains(object o) method CopyTo (line 21) | public override void CopyTo(Array array, int index) method GetEnumerator (line 31) | public override IEnumerator GetEnumerator() method IndexOf (line 36) | public override int IndexOf(object o) method GetValue (line 56) | protected override object GetValue(int i) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/collections/UnmodifiableSet.cs class UnmodifiableSet (line 6) | public abstract class UnmodifiableSet method UnmodifiableSet (line 9) | protected UnmodifiableSet() method Add (line 13) | public virtual void Add(object o) method AddAll (line 18) | public virtual void AddAll(IEnumerable e) method Clear (line 23) | public virtual void Clear() method Contains (line 28) | public abstract bool Contains(object o); method CopyTo (line 30) | public abstract void CopyTo(Array array, int index); method GetEnumerator (line 34) | public abstract IEnumerator GetEnumerator(); method Remove (line 49) | public virtual void Remove(object o) method RemoveAll (line 54) | public virtual void RemoveAll(IEnumerable e) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/collections/UnmodifiableSetProxy.cs class UnmodifiableSetProxy (line 6) | public class UnmodifiableSetProxy method UnmodifiableSetProxy (line 11) | public UnmodifiableSetProxy(ISet s) method Contains (line 16) | public override bool Contains(object o) method CopyTo (line 21) | public override void CopyTo(Array array, int index) method GetEnumerator (line 31) | public override IEnumerator GetEnumerator() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/date/DateTimeUtilities.cs class DateTimeUtilities (line 5) | public class DateTimeUtilities method DateTimeUtilities (line 9) | private DateTimeUtilities() method DateTimeToUnixMs (line 19) | public static long DateTimeToUnixMs( method UnixMsToDateTime (line 33) | public static DateTime UnixMsToDateTime( method CurrentUnixMs (line 42) | public static long CurrentUnixMs() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/encoders/Hex.cs class Hex (line 8) | public sealed class Hex method Hex (line 12) | private Hex() method ToHexString (line 16) | public static string ToHexString( method ToHexString (line 22) | public static string ToHexString( method Encode (line 36) | public static byte[] Encode( method Encode (line 47) | public static byte[] Encode( method Encode (line 64) | public static int Encode( method Encode (line 76) | public static int Encode( method Decode (line 90) | public static byte[] Decode( method Decode (line 105) | public static byte[] Decode( method Decode (line 121) | public static int Decode( method DecodeStrict (line 134) | public static byte[] DecodeStrict(string str) method DecodeStrict (line 145) | public static byte[] DecodeStrict(string str, int off, int len) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/encoders/HexEncoder.cs class HexEncoder (line 7) | public class HexEncoder method InitialiseDecodingTable (line 21) | protected void InitialiseDecodingTable() method HexEncoder (line 38) | public HexEncoder() method Encode (line 43) | public int Encode(byte[] inBuf, int inOff, int inLen, byte[] outBuf, i... method Encode (line 65) | public int Encode(byte[] buf, int off, int len, Stream outStream) method Ignore (line 79) | private static bool Ignore(char c) method Decode (line 90) | public int Decode( method DecodeString (line 157) | public int DecodeString( method DecodeStrict (line 216) | internal byte[] DecodeStrict(string str, int off, int len) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/encoders/IEncoder.cs type IEncoder (line 9) | public interface IEncoder method Encode (line 11) | int Encode(byte[] data, int off, int length, Stream outStream); method Decode (line 13) | int Decode(byte[] data, int off, int length, Stream outStream); method DecodeString (line 15) | int DecodeString(string data, Stream outStream); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/io/BaseInputStream.cs class BaseInputStream (line 6) | public abstract class BaseInputStream : Stream method Dispose (line 15) | protected override void Dispose(bool disposing) method Close (line 24) | public override void Close() method Flush (line 31) | public sealed override void Flush() { } method Read (line 39) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 59) | public sealed override long Seek(long offset, SeekOrigin origin) { thr... method SetLength (line 60) | public sealed override void SetLength(long value) { throw new NotSuppo... method Write (line 61) | public sealed override void Write(byte[] buffer, int offset, int count... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/io/StreamOverflowException.cs class StreamOverflowException (line 9) | public class StreamOverflowException method StreamOverflowException (line 12) | public StreamOverflowException() method StreamOverflowException (line 17) | public StreamOverflowException( method StreamOverflowException (line 23) | public StreamOverflowException( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/BouncyCastle/util/io/Streams.cs class Streams (line 5) | public sealed class Streams method Streams (line 9) | private Streams() method Drain (line 13) | public static void Drain(Stream inStr) method ReadAll (line 21) | public static byte[] ReadAll(Stream inStr) method ReadAllLimited (line 28) | public static byte[] ReadAllLimited(Stream inStr, int limit) method ReadFully (line 35) | public static int ReadFully(Stream inStr, byte[] buf) method ReadFully (line 40) | public static int ReadFully(Stream inStr, byte[] buf, int off, int len) method PipeAll (line 53) | public static void PipeAll(Stream inStr, Stream outStr) method PipeAllLimited (line 78) | public static long PipeAllLimited(Stream inStr, long limit, Stream out... method WriteBufTo (line 94) | public static void WriteBufTo(MemoryStream buf, Stream output) method WriteBufTo (line 100) | public static int WriteBufTo(MemoryStream buf, byte[] output, int offset) method WriteZeroes (line 113) | public static void WriteZeroes(Stream outStr, long count) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/SQLiteDatabase.cs class SQLiteDatabase (line 16) | public class SQLiteDatabase method SQLiteDatabase (line 24) | public SQLiteDatabase() method SQLiteDatabase (line 32) | public SQLiteDatabase( String DatabaseName ) method OpenDatabase (line 41) | public void OpenDatabase( String DatabaseName ) method CloseDatabase (line 55) | public void CloseDatabase() method Connection (line 67) | public sqlite Connection() method GetTables (line 76) | public ArrayList GetTables() method ExecuteNonQuery (line 97) | public void ExecuteNonQuery( String query ) method ExecuteQuery (line 111) | public DataTable ExecuteQuery( String query ) method ReadNextRow (line 131) | private int ReadNextRow( Vdbe vm, DataTable table ) method ReadColumnNames (line 189) | private int ReadColumnNames( Vdbe vm, DataTable table ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/SQLiteVdbe.cs class SQLiteVdbe (line 13) | public class SQLiteVdbe method SQLiteVdbe (line 24) | public SQLiteVdbe( SQLiteDatabase db, String query ) method VirtualMachine (line 37) | public Vdbe VirtualMachine() method BindInteger (line 49) | public int BindInteger(int index, int bInteger ) method BindLong (line 67) | public int BindLong( int index, long bLong ) method BindText (line 84) | public int BindText( int index, string bText ) method ExecuteStep (line 100) | public int ExecuteStep( ) method Result_Long (line 113) | public long Result_Long(int index) method Result_Text (line 123) | public string Result_Text( int index ) method ResultColumnCount (line 134) | public int ResultColumnCount( ) method Reset (line 144) | public void Reset() method Close (line 155) | public void Close() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/BtreeInt_h.cs class CSSQLite (line 14) | public partial class CSSQLite method MX_CELL_SIZE (line 245) | static int MX_CELL_SIZE( BtShared pBt ) { return ( pBt.pageSize - 8 ); } method MX_CELL (line 253) | static int MX_CELL( BtShared pBt ) { return ( ( pBt.pageSize - 8 ) / 6... type _OvflCell (line 297) | public struct _OvflCell method Copy (line 301) | public _OvflCell Copy() class MemPage (line 313) | public class MemPage method Copy (line 334) | public MemPage Copy() class BtLock (line 365) | public class BtLock { class Btree (line 399) | public class Btree class BtShared (line 461) | public class BtShared type CellInfo (line 502) | public struct CellInfo method Equals (line 513) | public bool Equals( CellInfo ci ) class BtCursor (line 549) | public class BtCursor method Copy (line 574) | public BtCursor Copy() method PENDING_BYTE_PAGE (line 616) | static u32 PENDING_BYTE_PAGE( BtShared pBt ) { return (u32)PAGER_MJ_PG... method PTRMAP_PAGENO (line 634) | static Pgno PTRMAP_PAGENO( BtShared pBt, Pgno pgno ) { return ptrmapPa... method PTRMAP_PTROFFSET (line 636) | static u32 PTRMAP_PTROFFSET( u32 pgptrmap, u32 pgno ) { return ( 5 * (... method PTRMAP_ISPAGE (line 638) | static bool PTRMAP_ISPAGE( BtShared pBt, u32 pgno ) { return ( PTRMAP_... method btreeIntegrity (line 688) | static void btreeIntegrity( Btree p ) method btreeIntegrity (line 694) | static void btreeIntegrity(Btree p) { } class IntegrityCk (line 717) | public class IntegrityCk method get2byte (line 733) | static int get2byte( byte[] p, int offset ) method put2byte (line 737) | static void put2byte( byte[] pData, int Offset, u32 v ) method put2byte (line 739) | static void put2byte( byte[] pData, int Offset, int v ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/Btree_h.cs class CSSQLite (line 3) | public partial class CSSQLite class BtreeMutexArray (line 63) | public class BtreeMutexArray method sqlite3BtreeEnter (line 227) | static void sqlite3BtreeEnter( Btree bt ) { } method sqlite3BtreeEnterAll (line 229) | static void sqlite3BtreeEnterAll( sqlite3 p ) { } method sqlite3BtreeHoldsMutex (line 242) | int sqlite3BtreeHoldsMutex(Btree*); method sqlite3BtreeHoldsAllMutexes (line 243) | int sqlite3BtreeHoldsAllMutexes(sqlite3*); method sqlite3BtreeLeave (line 248) | static void sqlite3BtreeLeave( Btree X ) { } method sqlite3BtreeEnterCursor (line 251) | static void sqlite3BtreeEnterCursor( BtCursor X ) { } method sqlite3BtreeLeaveCursor (line 254) | static void sqlite3BtreeLeaveCursor( BtCursor X ) { } method sqlite3BtreeLeaveAll (line 257) | static void sqlite3BtreeLeaveAll( sqlite3 X ) { } method sqlite3BtreeMutexArrayEnter (line 260) | static void sqlite3BtreeMutexArrayEnter( BtreeMutexArray X ) { } method sqlite3BtreeMutexArrayLeave (line 263) | static void sqlite3BtreeMutexArrayLeave( BtreeMutexArray X ) { } method sqlite3BtreeMutexArrayInsert (line 266) | static void sqlite3BtreeMutexArrayInsert( BtreeMutexArray X, Btree Y )... method sqlite3BtreeHoldsMutex (line 269) | static bool sqlite3BtreeHoldsMutex( Btree X ) { return true; } method sqlite3BtreeHoldsAllMutexes (line 272) | static bool sqlite3BtreeHoldsAllMutexes( sqlite3 X ) { return true; } FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/Delagates.cs class CSSQLite (line 27) | public partial class CSSQLite FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/Hash_h.cs class CSSQLite (line 5) | public partial class CSSQLite class _ht (line 58) | public class _ht class Hash (line 64) | public class Hash method Copy (line 70) | public Hash Copy() class HashElem (line 88) | public class HashElem method sqliteHashFirst (line 118) | static HashElem sqliteHashFirst( Hash H ) { return H.first; } method sqliteHashNext (line 120) | static HashElem sqliteHashNext( HashElem E ) { return E.next; } method sqliteHashData (line 122) | static object sqliteHashData( HashElem E ) { return E.data; } FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/VdbeInt_h.cs class CSSQLite (line 12) | public partial class CSSQLite class VdbeCursor (line 70) | public class VdbeCursor class Mem (line 133) | public class Mem type union_ip (line 135) | public struct union_ip method CopyTo (line 178) | public void CopyTo( Mem ct ) method MemSetTypeFlag (line 256) | static void MemSetTypeFlag( Mem p, int f ) { p.flags = (u16)( p.flags ... class AuxData (line 271) | public class AuxData class VdbeFunc (line 276) | public class VdbeFunc : FuncDef class sqlite3_context (line 296) | public class sqlite3_context class Set (line 313) | public class Set class Context (line 329) | public class Context class Vdbe (line 350) | public class Vdbe method Copy (line 402) | public Vdbe Copy() method CopyTo (line 407) | public void CopyTo( Vdbe ct ) method sqlite3VdbeMutexArrayEnter (line 539) | static void sqlite3VdbeMutexArrayEnter( Vdbe p ) { } method sqlite3VdbeMemExpandBlob (line 553) | static int sqlite3VdbeMemExpandBlob( Mem x ) { return SQLITE_OK; } FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/Vdbe_h.cs class CSSQLite (line 6) | public partial class CSSQLite class union_p4 (line 57) | public class union_p4 class VdbeOp (line 74) | public class VdbeOp type VdbeOpList (line 121) | public struct VdbeOpList method VdbeOpList (line 127) | public VdbeOpList( u8 opcode, int p1, int p2, int p3 ) method ADDR (line 207) | static int ADDR( int x ) { return -1 - x; } method VdbeComment (line 266) | static void VdbeComment( Vdbe v, string zFormat, params object[] ap ) ... method VdbeNoopComment (line 268) | static void VdbeNoopComment( Vdbe v, string zFormat, params object[] a... method VdbeComment (line 271) | static void VdbeComment( Vdbe v, string zFormat, params object[] ap ) { } method VdbeNoopComment (line 273) | static void VdbeNoopComment( Vdbe v, string zFormat, params object[] a... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/_Custom.cs class CSSQLite (line 21) | public partial class CSSQLite method atoi (line 24) | static int atoi( byte[] inStr ) method atoi (line 27) | static int atoi( string inStr ) method fprintf (line 39) | static void fprintf( TextWriter tw, string zFormat, params object[] ap... method printf (line 40) | static void printf( string zFormat, params object[] ap ) { Console.Out... method memcmp (line 45) | static int memcmp( byte[] bA, byte[] bB, int Limit ) method memcmp (line 57) | static int memcmp( byte[] bA, string B, int Limit ) method memcmp (line 69) | static int memcmp( string A, byte[] bB, int Limit ) method memcmp (line 81) | static int memcmp( byte[] a, int Offset, byte[] b, int Limit ) method memcmp (line 92) | static int memcmp( string a, int Offset, byte[] b, int Limit ) method memcmp (line 103) | static int memcmp( byte[] a, int Offset, string b, int Limit ) method memcmp (line 116) | static int memcmp( string A, string B, int Limit ) method va_start (line 133) | static void va_start( object[] ap, string zFormat ) method va_arg (line 139) | static object va_arg( object[] ap, string sysType ) method va_end (line 244) | static void va_end( object[] ap ) method localtime (line 251) | public static tm localtime( time_t baseTime ) method ToUnixtime (line 268) | public static long ToUnixtime( System.DateTime date ) method ToCSharpTime (line 275) | public static System.DateTime ToCSharpTime( long unixTime ) type tm (line 281) | public struct tm type FILETIME (line 294) | public struct FILETIME method GetbytesPerSector (line 301) | public static int GetbytesPerSector( StringBuilder diskPath ) method GetSystemTimeAsFileTime (line 319) | [DllImport( "kernel32.dll" )] method SWAP (line 322) | static void SWAP( ref T A, ref T B ) { T t = A; A = B; B = t; } method x_CountStep (line 324) | static void x_CountStep( method x_CountFinalize (line 379) | static void x_CountFinalize( sqlite3_context context ) method GetCurrentThreadId (line 406) | static int GetCurrentThreadId() method InterlockedIncrement (line 410) | static long InterlockedIncrement(long location) method EnterCriticalSection (line 416) | static void EnterCriticalSection(Mutex mtx) method InitializeCriticalSection (line 420) | static void InitializeCriticalSection(Mutex mtx) method DeleteCriticalSection (line 424) | static void DeleteCriticalSection(Mutex mtx) method LeaveCriticalSection (line 428) | static void LeaveCriticalSection(Mutex mtx) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/alter_c.cs class CSSQLite (line 7) | public partial class CSSQLite method renameTableFunc (line 54) | static void renameTableFunc( method renameTriggerFunc (line 120) | static void renameTriggerFunc( method sqlite3AlterFunctions (line 201) | static void sqlite3AlterFunctions( sqlite3 db ) method whereTempTriggers (line 217) | static string whereTempTriggers( Parse pParse, Table pTab ) method reloadTableSchema (line 260) | static void reloadTableSchema( Parse pParse, Table pTab, string zName ) method sqlite3AlterRenameTable (line 308) | static void sqlite3AlterRenameTable( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/analyze_c.cs class CSSQLite (line 8) | public partial class CSSQLite method openStatTable (line 48) | static void openStatTable( method analyzeOneTable (line 114) | static void analyzeOneTable( method loadAnalysis (line 269) | static void loadAnalysis( Parse pParse, int iDb ) method analyzeDatabase (line 281) | static void analyzeDatabase( Parse pParse, int iDb ) method analyzeTable (line 306) | static void analyzeTable( Parse pParse, Table pTab ) method sqlite3Analyze (line 334) | static void sqlite3Analyze( Parse pParse, int null_2, int null_3 ) method sqlite3Analyze (line 336) | static void sqlite3Analyze( Parse pParse, Token pName1, Token pName2 ) type analysisInfo (line 411) | public struct analysisInfo method analysisLoader (line 424) | static int analysisLoader( object pData, sqlite3_int64 argc, object Oa... method sqlite3AnalysisLoad (line 463) | static int sqlite3AnalysisLoad( sqlite3 db, int iDb ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/attach_c.cs class CSSQLite (line 9) | public partial class CSSQLite method resolveAttachExpr (line 54) | static int resolveAttachExpr( NameContext pName, Expr pExpr ) method attachFunc (line 87) | static void attachFunc( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/auth_c.cs class CSSQLite (line 3) | public partial class CSSQLite method sqlite3_set_authorizer (line 83) | int sqlite3_set_authorizer( method pArg (line 86) | void *pArg method sqlite3ExpirePreparedStatements (line 91) | sqlite3ExpirePreparedStatements(db); method sqlite3_mutex_leave (line 92) | sqlite3_mutex_leave(db->mutex); method sqliteAuthBadReturnCode (line 100) | static void sqliteAuthBadReturnCode(Parse *pParse){ method sqlite3AuthRead (line 114) | void sqlite3AuthRead( method sqlite3AuthCheck (line 188) | int sqlite3AuthCheck( method sqlite3AuthContextPush (line 224) | void sqlite3AuthContextPush( method sqlite3AuthContextPop (line 239) | void sqlite3AuthContextPop(AuthContext *pContext){ FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/backup_c.cs class CSSQLite (line 12) | public partial class CSSQLite class sqlite3_backup (line 49) | public class sqlite3_backup method findBtree (line 111) | static Btree findBtree( sqlite3 pErrorDb, sqlite3 pDb, string zDb ) method sqlite3_backup_init (line 159) | public static sqlite3_backup sqlite3_backup_init( method isFatalError (line 233) | static bool isFatalError( int rc ) method backupOnePage (line 243) | static int backupOnePage( sqlite3_backup p, Pgno iSrcPg, byte[] zSrcDa... method backupTruncateFile (line 308) | static int backupTruncateFile( sqlite3_file pFile, int iSize ) method attachBackupObject (line 323) | static void attachBackupObject( sqlite3_backup p ) method sqlite3_backup_step (line 336) | public static int sqlite3_backup_step( sqlite3_backup p, int nPage ) method sqlite3_backup_finish (line 561) | public static int sqlite3_backup_finish( sqlite3_backup p ) method sqlite3_backup_remaining (line 617) | static int sqlite3_backup_remaining( sqlite3_backup p ) method sqlite3_backup_pagecount (line 626) | static int sqlite3_backup_pagecount( sqlite3_backup p ) method sqlite3BackupUpdate (line 643) | static void sqlite3BackupUpdate( sqlite3_backup pBackup, Pgno iPage, b... method sqlite3BackupRestart (line 676) | static void sqlite3BackupRestart( sqlite3_backup pBackup ) method sqlite3BtreeCopyFile (line 695) | static int sqlite3BtreeCopyFile( Btree pTo, Btree pFrom ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/bitvec_c.cs class CSSQLite (line 10) | public partial class CSSQLite method BITVEC_HASH (line 100) | static u32 BITVEC_HASH( u32 X ) { return ( ( ( X ) * 1 ) % BITVEC_NINT... class _u (line 126) | public class _u class Bitvec (line 132) | public class Bitvec method sqlite3BitvecCreate (line 155) | static Bitvec sqlite3BitvecCreate( u32 iSize ) method sqlite3BitvecTest (line 172) | static int sqlite3BitvecTest( Bitvec p, u32 i ) method sqlite3BitvecSet (line 215) | static int sqlite3BitvecSet( Bitvec p, u32 i ) method sqlite3BitvecClear (line 301) | static void sqlite3BitvecClear( Bitvec p, u32 i, u32[] pBuf ) method sqlite3BitvecDestroy (line 347) | static void sqlite3BitvecDestroy( ref Bitvec p ) method sqlite3BitvecSize (line 365) | static u32 sqlite3BitvecSize( Bitvec p ) method SETBIT (line 378) | static void SETBIT( byte[] V, int I ) { V[I >> 3] |= (byte)( 1 << ( I ... method CLEARBIT (line 381) | static void CLEARBIT( byte[] V, int I ) { V[I >> 3] &= (byte)~( 1 << (... method TESTBIT (line 384) | static int TESTBIT( byte[] V, int I ) { return ( V[I >> 3] & ( 1 << ( ... method sqlite3BitvecBuiltinTest (line 416) | static int sqlite3BitvecBuiltinTest( u32 sz, int[] aOp ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/btmutex_c.cs class CSSQLite (line 3) | public partial class CSSQLite method lockBtreeMutex (line 40) | static void lockBtreeMutex(Btree *p){ method unlockBtreeMutex (line 54) | static void unlockBtreeMutex(Btree *p){ method sqlite3BtreeEnter (line 80) | void sqlite3BtreeEnter(Btree *p){ method sqlite3BtreeLeave (line 142) | void sqlite3BtreeLeave(Btree *p){ method sqlite3BtreeHoldsMutex (line 159) | int sqlite3BtreeHoldsMutex(Btree *p){ method sqlite3BtreeEnterCursor (line 176) | void sqlite3BtreeEnterCursor(BtCursor *pCur){ method sqlite3BtreeLeaveCursor (line 179) | void sqlite3BtreeLeaveCursor(BtCursor *pCur){ method sqlite3BtreeEnterAll (line 199) | void sqlite3BtreeEnterAll(sqlite3 *db){ method sqlite3BtreeLeaveAll (line 227) | void sqlite3BtreeLeaveAll(sqlite3 *db){ method sqlite3BtreeHoldsAllMutexes (line 250) | int sqlite3BtreeHoldsAllMutexes(sqlite3 *db){ method sqlite3BtreeMutexArrayInsert (line 280) | void sqlite3BtreeMutexArrayInsert(BtreeMutexArray *pArray, Btree *pBtr... method sqlite3BtreeMutexArrayEnter (line 313) | void sqlite3BtreeMutexArrayEnter(BtreeMutexArray *pArray){ method sqlite3BtreeMutexArrayLeave (line 338) | void sqlite3BtreeMutexArrayLeave(BtreeMutexArray *pArray){ method sqlite3BtreeEnter (line 358) | static void sqlite3BtreeEnter( Btree p ) method sqlite3BtreeEnterAll (line 362) | static void sqlite3BtreeEnterAll( sqlite3 db ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/btree_c.cs class CSSQLite (line 15) | public partial class CSSQLite method TRACE (line 55) | static void TRACE(string X, params object[] ap) { if (sqlite3BtreeTrac... method TRACE (line 58) | static void TRACE(string X, params object[] ap) { } method sqlite3_enable_shared_cache (line 87) | int sqlite3_enable_shared_cache(int enable){ method querySharedCacheTableLock (line 106) | static int querySharedCacheTableLock(Btree p, Pgno iTab, u8 eLock) { r... method clearAllSharedCacheTableLocks (line 110) | static void clearAllSharedCacheTableLocks(Btree a) { } method downgradeAllSharedCacheTableLocks (line 112) | static void downgradeAllSharedCacheTableLocks(Btree a) { } method hasSharedCacheTableLock (line 114) | static bool hasSharedCacheTableLock(Btree a, Pgno b, int c, int d) { r... method hasReadConflicts (line 116) | static bool hasReadConflicts(Btree a, Pgno b) { return false; } method hasSharedCacheTableLock (line 142) | static int hasSharedCacheTableLock( method hasReadConflicts (line 208) | static int hasReadConflicts(Btree pBtree, Pgno iRoot){ method querySharedCacheTableLock (line 228) | static int querySharedCacheTableLock(Btree p, Pgno iTab, u8 eLock){ method setSharedCacheTableLock (line 300) | static int setSharedCacheTableLock(Btree p, Pgno iTable, u8 eLock){ method clearAllSharedCacheTableLocks (line 364) | static void clearAllSharedCacheTableLocks(Btree p){ method downgradeAllSharedCacheTableLocks (line 409) | static void downgradeAllSharedCacheTableLocks(Btree p){ method cursorHoldsMutex (line 431) | static bool cursorHoldsMutex(BtCursor p) method cursorHoldsMutex (line 436) | static bool cursorHoldsMutex(BtCursor p) { return true; } method invalidateOverflowCache (line 444) | static void invalidateOverflowCache(BtCursor pCur){ method invalidateAllOverflowCache (line 454) | static void invalidateAllOverflowCache(BtShared pBt){ method invalidateIncrblobCursors (line 475) | static void invalidateIncrblobCursors( method invalidateOverflowCache (line 492) | static void invalidateOverflowCache(BtCursor pCur) { } method invalidateAllOverflowCache (line 494) | static void invalidateAllOverflowCache(BtShared pBt) { } method invalidateIncrblobCursors (line 496) | static void invalidateIncrblobCursors(Btree x, i64 y, int z) { } method btreeSetHasContent (line 535) | static int btreeSetHasContent(BtShared pBt, Pgno pgno) method btreeGetHasContent (line 564) | static bool btreeGetHasContent(BtShared pBt, Pgno pgno) method btreeClearHasContent (line 574) | static void btreeClearHasContent(BtShared pBt) method saveCursorPosition (line 587) | static int saveCursorPosition(BtCursor pCur) method saveAllCursors (line 643) | static int saveAllCursors(BtShared pBt, Pgno iRoot, BtCursor pExcept) method sqlite3BtreeClearCursor (line 666) | static void sqlite3BtreeClearCursor(BtCursor pCur) method btreeMoveto (line 679) | static int btreeMoveto( method btreeRestoreCursorPosition (line 718) | static int btreeRestoreCursorPosition(BtCursor pCur) method restoreCursorPosition (line 742) | static int restoreCursorPosition(BtCursor pCur) method sqlite3BtreeCursorHasMoved (line 758) | static int sqlite3BtreeCursorHasMoved(BtCursor pCur, ref int pHasMoved) method ptrmapPageno (line 785) | static Pgno ptrmapPageno(BtShared pBt, Pgno pgno) method ptrmapPut (line 810) | static void ptrmapPut(BtShared pBt, Pgno key, u8 eType, Pgno parent, r... method ptrmapGet (line 875) | static int ptrmapGet(BtShared pBt, Pgno key, ref u8 pEType, ref Pgno p... method findCell (line 926) | static int findCell(MemPage pPage, int iCell) method findOverflowCell (line 934) | static int findOverflowCell(MemPage pPage, int iCell) method btreeParseCellPtr (line 967) | static void btreeParseCellPtr( method btreeParseCellPtr (line 973) | static void btreeParseCellPtr( method btreeParseCellPtr (line 979) | static void btreeParseCellPtr( method parseCell (line 1068) | static void parseCell( MemPage pPage, int iCell, ref CellInfo pInfo ) method btreeParseCell (line 1073) | static void btreeParseCell( method cellSizePtr (line 1089) | static u16 cellSizePtr(MemPage pPage, int iCell) method cellSizePtr (line 1104) | static u16 cellSizePtr(MemPage pPage, byte[] pCell, int offset) method cellSizePtr (line 1113) | static u16 cellSizePtr(MemPage pPage, u8[] pCell) method cellSize (line 1178) | static u16 cellSize(MemPage pPage, int iCell) method cellSize (line 1183) | static int cellSize(MemPage pPage, int iCell) { return -1; } method ptrmapPutOvflPtr (line 1192) | static void ptrmapPutOvflPtr(MemPage pPage, int pCell, ref int pRC) method ptrmapPutOvflPtr (line 1206) | static void ptrmapPutOvflPtr(MemPage pPage, u8[] pCell, ref int pRC) method defragmentPage (line 1228) | static int defragmentPage(MemPage pPage) method allocateSpace (line 1340) | static int allocateSpace(MemPage pPage, int nByte, ref int pIdx) method freeSpace (line 1446) | static int freeSpace(MemPage pPage, int start, int size) method decodeFlags (line 1561) | static int decodeFlags(MemPage pPage, int flagByte) method btreeInitPage (line 1605) | static int btreeInitPage(MemPage pPage) method zeroPage (line 1753) | static void zeroPage(MemPage pPage, int flags) method btreePageFromDbPage (line 1787) | static MemPage btreePageFromDbPage(DbPage pDbPage, Pgno pgno, BtShared... method btreeGetPage (line 1809) | static int btreeGetPage( method btreePageLookup (line 1831) | static MemPage btreePageLookup(BtShared pBt, Pgno pgno) method pagerPagecount (line 1847) | static Pgno pagerPagecount(BtShared pBt) method getAndInitPage (line 1865) | static int getAndInitPage( method releasePage (line 1904) | static void releasePage(MemPage pPage) method pageReinit (line 1926) | static void pageReinit(DbPage pData) method btreeInvokeBusyHandler (line 1951) | static int btreeInvokeBusyHandler(object pArg) method sqlite3BtreeOpen (line 1974) | static int sqlite3BtreeOpen( method removeFromSharingList (line 2223) | static bool removeFromSharingList(BtShared pBt) method allocateTempSpace (line 2262) | static void allocateTempSpace(BtShared pBt) method freeTempSpace (line 2273) | static void freeTempSpace(BtShared pBt) method sqlite3BtreeClose (line 2282) | static int sqlite3BtreeClose(ref Btree p) method sqlite3BtreeSetCacheSize (line 2357) | static int sqlite3BtreeSetCacheSize(Btree p, int mxPage) method sqlite3BtreeSetSafetyLevel (line 2376) | static int sqlite3BtreeSetSafetyLevel(Btree p, int level, int fullSync) method sqlite3BtreeSyncDisabled (line 2391) | static int sqlite3BtreeSyncDisabled(Btree p) method sqlite3BtreeSetPageSize (line 2424) | static int sqlite3BtreeSetPageSize(Btree p, int pageSize, int nReserve... method sqlite3BtreeGetPageSize (line 2458) | static int sqlite3BtreeGetPageSize(Btree p) method sqlite3BtreeGetReserve (line 2468) | static int sqlite3BtreeGetReserve(Btree p) method sqlite3BtreeMaxPageCount (line 2482) | static int sqlite3BtreeMaxPageCount(Btree p, int mxPage) method sqlite3BtreeSetAutoVacuum (line 2498) | static int sqlite3BtreeSetAutoVacuum(Btree p, int autoVacuum) method sqlite3BtreeGetAutoVacuum (line 2526) | static int sqlite3BtreeGetAutoVacuum(Btree p) method lockBtree (line 2553) | static int lockBtree(BtShared pBt) method unlockBtreeIfUnused (line 2674) | static void unlockBtreeIfUnused(BtShared pBt) method newDatabase (line 2693) | static int newDatabase(BtShared pBt) method sqlite3BtreeBeginTrans (line 2771) | static int sqlite3BtreeBeginTrans(Btree p, int wrflag) method setChildPtrmaps (line 2909) | static int setChildPtrmaps(MemPage pPage) method modifyPagePointer (line 2964) | static int modifyPagePointer(MemPage pPage, Pgno iFrom, Pgno iTo, u8 e... method relocatePage (line 3045) | static int relocatePage( method incrVacuumStep (line 3151) | static int incrVacuumStep(BtShared pBt, Pgno nFin, Pgno iLastPg) method sqlite3BtreeIncrVacuum (line 3283) | static int sqlite3BtreeIncrVacuum(Btree p) method autoVacuumCommit (line 3312) | static int autoVacuumCommit(BtShared pBt) method sqlite3BtreeCommitPhaseOne (line 3421) | static int sqlite3BtreeCommitPhaseOne(Btree p, string zMaster) method btreeEndTransaction (line 3449) | static void btreeEndTransaction(Btree p) method sqlite3BtreeCommitPhaseTwo (line 3508) | static int sqlite3BtreeCommitPhaseTwo(Btree p) method sqlite3BtreeCommit (line 3540) | static int sqlite3BtreeCommit(Btree p) method countWriteCursors (line 3564) | static int countWriteCursors(BtShared pBt) method countWriteCursors (line 3575) | static int countWriteCursors(BtShared pBt) { return -1; } method sqlite3BtreeTripAllCursors (line 3595) | static void sqlite3BtreeTripAllCursors(Btree pBtree, int errCode) method sqlite3BtreeRollback (line 3623) | static int sqlite3BtreeRollback(Btree p) method sqlite3BtreeBeginStmt (line 3690) | static int sqlite3BtreeBeginStmt(Btree p, int iStatement) method sqlite3BtreeSavepoint (line 3729) | static int sqlite3BtreeSavepoint(Btree p, int op, int iSavepoint) method btreeCursor (line 3780) | static int btreeCursor( method sqlite3BtreeCursor (line 3832) | static int sqlite3BtreeCursor( method sqlite3BtreeCursorSize (line 3855) | static int sqlite3BtreeCursorSize() method sqlite3BtreeSetCachedRowid (line 3871) | static void sqlite3BtreeSetCachedRowid(BtCursor pCur, sqlite3_int64 iR... method sqlite3BtreeGetCachedRowid (line 3887) | static sqlite3_int64 sqlite3BtreeGetCachedRowid(BtCursor pCur) method sqlite3BtreeCloseCursor (line 3896) | static int sqlite3BtreeCloseCursor(BtCursor pCur) method assertCellInfo (line 3945) | static void assertCellInfo(BtCursor pCur) method assertCellInfo (line 3955) | static void assertCellInfo(BtCursor pCur) { } method getCellInfo (line 3959) | static void getCellInfo(BtCursor pCur) method sqlite3BtreeCursorIsValid (line 3990) | static bool sqlite3BtreeCursorIsValid(BtCursor pCur) method sqlite3BtreeCursorIsValid (line 3995) | static bool sqlite3BtreeCursorIsValid(BtCursor pCur) { return true; } method sqlite3BtreeKeySize (line 4010) | static int sqlite3BtreeKeySize(BtCursor pCur, ref i64 pSize) method sqlite3BtreeDataSize (line 4038) | static int sqlite3BtreeDataSize(BtCursor pCur, ref u32 pSize) method getOverflowPage (line 4066) | static int getOverflowPage( method copyPayload (line 4144) | static int copyPayload( method accessPayload (line 4220) | static int accessPayload( method sqlite3BtreeKey (line 4388) | static int sqlite3BtreeKey(BtCursor pCur, u32 offset, u32 amt, byte[] ... method sqlite3BtreeData (line 4406) | static int sqlite3BtreeData(BtCursor pCur, u32 offset, u32 amt, byte[]... method fetchPayload (line 4447) | static byte[] fetchPayload( method sqlite3BtreeKeyFetch (line 4513) | static byte[] sqlite3BtreeKeyFetch( BtCursor pCur, ref int pAmt, ref i... method sqlite3BtreeDataFetch (line 4524) | static byte[] sqlite3BtreeDataFetch( BtCursor pCur, ref int pAmt, ref ... method moveToChild (line 4545) | static int moveToChild(BtCursor pCur, u32 newPgno) method assertParentIndex (line 4590) | static void assertParentIndex(MemPage pParent, int iIdx, Pgno iChild) method assertParentIndex (line 4604) | static void assertParentIndex(MemPage pParent, int iIdx, Pgno iChild) { } method moveToParent (line 4615) | static void moveToParent(BtCursor pCur) method moveToRoot (line 4653) | static int moveToRoot(BtCursor pCur) method moveToLeftmost (line 4750) | static int moveToLeftmost(BtCursor pCur) method moveToRightmost (line 4777) | static int moveToRightmost(BtCursor pCur) method sqlite3BtreeFirst (line 4804) | static int sqlite3BtreeFirst(BtCursor pCur, ref int pRes) method sqlite3BtreeLast (line 4833) | static int sqlite3BtreeLast(BtCursor pCur, ref int pRes) method sqlite3BtreeMovetoUnpacked (line 4904) | static int sqlite3BtreeMovetoUnpacked( method sqlite3BtreeEof (line 5126) | static bool sqlite3BtreeEof(BtCursor pCur) method sqlite3BtreeNext (line 5141) | static int sqlite3BtreeNext(BtCursor pCur, ref int pRes) method sqlite3BtreePrevious (line 5222) | static int sqlite3BtreePrevious(BtCursor pCur, ref int pRes) method allocateBtreePage (line 5310) | static int allocateBtreePage( method freePage2 (line 5681) | static int freePage2(BtShared pBt, MemPage pMemPage, Pgno iPage) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/build_c.cs class CSSQLite (line 11) | public partial class CSSQLite method sqlite3BeginParse (line 52) | static void sqlite3BeginParse( Parse pParse, int explainFlag ) class TableLock (line 70) | public class TableLock method sqlite3TableLock (line 87) | static void sqlite3TableLock( method codeTableLocks (line 134) | static void codeTableLocks( Parse pParse ) method codeTableLocks (line 152) | static void codeTableLocks( Parse pParse ) { } method sqlite3FinishCoding (line 165) | static void sqlite3FinishCoding( Parse pParse ) method sqlite3NestedParse (line 269) | static void sqlite3NestedParse( Parse pParse, string zFormat, params o... method sqlite3FindTable (line 308) | static Table sqlite3FindTable( sqlite3 db, string zName, string zDatab... method sqlite3LocateTable (line 335) | static Table sqlite3LocateTable( method sqlite3FindIndex (line 380) | static Index sqlite3FindIndex( sqlite3 db, string zName, string zDb ) method freeIndex (line 400) | static void freeIndex( ref Index p ) method sqlite3DeleteIndex (line 416) | static void sqlite3DeleteIndex( Index p ) method sqlite3UnlinkAndDeleteIndex (line 433) | static void sqlite3UnlinkAndDeleteIndex( sqlite3 db, int iDb, string z... method sqlite3ResetInternalSchema (line 475) | static void sqlite3ResetInternalSchema( sqlite3 db, int iDb ) method sqlite3CommitInternalChanges (line 532) | static void sqlite3CommitInternalChanges( sqlite3 db ) method sqliteResetColumnNames (line 540) | static void sqliteResetColumnNames( Table pTable ) method sqlite3DeleteTable (line 572) | static void sqlite3DeleteTable( ref Table pTable ) method sqlite3UnlinkAndDeleteTable (line 625) | static void sqlite3UnlinkAndDeleteTable( sqlite3 db, int iDb, string z... method sqlite3NameFromToken (line 653) | static string sqlite3NameFromToken( sqlite3 db, Token pName ) method sqlite3OpenMasterTable (line 672) | static void sqlite3OpenMasterTable( Parse p, int iDb ) method sqlite3FindDbName (line 690) | static int sqlite3FindDbName( sqlite3 db, string zName ) method sqlite3FindDb (line 716) | static int sqlite3FindDb( sqlite3 db, Token pName ) method sqlite3TwoPartName (line 742) | static int sqlite3TwoPartName( method sqlite3CheckObjectName (line 785) | static int sqlite3CheckObjectName( Parse pParse, string zName ) method sqlite3StartTable (line 813) | static void sqlite3StartTable( method sqlite3AddColumn (line 1040) | static void sqlite3AddColumn( Parse pParse, Token pName ) method sqlite3AddNotNull (line 1094) | static void sqlite3AddNotNull( Parse pParse, int onError ) method sqlite3AffinityType (line 1127) | static char sqlite3AffinityType( string zIn ) method sqlite3AddColumnType (line 1180) | static void sqlite3AddColumnType( Parse pParse, Token pType ) method sqlite3AddDefaultValue (line 1204) | static void sqlite3AddDefaultValue( Parse pParse, ExprSpan pSpan ) method sqlite3AddPrimaryKey (line 1254) | static void sqlite3AddPrimaryKey( Parse pParse, int null_2, int onErro... method sqlite3AddPrimaryKey (line 1256) | static void sqlite3AddPrimaryKey( method sqlite3AddCheckConstraint (line 1331) | static void sqlite3AddCheckConstraint( method sqlite3AddCollateType (line 1353) | static void sqlite3AddCollateType( Parse pParse, Token pToken ) method sqlite3LocateCollSeq (line 1410) | static CollSeq sqlite3LocateCollSeq( Parse pParse, string zName ) method sqlite3ChangeCookie (line 1447) | static void sqlite3ChangeCookie( Parse pParse, int iDb ) method identLength (line 1465) | static int identLength( string z ) method identPut (line 1489) | static void identPut( StringBuilder z, ref int pIdx, string zSignedIde... method createTableStmt (line 1520) | static string createTableStmt( sqlite3 db, Table p ) method sqlite3EndTable (line 1615) | static void sqlite3EndTable( Parse pParse, Token pCons, Token pEnd, in... method sqlite3EndTable (line 1617) | static void sqlite3EndTable( Parse pParse, int null_2, int null_3, Sel... method sqlite3EndTable (line 1620) | static void sqlite3EndTable( method sqlite3CreateView (line 1848) | static void sqlite3CreateView( method sqlite3ViewGetColumnNames (line 1935) | static int sqlite3ViewGetColumnNames( Parse pParse, Table pTable ) method sqliteViewResetAll (line 2038) | static void sqliteViewResetAll( sqlite3 db, int idx ) method sqlite3RootPageMoved (line 2075) | static void sqlite3RootPageMoved( Db pDb, int iFrom, int iTo ) method destroyRootPage (line 2107) | static void destroyRootPage( Parse pParse, int iTable, int iDb ) method destroyTable (line 2135) | static void destroyTable( Parse pParse, Table pTab ) method sqlite3DropTable (line 2201) | static void sqlite3DropTable( Parse pParse, SrcList pName, int isView,... method sqlite3CreateForeignKey (line 2390) | static void sqlite3CreateForeignKey( Parse pParse, int null_2, Token p... method sqlite3CreateForeignKey (line 2392) | static void sqlite3CreateForeignKey( method sqlite3DeferForeignKey (line 2519) | static void sqlite3DeferForeignKey( Parse pParse, int isDeferred ) method sqlite3RefillIndex (line 2541) | static void sqlite3RefillIndex( Parse pParse, Index pIndex, int memRoo... method sqlite3CreateIndex (line 2627) | static void sqlite3CreateIndex( Parse pParse, int null_2, int null_3, ... method sqlite3CreateIndex (line 2629) | static void sqlite3CreateIndex( Parse pParse, int null_2, int null_3, ... method sqlite3CreateIndex (line 2631) | static void sqlite3CreateIndex( method sqlite3DefaultRowEst (line 3171) | static void sqlite3DefaultRowEst( Index pIdx ) method sqlite3DropIndex (line 3196) | static void sqlite3DropIndex( Parse pParse, SrcList pName, int ifExists ) method sqlite3ArrayAllocate (line 3287) | static T[] sqlite3ArrayAllocate( method sqlite3IdListAppend (line 3328) | static IdList sqlite3IdListAppend( sqlite3 db, int null_2, Token pToken ) method sqlite3IdListAppend (line 3330) | static IdList sqlite3IdListAppend( sqlite3 db, IdList pList, Token pTo... method sqlite3IdListDelete (line 3360) | static void sqlite3IdListDelete( sqlite3 db, ref IdList pList ) method sqlite3IdListIndex (line 3376) | static int sqlite3IdListIndex( IdList pList, string zName ) method sqlite3SrcListEnlarge (line 3406) | static SrcList sqlite3SrcListEnlarge( method sqlite3SrcListAppend (line 3490) | static SrcList sqlite3SrcListAppend( sqlite3 db, int null_2, Token pTa... method sqlite3SrcListAppend (line 3494) | static SrcList sqlite3SrcListAppend( sqlite3 db, int null_2, Token pTa... method sqlite3SrcListAppend (line 3498) | static SrcList sqlite3SrcListAppend( method sqlite3SrcListAssignCursors (line 3539) | static void sqlite3SrcListAssignCursors( Parse pParse, SrcList pList ) method sqlite3SrcListDelete (line 3562) | static void sqlite3SrcListDelete( sqlite3 db, ref SrcList pList ) method sqlite3SrcListAppendFromTerm (line 3599) | static SrcList sqlite3SrcListAppendFromTerm( Parse pParse, SrcList p, ... method sqlite3SrcListAppendFromTerm (line 3603) | static SrcList sqlite3SrcListAppendFromTerm( Parse pParse, SrcList p, ... method sqlite3SrcListAppendFromTerm (line 3607) | static SrcList sqlite3SrcListAppendFromTerm( method sqlite3SrcListIndexedBy (line 3654) | static void sqlite3SrcListIndexedBy( Parse pParse, SrcList p, Token pI... method sqlite3SrcListShiftJoinType (line 3689) | static void sqlite3SrcListShiftJoinType( SrcList p ) method sqlite3BeginTransaction (line 3705) | static void sqlite3BeginTransaction( Parse pParse, int type ) method sqlite3CommitTransaction (line 3735) | static void sqlite3CommitTransaction( Parse pParse ) method sqlite3RollbackTransaction (line 3758) | static void sqlite3RollbackTransaction( Parse pParse ) method sqlite3Savepoint (line 3782) | static void sqlite3Savepoint( Parse pParse, int op, Token pName ) method sqlite3OpenTempDatabase (line 3809) | static int sqlite3OpenTempDatabase( Parse pParse ) method sqlite3CodeVerifySchema (line 3861) | static void sqlite3CodeVerifySchema( Parse pParse, int iDb ) method sqlite3BeginWriteOperation (line 3905) | static void sqlite3BeginWriteOperation( Parse pParse, int setStatement... method collationMatch (line 3923) | static bool collationMatch( string zColl, Index pIndex ) method reindexTable (line 3945) | static void reindexTable( Parse pParse, Table pTab, string zColl ) method reindexDatabases (line 3967) | static void reindexDatabases( Parse pParse, string zColl ) method sqlite3Reindex (line 4003) | static void sqlite3Reindex( Parse pParse, int null_2, int null_3 ) method sqlite3Reindex (line 4005) | static void sqlite3Reindex( Parse pParse, Token pName1, Token pName2 ) method sqlite3IndexKeyinfo (line 4077) | static KeyInfo sqlite3IndexKeyinfo( Parse pParse, Index pIdx ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/callback_c.cs class CSSQLite (line 8) | public partial class CSSQLite method callCollNeeded (line 42) | static void callCollNeeded( sqlite3 db, string zName ) method synthCollSeq (line 73) | static int synthCollSeq( sqlite3 db, CollSeq pColl ) method sqlite3GetCollSeq (line 107) | static CollSeq sqlite3GetCollSeq( method sqlite3CheckCollSeq (line 147) | static int sqlite3CheckCollSeq( Parse pParse, CollSeq pColl ) method findCollSeqEntry (line 189) | static CollSeq[] findCollSeqEntry( method sqlite3FindCollSeq (line 249) | static CollSeq sqlite3FindCollSeq( method matchQuality (line 297) | static int matchQuality( FuncDef p, int nArg, int enc ) method functionSearch (line 326) | static FuncDef functionSearch( method sqlite3FuncDefInsert (line 347) | static void sqlite3FuncDefInsert( method sqlite3FindFunction (line 392) | static FuncDef sqlite3FindFunction( method sqlite3SchemaFree (line 484) | static void sqlite3SchemaFree( Schema p ) method sqlite3SchemaGet (line 517) | static Schema sqlite3SchemaGet( sqlite3 db, Btree pBt ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/complete_c.cs class CSSQLite (line 6) | public partial class CSSQLite method IdChar (line 45) | static bool IdChar( u8 C ) { u8 c; return ( ( c = C ) & 0x80 ) != 0 ||... method sqlite3_complete (line 117) | public static int sqlite3_complete( string zSql ) method sqlite3_complete16 (line 309) | int sqlite3_complete16(const void *zSql){ FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/date_c.cs class DateTime (line 96) | public class DateTime method CopyTo (line 108) | public void CopyTo( DateTime ct ) method getDigits (line 139) | static int getDigits( string zDate, int N0, int min0, int max0, char nex... method getDigits (line 144) | static int getDigits( string zDate, int N0, int min0, int max0, char nex... method getDigits (line 153) | static int getDigits( string zDate, int N, int min, int max, char nextC,... method parseTimezone (line 218) | static int parseTimezone( string zDate, DateTime p ) method parseHhMmSs (line 263) | static int parseHhMmSs( string zDate, DateTime p ) method computeJD (line 314) | static void computeJD( DateTime p ) method parseYyyyMmDd (line 367) | static int parseYyyyMmDd( string zDate, DateTime p ) method setDateTimeToCurrent (line 414) | static void setDateTimeToCurrent( sqlite3_context context, DateTime p ) method parseDateOrTime (line 439) | static int parseDateOrTime( method computeYMD (line 473) | static void computeYMD( DateTime p ) method computeHMS (line 503) | static void computeHMS( DateTime p ) method computeYMD_HMS (line 522) | static void computeYMD_HMS( DateTime p ) method clearYMD_HMS_TZ (line 531) | static void clearYMD_HMS_TZ( DateTime p ) method localtimeOffset (line 544) | static int localtimeOffset( DateTime p ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/delete_c.cs class CSSQLite (line 6) | public partial class CSSQLite method sqlite3SrcListLookup (line 38) | static Table sqlite3SrcListLookup( Parse pParse, SrcList pSrc ) method sqlite3IsReadOnly (line 62) | static bool sqlite3IsReadOnly( Parse pParse, Table pTab, int viewOk ) method sqlite3MaterializeView (line 103) | static void sqlite3MaterializeView( method sqlite3LimitWhere (line 150) | Expr sqlite3LimitWhere( method sqlite3DeleteFrom (line 243) | static void sqlite3DeleteFrom( method sqlite3GenerateRowDelete (line 606) | static void sqlite3GenerateRowDelete( method sqlite3GenerateRowIndexDelete (line 644) | static void sqlite3GenerateRowIndexDelete( method sqlite3GenerateRowIndexDelete (line 654) | static void sqlite3GenerateRowIndexDelete( method sqlite3GenerateIndexKey (line 684) | static int sqlite3GenerateIndexKey( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/expr_c.cs class CSSQLite (line 13) | public partial class CSSQLite method sqlite3ExprAffinity (line 56) | static char sqlite3ExprAffinity( Expr pExpr ) method sqlite3ExprSetColl (line 92) | static Expr sqlite3ExprSetColl( Parse pParse, Expr pExpr, Token pCollN... method sqlite3ExprCollSeq (line 115) | static CollSeq sqlite3ExprCollSeq( Parse pParse, Expr pExpr ) method sqlite3CompareAffinity (line 158) | static char sqlite3CompareAffinity( Expr pExpr, char aff2 ) method comparisonAffinity (line 195) | static char comparisonAffinity( Expr pExpr ) method sqlite3IndexAffinityOk (line 224) | static bool sqlite3IndexAffinityOk( Expr pExpr, char idx_affinity ) method binaryCompareP5 (line 242) | static u8 binaryCompareP5( Expr pExpr1, Expr pExpr2, int jumpIfNull ) method sqlite3BinaryCompareCollSeq (line 261) | static CollSeq sqlite3BinaryCompareCollSeq( method codeCompareOperands (line 297) | static void codeCompareOperands( method codeCompare (line 319) | static int codeCompare( method sqlite3ExprCheckHeight (line 352) | static int sqlite3ExprCheckHeight( Parse pParse, int nHeight ) method heightOfExpr (line 375) | static void heightOfExpr( Expr p, ref int pnHeight ) method heightOfExprList (line 385) | static void heightOfExprList( ExprList p, ref int pnHeight ) method heightOfSelect (line 396) | static void heightOfSelect( Select p, ref int pnHeight ) method exprSetHeight (line 418) | static void exprSetHeight( Expr p ) method sqlite3ExprSetHeight (line 439) | static void sqlite3ExprSetHeight( Parse pParse, Expr p ) method sqlite3SelectExprHeight (line 449) | static int sqlite3SelectExprHeight( Select p ) method sqlite3ExprAlloc (line 479) | static Expr sqlite3ExprAlloc( method sqlite3Expr (line 539) | static Expr sqlite3Expr( method sqlite3ExprAttachSubtrees (line 557) | static void sqlite3ExprAttachSubtrees( method sqlite3PExpr (line 602) | static Expr sqlite3PExpr( Parse pParse, int op, int null_3, int null_4... method sqlite3PExpr (line 606) | static Expr sqlite3PExpr( Parse pParse, int op, int null_3, int null_4... method sqlite3PExpr (line 610) | static Expr sqlite3PExpr( Parse pParse, int op, Expr pLeft, int null_4... method sqlite3PExpr (line 614) | static Expr sqlite3PExpr( Parse pParse, int op, Expr pLeft, int null_4... method sqlite3PExpr (line 618) | static Expr sqlite3PExpr( Parse pParse, int op, Expr pLeft, Expr pRigh... method sqlite3PExpr (line 622) | static Expr sqlite3PExpr( method sqlite3RegisterExpr (line 646) | static Expr sqlite3RegisterExpr( Parse pParse, Token pToken ) method sqlite3ExprAnd (line 669) | static Expr sqlite3ExprAnd( sqlite3 db, Expr pLeft, Expr pRight ) method sqlite3ExprFunction (line 692) | static Expr sqlite3ExprFunction( Parse pParse, int null_2, Token pToken ) method sqlite3ExprFunction (line 696) | static Expr sqlite3ExprFunction( Parse pParse, ExprList pList, int nul... method sqlite3ExprFunction (line 700) | static Expr sqlite3ExprFunction( Parse pParse, ExprList pList, Token p... method sqlite3ExprAssignVarNumber (line 734) | static void sqlite3ExprAssignVarNumber( Parse pParse, Expr pExpr ) method sqlite3ExprClear (line 819) | static void sqlite3ExprClear( sqlite3 db, Expr p ) method sqlite3ExprDelete (line 848) | static void sqlite3ExprDelete( sqlite3 db, ref Expr p ) method exprStructSize (line 863) | static int exprStructSize( Expr p ) method dupedExprStructSize (line 904) | static int dupedExprStructSize( Expr p, int flags ) method dupedExprNodeSize (line 935) | static int dupedExprNodeSize( Expr p, int flags ) method dupedExprSize (line 958) | static int dupedExprSize( Expr p, int flags ) method exprDup (line 980) | static Expr exprDup( sqlite3 db, Expr p, int flags, ref Expr pzBuffer ) method sqlite3ExprDup (line 1103) | static Expr sqlite3ExprDup( sqlite3 db, Expr p, int flags ) method sqlite3ExprListDup (line 1109) | static ExprList sqlite3ExprListDup( sqlite3 db, ExprList p, int flags ) method sqlite3SrcListDup (line 1149) | static SrcList sqlite3SrcListDup( sqlite3 db, SrcList p, int flags ) method sqlite3IdListDup (line 1188) | static IdList sqlite3IdListDup( sqlite3 db, IdList p ) method sqlite3SelectDup (line 1213) | static Select sqlite3SelectDup( sqlite3 db, Select p, int flags ) method sqlite3SelectDup (line 1239) | Select sqlite3SelectDup(sqlite3 db, Select p, int flags){ method sqlite3ExprListAppend (line 1255) | static ExprList sqlite3ExprListAppend( Parse pParse, int null_2, Expr ... method sqlite3ExprListAppend (line 1259) | static ExprList sqlite3ExprListAppend( method sqlite3ExprListSetName (line 1311) | static void sqlite3ExprListSetName( method sqlite3ExprListSetSpan (line 1338) | static void sqlite3ExprListSetSpan( method sqlite3ExprListCheckLength (line 1361) | static void sqlite3ExprListCheckLength( method sqlite3ExprListDelete (line 1380) | static void sqlite3ExprListDelete( sqlite3 db, ref ExprList pList ) method exprNodeIsConstant (line 1413) | static int exprNodeIsConstant( Walker pWalker, ref Expr pExpr ) method selectNodeIsConstant (line 1449) | static int selectNodeIsConstant( Walker pWalker, Select NotUsed ) method exprIsConst (line 1455) | static int exprIsConst( Expr p, int initFlag ) method sqlite3ExprIsConstant (line 1473) | static int sqlite3ExprIsConstant( Expr p ) method sqlite3ExprIsConstantNotJoin (line 1484) | static int sqlite3ExprIsConstantNotJoin( Expr p ) method sqlite3ExprIsConstantOrFunction (line 1498) | static int sqlite3ExprIsConstantOrFunction( Expr p ) method sqlite3ExprIsInteger (line 1509) | static int sqlite3ExprIsInteger( Expr p, ref int pValue ) method sqlite3IsRowid (line 1556) | static bool sqlite3IsRowid( string z ) method isCandidateForInOpt (line 1578) | static int isCandidateForInOpt( Select p ) method sqlite3FindInIndex (line 1666) | static int sqlite3FindInIndex( Parse pParse, Expr pX, ref int prNotFou... method sqlite3CodeSubselect (line 1819) | static void sqlite3CodeSubselect( method codeReal (line 2050) | static void codeReal( Vdbe v, string z, bool negateFlag, int iMem ) method codeInteger (line 2078) | static void codeInteger( Vdbe v, Expr pExpr, bool negFlag, int iMem ) method cacheEntryClear (line 2110) | static void cacheEntryClear( Parse pParse, yColCache p ) method sqlite3ExprCacheStore (line 2127) | static void sqlite3ExprCacheStore( Parse pParse, int iTab, int iCol, i... method sqlite3ExprCacheRemove (line 2199) | static void sqlite3ExprCacheRemove( Parse pParse, int iReg ) method sqlite3ExprCachePush (line 2219) | static void sqlite3ExprCachePush( Parse pParse ) method sqlite3ExprCachePop (line 2229) | static void sqlite3ExprCachePop( Parse pParse, int N ) method sqlite3ExprCachePinRegister (line 2253) | static void sqlite3ExprCachePinRegister( Parse pParse, int iReg ) method sqlite3ExprCodeGetColumn (line 2282) | static int sqlite3ExprCodeGetColumn( method sqlite3ExprCacheClear (line 2324) | static void sqlite3ExprCacheClear( Parse pParse ) method sqlite3ExprCacheAffinityChange (line 2344) | static void sqlite3ExprCacheAffinityChange( Parse pParse, int iStart, ... method sqlite3ExprCodeMove (line 2364) | static void sqlite3ExprCodeMove( Parse pParse, int iFrom, int iTo, int... method sqlite3ExprCodeCopy (line 2385) | static void sqlite3ExprCodeCopy( Parse pParse, int iFrom, int iTo, int... method usedAsColumnCache (line 2399) | static int usedAsColumnCache( Parse pParse, int iFrom, int iTo ) method sqlite3ExprHardCopy (line 2418) | static void sqlite3ExprHardCopy( Parse pParse, int iReg, int nReg ) method codeAlias (line 2451) | static int codeAlias( Parse pParse, int iAlias, Expr pExpr, int target ) method sqlite3ExprCodeTarget (line 2499) | static int sqlite3ExprCodeTarget( Parse pParse, Expr pExpr, int target ) method sqlite3ExprCodeTemp (line 3183) | static int sqlite3ExprCodeTemp( Parse pParse, Expr pExpr, ref int pReg ) method sqlite3ExprCode (line 3204) | static int sqlite3ExprCode( Parse pParse, Expr pExpr, int target ) method sqlite3ExprCodeAndCache (line 3230) | static int sqlite3ExprCodeAndCache( Parse pParse, Expr pExpr, int targ... method isAppropriateForFactoring (line 3270) | static int isAppropriateForFactoring( Expr p ) method evalConstExpr (line 3326) | static int evalConstExpr( Walker pWalker, ref Expr pExpr ) method sqlite3ExprCodeConstants (line 3376) | static void sqlite3ExprCodeConstants( Parse pParse, Expr pExpr ) method sqlite3ExprCodeExprList (line 3391) | static int sqlite3ExprCodeExprList( method sqlite3ExprIfTrue (line 3441) | static void sqlite3ExprIfTrue( Parse pParse, Expr pExpr, int dest, int... method sqlite3ExprIfFalse (line 3575) | static void sqlite3ExprIfFalse( Parse pParse, Expr pExpr, int dest, in... method sqlite3ExprCompare (line 3736) | static bool sqlite3ExprCompare( Expr pA, Expr pB ) method addAggInfoColumn (line 3791) | static int addAggInfoColumn( sqlite3 db, AggInfo pInfo ) method addAggInfoFunc (line 3810) | static int addAggInfoFunc( sqlite3 db, AggInfo pInfo ) method analyzeAggregate (line 3830) | static int analyzeAggregate( Walker pWalker, ref Expr pExpr ) method analyzeAggregatesInSelect (line 3981) | static int analyzeAggregatesInSelect( Walker pWalker, Select pSelect ) method sqlite3ExprAnalyzeAggregates (line 4006) | static void sqlite3ExprAnalyzeAggregates( NameContext pNC, ref Expr p... method sqlite3ExprAnalyzeAggList (line 4022) | static void sqlite3ExprAnalyzeAggList( NameContext pNC, ExprList pList ) method sqlite3GetTempReg (line 4039) | static int sqlite3GetTempReg( Parse pParse ) method sqlite3ReleaseTempReg (line 4056) | static void sqlite3ReleaseTempReg( Parse pParse, int iReg ) method sqlite3GetTempRange (line 4078) | static int sqlite3GetTempRange( Parse pParse, int nReg ) method sqlite3ReleaseTempRange (line 4095) | static void sqlite3ReleaseTempRange( Parse pParse, int iReg, int nReg ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/fault_c.cs class CSSQLite (line 3) | public partial class CSSQLite type BenignMallocHooks (line 49) | public struct BenignMallocHooks// method BenignMallocHooks (line 53) | public BenignMallocHooks( void_function xBenignBegin, void_function ... method wsdHooksInit (line 73) | static void wsdHooksInit() { } method sqlite3BenignMallocHooks (line 84) | static void sqlite3BenignMallocHooks( method sqlite3BeginBenignMalloc (line 99) | static void sqlite3BeginBenignMalloc() method sqlite3EndBenignMalloc (line 107) | static void sqlite3EndBenignMalloc() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/func_c.cs class CSSQLite (line 13) | public partial class CSSQLite method sqlite3GetFuncCollSeq (line 51) | static CollSeq sqlite3GetFuncCollSeq( sqlite3_context context ) method minmaxFunc (line 59) | static void minmaxFunc( method typeofFunc (line 92) | static void typeofFunc( method lengthFunc (line 115) | static void lengthFunc( method absFunc (line 159) | static void absFunc( method substrFunc (line 209) | static void substrFunc( method roundFunc (line 326) | static void roundFunc( method upperFunc (line 392) | static void upperFunc( method lowerFunc (line 421) | static void lowerFunc( method ifnullFunc (line 456) | static void ifnullFunc( method randomFunc (line 476) | static void randomFunc( method randomBlob (line 504) | static void randomBlob( method last_insert_rowid (line 536) | static void last_insert_rowid( method changes (line 551) | static void changes( method total_changes (line 566) | static void total_changes( type compareInfo (line 580) | struct compareInfo method compareInfo (line 586) | public compareInfo( char matchAll, char matchOne, char matchSet, boo... method patternCompare (line 644) | static bool patternCompare( method likeFunc (line 813) | static void likeFunc( method nullifFunc (line 870) | static void nullifFunc( method versionFunc (line 888) | static void versionFunc( method quoteFunc (line 916) | static void quoteFunc( method hexFunc (line 999) | static void hexFunc( method zeroblobFunc (line 1030) | static void zeroblobFunc( method replaceFunc (line 1059) | static void replaceFunc( method trimFunc (line 1149) | static void trimFunc( method soundexFunc (line 1265) | static void soundexFunc( method loadExt (line 1318) | static void loadExt( class SumCtx (line 1350) | public class SumCtx method sumStep (line 1381) | static void sumStep( method sumFinalize (line 1421) | static void sumFinalize( sqlite3_context context ) method avgFinalize (line 1443) | static void avgFinalize( sqlite3_context context ) method totalFinalize (line 1454) | static void totalFinalize( sqlite3_context context ) class CountCtx (line 1468) | public class CountCtx method countStep (line 1497) | static void countStep( method countFinalize (line 1519) | static void countFinalize( sqlite3_context context ) method minmaxStep (line 1529) | static void minmaxStep( method minMaxFinalize (line 1569) | static void minMaxFinalize( sqlite3_context context ) method groupConcatStep (line 1586) | static void groupConcatStep( method groupConcatFinalize (line 1628) | static void groupConcatFinalize( sqlite3_context context ) type sFuncs (line 1660) | public struct sFuncs method sFuncs (line 1670) | public sFuncs( string zName, sbyte nArg, u8 argType, u8 eTextRep, u8... type sAggs (line 1681) | public struct sAggs method sAggs (line 1690) | public sAggs( string zName, sbyte nArg, u8 argType, u8 needCollSeq, ... method sqlite3RegisterBuiltinFunctions (line 1700) | static void sqlite3RegisterBuiltinFunctions( sqlite3 db ) method setLikeOptFlag (line 1719) | static void setLikeOptFlag( sqlite3 db, string zName, int flagVal ) method sqlite3RegisterLikeFunctions (line 1735) | static void sqlite3RegisterLikeFunctions( sqlite3 db, int caseSensitive ) method sqlite3IsLikeFunction (line 1762) | static bool sqlite3IsLikeFunction( sqlite3 db, Expr pExpr, ref bool pI... method sqlite3RegisterGlobalFunctions (line 1802) | static void sqlite3RegisterGlobalFunctions() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/global_c.cs class CSSQLite (line 3) | public partial class CSSQLite FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/hash_c.cs class CSSQLite (line 6) | public partial class CSSQLite method sqlite3HashInit (line 39) | static void sqlite3HashInit( Hash pNew ) method sqlite3HashClear (line 52) | static void sqlite3HashClear( Hash pH ) method strHash (line 74) | static u32 strHash( string z, int nKey ) method insertElement (line 90) | static void insertElement( method rehash (line 130) | static bool rehash( ref Hash pH, u32 new_size ) method findElementGivenHash (line 173) | static HashElem findElementGivenHash( method removeElementGivenHash (line 208) | static void removeElementGivenHash( method sqlite3HashFind (line 251) | static object sqlite3HashFind( Hash pH, string pKey, int nKey ) method sqlite3HashInsert (line 285) | static object sqlite3HashInsert( ref Hash pH, string pKey, int nKey, o... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/hwtime_c.cs class CSSQLite (line 5) | public partial class CSSQLite method __volatile__ (line 46) | __asm__ __volatile__ ("rdtsc" : "=a" (lo), "=d" (hi)); method return (line 47) | return (sqlite_u3264)hi << 32 | lo; method __volatile__ (line 65) | __asm__ __volatile__ ("rdtsc" : "=A" (val)); method __volatile__ (line 74) | __asm__ __volatile__ ("\n\ method sqlite3Hwtime (line 95) | static sqlite_u3264 sqlite3Hwtime() { return (sqlite_u3264)System.Date... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/insert_c.cs class CSSQLite (line 8) | public partial class CSSQLite method sqlite3OpenTable (line 38) | static void sqlite3OpenTable( method sqlite3IndexAffinityStr (line 72) | static void sqlite3IndexAffinityStr( Vdbe v, Index pIdx ) method sqlite3TableAffinityStr (line 118) | static void sqlite3TableAffinityStr( Vdbe v, Table pTab ) method readsTable (line 159) | static bool readsTable(Parse p, int iStartAddr, int iDb, Table pTab ) method autoIncBegin (line 220) | static int autoIncBegin( method sqlite3AutoincrementBegin (line 254) | static void sqlite3AutoincrementBegin( Parse pParse ) method autoIncStep (line 292) | static void autoIncStep( Parse pParse, int memId, int regRowid ) method sqlite3AutoincrementEnd (line 307) | static void sqlite3AutoincrementEnd( Parse pParse ) method sqlite3Insert (line 464) | static void sqlite3Insert( Parse pParse, SrcList pTabList, int null_3,... method sqlite3Insert (line 466) | static void sqlite3Insert( Parse pParse, SrcList pTabList, int null_3,... method sqlite3Insert (line 468) | static void sqlite3Insert( Parse pParse, SrcList pTabList, ExprList pL... method sqlite3Insert (line 470) | static void sqlite3Insert( method sqlite3GenerateConstraintChecks (line 1305) | static void sqlite3GenerateConstraintChecks( method sqlite3CompleteInsertion (line 1597) | static void sqlite3CompleteInsertion( method sqlite3OpenTableAndIndices (line 1673) | static int sqlite3OpenTableAndIndices( method xferCompatibleCollation (line 1723) | static bool xferCompatibleCollation( string z1, string z2 ) method xferCompatibleIndex (line 1747) | static bool xferCompatibleIndex( Index pDest, Index pSrc ) method xferOptimization (line 1811) | static int xferOptimization( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/journal_c.cs class CSSQLite (line 3) | public partial class CSSQLite type JournalFile (line 52) | struct JournalFile { method createFile (line 68) | static int createFile(JournalFile p){ method jrnlClose (line 87) | static int jrnlClose(sqlite3_file pJfd){ method jrnlRead (line 99) | static int jrnlRead( method jrnlWrite (line 120) | static int jrnlWrite( method jrnlTruncate (line 147) | static int jrnlTruncate(sqlite3_file pJfd, sqlite_int64 size){ method jrnlSync (line 161) | static int jrnlSync(sqlite3_file pJfd, int flags){ method jrnlFileSize (line 175) | static int jrnlFileSize(sqlite3_file pJfd, sqlite_int64 pSize){ type sqlite3_io_methods (line 189) | static struct sqlite3_io_methods JournalFileMethods = { method sqlite3JournalOpen (line 208) | int sqlite3JournalOpen( method sqlite3JournalCreate (line 237) | int sqlite3JournalCreate(sqlite3_file p){ method sqlite3JournalSize (line 248) | int sqlite3JournalSize(sqlite3_vfs pVfs){ FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/keywordhash_h.cs class CSSQLite (line 3) | public partial class CSSQLite method keywordCode (line 26) | static int keywordCode( string z, int iOffset, int n ) method sqlite3KeywordCode (line 279) | static int sqlite3KeywordCode( string z, int n ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/legacy_c.cs class CSSQLite (line 8) | public partial class CSSQLite method sqlite3_exec (line 51) | public static int sqlite3_exec( method sqlite3_exec (line 61) | public static int sqlite3_exec( method sqlite3_exec (line 72) | public static int sqlite3_exec( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/loadext_c.cs class CSSQLite (line 7) | public partial class CSSQLite method sqlite3_errmsg16 (line 72) | static string sqlite3_errmsg16( sqlite3 db ) { return ""; } method sqlite3_result_text16 (line 78) | static void sqlite3_result_text16( sqlite3_context pCtx, string z, int... method sqlite3_progress_handler (line 96) | static void sqlite3_progress_handler (sqlite3 db, int nOps, dxPr... method sqlite3_get_table (line 117) | public static int sqlite3_get_table( method sqlite3LoadExtension (line 374) | static int sqlite3LoadExtension( method sqlite3_load_extension (line 464) | public static int sqlite3_load_extension( method sqlite3CloseExtensions (line 483) | static void sqlite3CloseExtensions( sqlite3 db ) method sqlite3_enable_load_extension (line 498) | public static int sqlite3_enable_load_extension( sqlite3 db, int onoff ) class sqlite3AutoExtList (line 534) | public class sqlite3AutoExtList method sqlite3AutoExtList (line 538) | public sqlite3AutoExtList( int nExt, dxInit[] aExt ) { this.nExt = n... method wsdAutoextInit (line 553) | static void wsdAutoextInit() { } method sqlite3_auto_extension (line 562) | static int sqlite3_auto_extension( dxInit xInit ) method sqlite3_reset_auto_extension (line 606) | static void sqlite3_reset_auto_extension() method sqlite3AutoLoadExtensions (line 637) | static void sqlite3AutoLoadExtensions( sqlite3 db ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/main_c.cs class CSSQLite (line 12) | public partial class CSSQLite method sqlite3_libversion (line 56) | public static string sqlite3_libversion() { return sqlite3_version; } method sqlite3_libversion_number (line 57) | public static int sqlite3_libversion_number() { return SQLITE_VERSION_... method sqlite3_threadsafe (line 58) | public static int sqlite3_threadsafe() { return SQLITE_THREADSAFE; } method sqlite3IoTrace (line 68) | static void sqlite3IoTrace( string X, params object[] ap ) { } method sqlite3_initialize (line 111) | static int sqlite3_initialize() method sqlite3_shutdown (line 263) | static int sqlite3_shutdown() method sqlite3_config (line 288) | static int sqlite3_config( int op, sqlite3_pcache_methods ap ) method sqlite3_config (line 303) | static int sqlite3_config( int op, ref sqlite3_pcache_methods ap ) method sqlite3_config (line 321) | static int sqlite3_config( int op, sqlite3_mem_methods ap ) method sqlite3_config (line 336) | static int sqlite3_config( int op, ref sqlite3_mem_methods ap ) method sqlite3_config (line 353) | static int sqlite3_config( int op, sqlite3_mutex_methods ap ) method sqlite3_config (line 369) | static int sqlite3_config( int op, ref sqlite3_mutex_methods ap ) method sqlite3_config (line 386) | static int sqlite3_config( int op, params object[] ap ) method va_end (line 534) | va_end( ap ); method setupLookaside (line 549) | static int setupLookaside( sqlite3 db, byte[] pBuf, int sz, int cnt ) method sqlite3_db_mutex (line 617) | sqlite3_mutex sqlite3_db_mutex( sqlite3 db ) method sqlite3_db_config (line 625) | static int sqlite3_db_config( sqlite3 db, int op, params object[] ap ) method allSpaces (line 654) | static bool allSpaces( string z, int iStart, int n ) method binCollFunc (line 667) | static int binCollFunc( method nocaseCollatingFunc (line 699) | static int nocaseCollatingFunc( method sqlite3_last_insert_rowid (line 718) | public static sqlite_int64 sqlite3_last_insert_rowid( sqlite3 db ) method sqlite3_changes (line 726) | public static int sqlite3_changes( sqlite3 db ) method sqlite3_total_changes (line 734) | public static int sqlite3_total_changes( sqlite3 db ) method sqlite3CloseSavepoints (line 744) | static void sqlite3CloseSavepoints( sqlite3 db ) method sqlite3_close (line 760) | public static int sqlite3_close( sqlite3 db ) method sqlite3RollbackAll (line 907) | static void sqlite3RollbackAll( sqlite3 db ) method sqlite3ErrStr (line 945) | static string sqlite3ErrStr( int rc ) method sqliteDefaultBusyCallback (line 993) | static int sqliteDefaultBusyCallback( method sqlite3InvokeBusyHandler (line 1044) | static int sqlite3InvokeBusyHandler( BusyHandler p ) method sqlite3_busy_handler (line 1064) | static int sqlite3_busy_handler( method sqlite3_progress_handler (line 1084) | static void sqlite3_progress_handler( method sqlite3_busy_timeout (line 1113) | public static int sqlite3_busy_timeout( sqlite3 db, int ms ) method sqlite3_interrupt (line 1130) | static void sqlite3_interrupt( sqlite3 db ) method sqlite3CreateFunc (line 1142) | static int sqlite3CreateFunc( method sqlite3_create_function (line 1233) | public static int sqlite3_create_function( method sqlite3_create_function16 (line 1253) | static int sqlite3_create_function16( method sqlite3_overload_function (line 1289) | static int sqlite3_overload_function( method sqlite3_trace (line 1317) | static object sqlite3_trace( sqlite3 db, dxTrace xTrace, object pArg ) method sqlite3_profile (line 1335) | static object sqlite3_profile( method sqlite3_commit_hook (line 1357) | static object sqlite3_commit_hook( method sqlite3_update_hook (line 1376) | static object sqlite3_update_hook( method sqlite3_rollback_hook (line 1395) | static object sqlite3_rollback_hook( method sqlite3TempInMemory (line 1429) | static bool sqlite3TempInMemory( sqlite3 db ) method sqlite3BtreeFactory (line 1463) | static int sqlite3BtreeFactory( method sqlite3_errmsg (line 1514) | public static string sqlite3_errmsg( sqlite3 db ) method sqlite3_errmsg16 (line 1548) | const void *sqlite3_errmsg16(sqlite3 *db){ method sqlite3_errcode (line 1594) | public static int sqlite3_errcode( sqlite3 db ) method sqlite3_extended_errcode (line 1606) | static int sqlite3_extended_errcode( sqlite3 db ) method createCollation (line 1622) | static int createCollation( method sqlite3_limit (line 1767) | static int sqlite3_limit( sqlite3 db, int limitId, int newLimit ) method openDatabase (line 1790) | static int openDatabase( method sqlite3_open (line 2036) | public static int sqlite3_open( method sqlite3_open_v2 (line 2045) | public static int sqlite3_open_v2( method sqlite3_open16 (line 2060) | int sqlite3_open16( method sqlite3_create_collation (line 2097) | static int sqlite3_create_collation( method sqlite3_create_collation_v2 (line 2117) | static int sqlite3_create_collation_v2( method sqlite3_collation_needed (line 2165) | static int sqlite3_collation_needed( method sqlite3_global_recover (line 2204) | static int sqlite3_global_recover() method sqlite3_get_autocommit (line 2219) | static u8 sqlite3_get_autocommit( sqlite3 db ) method sqlite3Corrupt (line 2230) | static int sqlite3Corrupt() method sqlite3_thread_cleanup (line 2244) | void sqlite3_thread_cleanup() method sqlite3_table_column_metadata (line 2254) | int sqlite3_table_column_metadata( method sqlite3_sleep (line 2367) | public static int sqlite3_sleep( int ms ) method sqlite3_extended_result_codes (line 2384) | static int sqlite3_extended_result_codes( sqlite3 db, bool onoff ) method sqlite3_file_control (line 2395) | static int sqlite3_file_control( sqlite3 db, string zDbName, int op, ref... method sqlite3_test_control (line 2437) | static int sqlite3_test_control( int op, params object[] ap ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/malloc_c.cs class CSSQLite (line 6) | public partial class CSSQLite method softHeapLimitEnforcer (line 40) | static void softHeapLimitEnforcer( method sqlite3_soft_heap_limit (line 54) | static void sqlite3_soft_heap_limit( int n ) method sqlite3_release_memory (line 87) | static int sqlite3_release_memory( int n ) class Mem0Global (line 105) | public class Mem0Global method Mem0Global (line 131) | public Mem0Global() { } method Mem0Global (line 133) | public Mem0Global( int nScratchFree, int nPageFree, sqlite3_mutex mu... method sqlite3MallocInit (line 154) | static int sqlite3MallocInit() method sqlite3MallocEnd (line 208) | static void sqlite3MallocEnd() method sqlite3_memory_used (line 219) | static sqlite3_int64 sqlite3_memory_used() method sqlite3_memory_highwater (line 233) | static sqlite3_int64 sqlite3_memory_highwater( int resetFlag ) method sqlite3MemoryAlarm (line 245) | static int sqlite3MemoryAlarm( method sqlite3_memory_alarm (line 264) | static int sqlite3_memory_alarm( method sqlite3MallocAlarm (line 278) | static void sqlite3MallocAlarm( int nByte ) method mallocWithAlarm (line 300) | static int mallocWithAlarm( int n, ref byte[] pp ) method sqlite3Malloc (line 334) | static byte[] sqlite3Malloc( int n ) method sqlite3_malloc (line 364) | static byte[] sqlite3_malloc( int n ) method sqlite3ScratchMalloc (line 391) | byte[] sqlite3ScratchMalloc( int n ) method isLookaside (line 499) | static bool isLookaside( sqlite3 db, object p ) method isLookaside (line 505) | static bool isLookaside( sqlite3 db, object p ) method sqlite3MallocSize (line 515) | static int sqlite3MallocSize( byte[] p ) method sqlite3DbMallocSize (line 520) | int sqlite3DbMallocSize( sqlite3 db, byte[] p ) method Assert (line 563) | static void //sqlite3DbFree( sqlite3 db, ref string x ) method Assert (line 568) | static void //sqlite3DbFree( sqlite3 db, ref byte[] x ) method Assert (line 573) | static void //sqlite3DbFree( sqlite3 db, ref int[] x ) method Assert (line 578) | static void //sqlite3DbFree( sqlite3 db, ref StringBuilder x ) method Assert (line 583) | static void //sqlite3DbFree( sqlite3 db, ref T p ) where T : class method Assert (line 588) | static void //sqlite3DbFree( sqlite3 db, object p ) method if (line 591) | if ( isLookaside( db, p ) ) method sqlite3Realloc (line 607) | static byte[] sqlite3Realloc( byte[] pOld, int nBytes ) method sqlite3_realloc (line 667) | static byte[] sqlite3_realloc( object pOld, int n ) method sqlite3MallocZero (line 679) | static byte[] sqlite3MallocZero( int n ) method sqlite3DbMallocZero (line 693) | static byte[] sqlite3DbMallocZero( sqlite3 db, int n ) method sqlite3DbMallocRaw (line 721) | static byte[] sqlite3DbMallocRaw( sqlite3 db, int n ) method sqlite3DbRealloc (line 759) | static object sqlite3DbRealloc( sqlite3 db, object p, int n ) method sqlite3SetString (line 842) | static void sqlite3SetString( ref byte[] pz, sqlite3 db, string zFormat,... method sqlite3SetString (line 848) | static void sqlite3SetString( ref string pz, sqlite3 db, string zFormat,... method sqlite3SetString (line 851) | static void sqlite3SetString( ref string pz, sqlite3 db, string zFormat,... method sqlite3ApiExit (line 876) | static int sqlite3ApiExit( int zero, int rc ) method sqlite3ApiExit (line 882) | static int sqlite3ApiExit( sqlite3 db, int rc ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/mem0_c.cs class CSSQLite (line 3) | public partial class CSSQLite method sqlite3MemMalloc (line 44) | static void sqlite3MemMalloc(int nByte){ return 0; } method sqlite3MemFree (line 45) | static void sqlite3MemFree(object pPrior){ return; } method sqlite3MemRealloc (line 46) | static void sqlite3MemRealloc(object pPrior, int nByte){ return 0; } method sqlite3MemSize (line 47) | static int sqlite3MemSize(object pPrior){ return 0; } method sqlite3MemRoundup (line 48) | static int sqlite3MemRoundup(int n){ return n; } method sqlite3MemInit (line 49) | static int sqlite3MemInit(object NotUsed){ return SQLITE_OK; } method sqlite3MemShutdown (line 50) | static void sqlite3MemShutdown(object NotUsed){ return; } method sqlite3MemSetDefault (line 58) | void sqlite3MemSetDefault(){ FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/mem1_c.cs class CSSQLite (line 5) | public partial class CSSQLite method sqlite3MemMalloc (line 52) | static byte[] sqlite3MemMalloc( int nByte ) method sqlite3MemFree (line 70) | static void sqlite3MemFree( ref T x ) where T : class method sqlite3MemFree (line 72) | static void sqlite3MemFree( ref string x ) { x = null; } method sqlite3MemRealloc (line 100) | static byte[] sqlite3MemRealloc( ref byte[] pPrior, int nByte ) method sqlite3MemSize (line 121) | static int sqlite3MemSize( byte[] pPrior ) method sqlite3MemRoundup (line 134) | static int sqlite3MemRoundup( int n ) method sqlite3MemInit (line 142) | static int sqlite3MemInit( object NotUsed ) method sqlite3MemShutdown (line 151) | static void sqlite3MemShutdown( object NotUsed ) method sqlite3MemSetDefault (line 163) | static void sqlite3MemSetDefault() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/memjournal_c.cs class CSSQLite (line 10) | public partial class CSSQLite method MIN (line 61) | static int MIN( int x, int y ) { return ( x < y ) ? x : y; } method MIN (line 62) | static int MIN( int x, u32 y ) { return ( x < y ) ? x : (int)y; } class FileChunk (line 67) | public class FileChunk class FilePoint (line 77) | public class FilePoint class sqlite3_file (line 87) | public partial class sqlite3_file method memjrnlRead (line 99) | static int memjrnlRead( method memjrnlWrite (line 151) | static int memjrnlWrite( method memjrnlTruncate (line 209) | static int memjrnlTruncate( sqlite3_file pJfd, sqlite3_int64 size ) method memjrnlClose (line 229) | static int memjrnlClose( MemJournal pJfd ) method memjrnlSync (line 244) | static int memjrnlSync( sqlite3_file NotUsed, int NotUsed2 ) method memjrnlFileSize (line 254) | static int memjrnlFileSize( sqlite3_file pJfd, ref int pSize ) method sqlite3MemJournalOpen (line 283) | static void sqlite3MemJournalOpen( sqlite3_file pJfd ) method sqlite3IsMemJournal (line 297) | static bool sqlite3IsMemJournal( sqlite3_file pJfd ) method sqlite3MemJournalSize (line 306) | static int sqlite3MemJournalSize() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/mutex_c.cs class CSSQLite (line 3) | public partial class CSSQLite method sqlite3MutexInit (line 35) | static int sqlite3MutexInit() method sqlite3MutexEnd (line 66) | static int sqlite3MutexEnd() method sqlite3_mutex_alloc (line 78) | static sqlite3_mutex sqlite3_mutex_alloc( int id ) method sqlite3MutexAlloc (line 86) | static sqlite3_mutex sqlite3MutexAlloc( int id ) method sqlite3_mutex_free (line 98) | static void sqlite3_mutex_free( ref sqlite3_mutex p ) method sqlite3_mutex_enter (line 110) | static void sqlite3_mutex_enter( sqlite3_mutex p ) method sqlite3_mutex_try (line 122) | static int sqlite3_mutex_try( sqlite3_mutex p ) method sqlite3_mutex_leave (line 138) | static void sqlite3_mutex_leave( sqlite3_mutex p ) method sqlite3_mutex_held (line 151) | static bool sqlite3_mutex_held( sqlite3_mutex p ) method sqlite3_mutex_notheld (line 155) | static bool sqlite3_mutex_notheld( sqlite3_mutex p ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/mutex_h.cs class CSSQLite (line 5) | public partial class CSSQLite class sqlite3_mutex (line 78) | public class sqlite3_mutex { } method sqlite3MutexAlloc (line 80) | static sqlite3_mutex sqlite3MutexAlloc( int iType ) { return new sqlit... method sqlite3_mutex_alloc (line 81) | static sqlite3_mutex sqlite3_mutex_alloc( int iType ) { return new sql... method sqlite3_mutex_free (line 82) | static void sqlite3_mutex_free( ref sqlite3_mutex m ) { } method sqlite3_mutex_enter (line 83) | static void sqlite3_mutex_enter( sqlite3_mutex m ) { } method sqlite3_mutex_try (line 84) | static int sqlite3_mutex_try( int iType ) { return SQLITE_OK; } method sqlite3_mutex_leave (line 85) | static void sqlite3_mutex_leave( sqlite3_mutex m ) { } method sqlite3_mutex_held (line 86) | static bool sqlite3_mutex_held( sqlite3_mutex m ) { return true; } method sqlite3_mutex_notheld (line 87) | static bool sqlite3_mutex_notheld( sqlite3_mutex m ) { return true; } method sqlite3MutexInit (line 88) | static int sqlite3MutexInit() { return SQLITE_OK; } method sqlite3MutexEnd (line 89) | static void sqlite3MutexEnd() { } FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/mutex_noop_c.cs class CSSQLite (line 3) | public partial class CSSQLite method noopMutexHeld (line 50) | static int noopMutexHeld(sqlite3_mutex *p){ return 1; } method noopMutexNotheld (line 51) | static int noopMutexNotheld(sqlite3_mutex *p){ return 1; } method noopMutexInit (line 52) | static int noopMutexInit(void){ return SQLITE_OK; } method noopMutexEnd (line 53) | static int noopMutexEnd(void){ return SQLITE_OK; } method noopMutexAlloc (line 54) | static sqlite3_mutex *noopMutexAlloc(int id){ return (sqlite3_mutex*)8; } method noopMutexFree (line 55) | static void noopMutexFree(sqlite3_mutex *p){ return; } method noopMutexEnter (line 56) | static void noopMutexEnter(sqlite3_mutex *p){ return; } method noopMutexTry (line 57) | static int noopMutexTry(sqlite3_mutex *p){ return SQLITE_OK; } method noopMutexLeave (line 58) | static void noopMutexLeave(sqlite3_mutex *p){ return; } method sqlite3DefaultMutex (line 60) | sqlite3_mutex_methods *sqlite3DefaultMutex(void){ type sqlite3_mutex (line 88) | struct sqlite3_mutex { method debugMutexHeld (line 97) | static int debugMutexHeld(sqlite3_mutex *p){ method debugMutexNotheld (line 100) | static int debugMutexNotheld(sqlite3_mutex *p){ method debugMutexInit (line 107) | static int debugMutexInit(void){ return SQLITE_OK; } method debugMutexEnd (line 108) | static int debugMutexEnd(void){ return SQLITE_OK; } method debugMutexAlloc (line 115) | static sqlite3_mutex *debugMutexAlloc(int id){ method debugMutexFree (line 142) | static void debugMutexFree(sqlite3_mutex *p){ method debugMutexEnter (line 159) | static void debugMutexEnter(sqlite3_mutex *p){ method debugMutexTry (line 163) | static int debugMutexTry(sqlite3_mutex *p){ method debugMutexLeave (line 175) | static void debugMutexLeave(sqlite3_mutex *p){ method sqlite3DefaultMutex (line 181) | sqlite3_mutex_methods *sqlite3DefaultMutex(void){ FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/mutex_w32.cs class CSSQLite (line 3) | public partial class CSSQLite type sqlite3_mutex (line 39) | struct sqlite3_mutex { method mutexIsNT (line 67) | static int mutexIsNT(void){ method winMutexHeld (line 85) | static int winMutexHeld(sqlite3_mutex p){ method winMutexNotheld (line 88) | static int winMutexNotheld(sqlite3_mutex p){ method winMutexInit (line 106) | static int winMutexInit(void){ method winMutexEnd (line 123) | static int winMutexEnd(void){ method winMutexAlloc (line 177) | static sqlite3_mutex *winMutexAlloc(int iType){ method winMutexFree (line 208) | static void winMutexFree(sqlite3_mutex p){ method winMutexEnter (line 227) | static void winMutexEnter(sqlite3_mutex p){ method winMutexTry (line 233) | static int winMutexTry(sqlite3_mutex p){ method winMutexLeave (line 265) | static void winMutexLeave(sqlite3_mutex p){ method sqlite3DefaultMutex (line 273) | sqlite3_mutex_methods *sqlite3DefaultMutex(void){ FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/notify_c.cs class CSSQLite (line 3) | public partial class CSSQLite method assert (line 45) | assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTE... method checkListProperties (line 70) | static void checkListProperties(sqlite3 *db){ method removeFromBlockedList (line 96) | static void removeFromBlockedList(sqlite3 *db){ method addToBlockedList (line 111) | static void addToBlockedList(sqlite3 *db){ method enterMutex (line 126) | static void enterMutex(){ method leaveMutex (line 134) | static void leaveMutex(){ method sqlite3_unlock_notify (line 161) | int sqlite3_unlock_notify( method sqlite3_mutex_enter (line 168) | sqlite3_mutex_enter(db->mutex); method enterMutex (line 169) | enterMutex(); method if (line 171) | if( xNotify==0 ){ method if (line 176) | else if( 0==db->pBlockingConnection ){ method for (line 185) | for(p=db->pBlockingConnection; p && p!=db; p=p->pUnlockConnection){} method if (line 186) | if( p ){ method removeFromBlockedList (line 192) | removeFromBlockedList(db); method addToBlockedList (line 193) | addToBlockedList(db); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/opcodes_c.cs class CSSQLite (line 14) | public partial class CSSQLite method sqlite3OpcodeName (line 19) | static string sqlite3OpcodeName( int i ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/opcodes_h.cs class CSSQLite (line 3) | public partial class CSSQLite FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/os_common_h.cs class CSSQLite (line 3) | public partial class CSSQLite method OSTRACE1 (line 46) | static void OSTRACE1( string X ) { if ( sqlite3OsTrace ) sqlite3DebugP... method OSTRACE2 (line 47) | static void OSTRACE2( string X, object Y ) { if ( sqlite3OsTrace ) sql... method OSTRACE3 (line 48) | static void OSTRACE3( string X, object Y, object Z ) { if ( sqlite3OsT... method OSTRACE4 (line 49) | static void OSTRACE4( string X, object Y, object Z, object A ) { if ( ... method OSTRACE5 (line 50) | static void OSTRACE5( string X, object Y, object Z, object A, object B... method OSTRACE6 (line 51) | static void OSTRACE6( string X, object Y, object Z, object A, object B... method OSTRACE7 (line 52) | static void OSTRACE7( string X, object Y, object Z, object A, object B... method SimulateIOErrorBenign (line 100) | static void SimulateIOErrorBenign( int X ) { sqlite3_io_error_benign =... method SimulateIOError (line 105) | static bool SimulateIOError() method local_ioerr (line 116) | static void local_ioerr() method SimulateDiskfullError (line 135) | static bool SimulateDiskfullError() method OpenCounter (line 164) | static void OpenCounter( int X ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/os_h.cs class CSSQLite (line 6) | public partial class CSSQLite FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/os_win_c.cs class HelperMethods (line 20) | internal static class HelperMethods method IsRunningMediumTrust (line 22) | public static bool IsRunningMediumTrust() class LockingStrategy (line 36) | private class LockingStrategy method LockFileEx (line 38) | [DllImport( "kernel32.dll" )] method LockFile (line 45) | public virtual void LockFile( sqlite3_file pFile, long offset, long le... method SharedLockFile (line 50) | public virtual int SharedLockFile( sqlite3_file pFile, long offset, lo... method UnlockFile (line 64) | public virtual void UnlockFile( sqlite3_file pFile, long offset, long ... class MediumTrustLockingStrategy (line 74) | private class MediumTrustLockingStrategy : LockingStrategy method SharedLockFile (line 76) | public override int SharedLockFile( sqlite3_file pFile, long offset, l... class sqlite3_file (line 202) | public partial class sqlite3_file method Clear (line 218) | public void Clear() method isNT (line 269) | static bool isNT() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/pager_c.cs class CSSQLite (line 16) | public partial class CSSQLite method PAGERTRACE (line 59) | static void PAGERTRACE(string T, params object[] ap) { if (sqlite3Page... method PAGERTRACE (line 62) | static void PAGERTRACE( string T, params object[] ap ) { } method PAGERID (line 74) | static int PAGERID(Pager p) { return p.GetHashCode(); } method FILEHANDLEID (line 77) | static int FILEHANDLEID(sqlite3_file fd) { return fd.GetHashCode(); } method if (line 138) | if( P->xCodec && P->xCodec(P->pCodec,D,N,X)==0 ){ E; } method if (line 140) | if( P->xCodec==0 ){ O=(char*)D; } method CODEC2 (line 145) | static void CODEC2(Pager P, byte[] D, uint N, int X, int E, ref byte[]... class PagerSavepoint (line 171) | public class PagerSavepoint class Pager (line 281) | public class Pager method PAGER_INCR (line 370) | static void PAGER_INCR( ref int v ) { v++; } method PAGER_INCR (line 373) | static void PAGER_INCR(ref int v) { } method JOURNAL_PG_SZ (line 407) | static int JOURNAL_PG_SZ(Pager pPager) method JOURNAL_HDR_SZ (line 415) | static u32 JOURNAL_HDR_SZ(Pager pPager) method assert_pager_state (line 443) | static bool assert_pager_state( Pager pPager ) method assert_pager_state (line 455) | static bool assert_pager_state(Pager pPager) { return true; } method subjRequiresPage (line 467) | static bool subjRequiresPage(PgHdr pPg) method pageInJournal (line 486) | static bool pageInJournal(PgHdr pPg) method read32bits (line 498) | static int read32bits(sqlite3_file fd, int offset, ref int pRes) method read32bits (line 504) | static int read32bits(sqlite3_file fd, i64 offset, ref u32 pRes) method read32bits (line 509) | static int read32bits(sqlite3_file fd, int offset, ref u32 pRes) method put32bits (line 524) | static void put32bits(string ac, int offset, int val) method put32bits (line 533) | static void put32bits(byte[] ac, int offset, int val) method put32bits (line 535) | static void put32bits(byte[] ac, u32 val) method put32bits (line 537) | static void put32bits(byte[] ac, int offset, u32 val) method write32bits (line 544) | static int write32bits(sqlite3_file fd, i64 offset, u32 val) method isOpen (line 564) | static bool isOpen(sqlite3_file pFd) { return pFd.pMethods != null; } method osUnlock (line 569) | static int osUnlock(sqlite3_file pFd, int eLock) method jrnlBufferSize (line 596) | static int jrnlBufferSize(Pager *pPager){ method pager_datahash (line 628) | static u32 pager_datahash(int nByte, unsigned char pData){ method pager_pagehash (line 636) | static void pager_pagehash(PgHdr pPage){ method pager_set_pagehash (line 639) | static u32 pager_set_pagehash(PgHdr pPage){ method checkPage (line 649) | static void checkPage(PgHdr pPg){ method pager_pagehash (line 661) | static int pager_pagehash(PgHdr X) { return 0; } method readMasterJournal (line 692) | static int readMasterJournal(sqlite3_file pJrnl, byte[] zMaster, u32 n... method journalHdrOffset (line 750) | static i64 journalHdrOffset(Pager pPager) method seekJournalHdr (line 763) | static void seekJournalHdr(Pager pPager) method zeroJournalHdr (line 789) | static int zeroJournalHdr(Pager pPager, int doTruncate) method writeJournalHdr (line 846) | static int writeJournalHdr(Pager pPager) method readJournalHdr (line 972) | static int readJournalHdr( method writeMasterJournal (line 1099) | static int writeMasterJournal(Pager pPager, string zMaster) method pager_lookup (line 1173) | static PgHdr pager_lookup(Pager pPager, u32 pgno) method pager_reset (line 1189) | static void pager_reset(Pager pPager) method releaseAllSavepoints (line 1204) | static void releaseAllSavepoints(Pager pPager) method addToSavepointBitvecs (line 1226) | static int addToSavepointBitvecs(Pager pPager, u32 pgno) method pager_unlock (line 1254) | static void pager_unlock(Pager pPager) method pager_error (line 1318) | static int pager_error(Pager pPager, int rc) method pagerUnlockAndRollback (line 1358) | static void pagerUnlockAndRollback(Pager pPager) method pager_end_transaction (line 1425) | static int pager_end_transaction(Pager pPager, int hasMaster) method pager_cksum (line 1541) | static u32 pager_cksum(Pager pPager, byte[] aData) method pager_playback_one_page (line 1591) | static int pager_playback_one_page( method pager_delmaster (line 1848) | static int pager_delmaster(Pager pPager, string zMaster) method pager_truncate (line 1980) | static int pager_truncate(Pager pPager, u32 nPage) method setSectorSize (line 2022) | static void setSectorSize(Pager pPager) method pager_playback (line 2108) | static int pager_playback(Pager pPager, int isHot) method pagerPlaybackSavepoint (line 2344) | static int pagerPlaybackSavepoint(Pager pPager, PagerSavepoint pSavepo... method sqlite3PagerSetCachesize (line 2455) | static void sqlite3PagerSetCachesize(Pager pPager, int mxPage) method sqlite3PagerSetSafetyLevel (line 2487) | static void sqlite3PagerSetSafetyLevel(Pager pPager, int level, bool b... method pagerOpentemp (line 2520) | static int pagerOpentemp( method sqlite3PagerSetBusyhandler (line 2562) | static void sqlite3PagerSetBusyhandler( method pagerReportSize (line 2578) | static void pagerReportSize(Pager *pPager){ method pagerReportSize (line 2586) | static void pagerReportSize(Pager pPager) { } method sqlite3PagerSetPagesize (line 2619) | static int sqlite3PagerSetPagesize(Pager pPager, ref u16 pPageSize, in... method sqlite3PagerTempSpace (line 2662) | static byte[] sqlite3PagerTempSpace(Pager pPager) method sqlite3PagerMaxPageCount (line 2674) | static long sqlite3PagerMaxPageCount(Pager pPager, int mxPage) method disable_simulated_io_errors (line 2697) | static void disable_simulated_io_errors() method enable_simulated_io_errors (line 2702) | static void enable_simulated_io_errors() method sqlite3PagerReadFileheader (line 2725) | static int sqlite3PagerReadFileheader(Pager pPager, int N, byte[] pDest) method sqlite3PagerPagecount (line 2757) | static int sqlite3PagerPagecount(Pager pPager, ref int pnPage) method pager_wait_on_lock (line 2829) | static int pager_wait_on_lock(Pager pPager, int locktype) method assertTruncateConstraintCb (line 2893) | static void assertTruncateConstraintCb( PgHdr pPg ) method assertTruncateConstraint (line 2898) | static void assertTruncateConstraint( Pager pPager ) method assertTruncateConstraintCb (line 2904) | static void assertTruncateConstraintCb(PgHdr pPg) { } method assertTruncateConstraint (line 2905) | static void assertTruncateConstraint(Pager pPager) { } method sqlite3PagerTruncateImage (line 2914) | static void sqlite3PagerTruncateImage(Pager pPager, u32 nPage) method sqlite3PagerClose (line 2937) | static int sqlite3PagerClose(Pager pPager) method sqlite3PagerPagenumber (line 2992) | static Pgno sqlite3PagerPagenumber( DbPage pPg ) method sqlite3PagerPagenumber (line 2997) | static Pgno sqlite3PagerPagenumber(DbPage pPg) { return pPg.pgno; } method sqlite3PagerRef (line 3004) | static void sqlite3PagerRef(DbPage pPg) method syncJournal (line 3047) | static int syncJournal(Pager pPager) method pager_write_pagelist (line 3178) | static int pager_write_pagelist(PgHdr pList) method subjournalPage (line 3290) | static int subjournalPage(PgHdr pPg) method pagerStress (line 3337) | static int pagerStress(object p, PgHdr pPg) method sqlite3PagerOpen (line 3461) | static int sqlite3PagerOpen( method hasHotJournal (line 3773) | static int hasHotJournal(Pager pPager, ref int pExists) method readDbPage (line 3875) | static int readDbPage(PgHdr pPg) method sqlite3PagerSharedLock (line 3954) | static int sqlite3PagerSharedLock(Pager pPager) method pagerUnlockIfUnused (line 4170) | static void pagerUnlockIfUnused(Pager pPager) method sqlite3PagerGet (line 4233) | static int sqlite3PagerGet( method sqlite3PagerAcquire (line 4242) | static int sqlite3PagerAcquire( method sqlite3PagerLookup (line 4411) | static DbPage sqlite3PagerLookup(Pager pPager, u32 pgno) method sqlite3PagerUnref (line 4432) | static void sqlite3PagerUnref(DbPage pPg) method openSubJournal (line 4451) | static int openSubJournal(Pager pPager) method pager_open_journal (line 4490) | static int pager_open_journal(Pager pPager) method sqlite3PagerBegin (line 4597) | static int sqlite3PagerBegin(Pager pPager, bool exFlag, int subjInMemory) method pager_write (line 4666) | static int pager_write(PgHdr pPg) method sqlite3PagerWrite (line 4843) | static int sqlite3PagerWrite(DbPage pDbPage) method sqlite3PagerIswriteable (line 4970) | static bool sqlite3PagerIswriteable( DbPage pPg ) method sqlite3PagerIswriteable (line 4975) | static bool sqlite3PagerIswriteable(DbPage pPg) { return true; } method sqlite3PagerDontWrite (line 4992) | static void sqlite3PagerDontWrite(PgHdr pPg) method pager_incr_changecounter (line 5023) | static int pager_incr_changecounter(Pager pPager, bool isDirectMode) method sqlite3PagerSync (line 5107) | static int sqlite3PagerSync(Pager pPager) method sqlite3PagerCommitPhaseOne (line 5154) | static int sqlite3PagerCommitPhaseOne( method sqlite3PagerCommitPhaseTwo (line 5340) | static int sqlite3PagerCommitPhaseTwo(Pager pPager) method sqlite3PagerRollback (line 5428) | static int sqlite3PagerRollback(Pager pPager) method sqlite3PagerIsreadonly (line 5484) | static bool sqlite3PagerIsreadonly(Pager pPager) method sqlite3PagerRefcount (line 5492) | static int sqlite3PagerRefcount(Pager pPager) method sqlite3PagerPageRefcount (line 5500) | static int sqlite3PagerPageRefcount(DbPage pPage) method sqlite3PagerStats (line 5510) | static int[] sqlite3PagerStats( Pager pPager ) method sqlite3PagerIsMemdb (line 5531) | static bool sqlite3PagerIsMemdb(Pager pPager) method sqlite3PagerOpenSavepoint (line 5550) | static int sqlite3PagerOpenSavepoint(Pager pPager, int nSavepoint) method sqlite3PagerSavepoint (line 5641) | static int sqlite3PagerSavepoint(Pager pPager, int op, int iSavepoint) method sqlite3PagerFilename (line 5691) | static string sqlite3PagerFilename(Pager pPager) method sqlite3PagerVfs (line 5699) | static sqlite3_vfs sqlite3PagerVfs(Pager pPager) method sqlite3PagerFile (line 5709) | static sqlite3_file sqlite3PagerFile(Pager pPager) method sqlite3PagerJournalname (line 5717) | static string sqlite3PagerJournalname(Pager pPager) method sqlite3PagerNosync (line 5726) | static bool sqlite3PagerNosync(Pager pPager) method sqlite3PagerSetCodec (line 5735) | static void sqlite3PagerSetCodec( method pCodec (line 5740) | void *pCodec method pagerReportSize (line 5747) | pagerReportSize(pPager); method sqlite3PagerGetCodec (line 5749) | static void *sqlite3PagerGetCodec(Pager *pPager){ method sqlite3PagerMovepage (line 5780) | static int sqlite3PagerMovepage(Pager pPager, DbPage pPg, u32 pgno, in... method sqlite3PagerGetData (line 5928) | static byte[] sqlite3PagerGetData(DbPage pPg) method sqlite3PagerGetExtra (line 5938) | static MemPage sqlite3PagerGetExtra(DbPage pPg) method sqlite3PagerLockingMode (line 5953) | static bool sqlite3PagerLockingMode(Pager pPager, int eMode) method sqlite3PagerJournalMode (line 5988) | static int sqlite3PagerJournalMode(Pager pPager, int eMode) method sqlite3PagerJournalSizeLimit (line 6025) | static i64 sqlite3PagerJournalSizeLimit(Pager pPager, i64 iLimit) method sqlite3PagerBackupPtr (line 6040) | static sqlite3_backup sqlite3PagerBackupPtr(Pager pPager) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/pager_h.cs class CSSQLite (line 5) | public partial class CSSQLite method PAGER_MJ_PGNO (line 69) | static Pgno PAGER_MJ_PGNO( Pager x ) { return ( (Pgno)( ( PENDING_BYTE... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/parse_c.cs class CSSQLite (line 15) | public partial class CSSQLite method yytestcase (line 53) | static void yytestcase(T X) { testcase(X); } type LimitVal (line 59) | public struct LimitVal type LikeOp (line 69) | public struct LikeOp type TrigEvent (line 85) | public struct TrigEvent { public int a; public IdList b; }; type AttachKey (line 90) | public struct AttachKey { public int type; public Token key; }; method spanSet (line 98) | static void spanSet(ExprSpan pOut, Token pStart, Token pEnd) method spanExpr (line 108) | static void spanExpr(ExprSpan pOut, Parse pParse, int op, Token pValue) method spanBinaryExpr (line 119) | static void spanBinaryExpr( method spanUnaryPostfix (line 135) | static void spanUnaryPostfix( method spanUnaryPrefix (line 151) | static void spanUnaryPrefix( class YYMINORTYPE (line 218) | public class YYMINORTYPE type _yy429 (line 234) | public struct _yy429 { public int value; public int mask;} class yyStackEntry (line 866) | public class yyStackEntry class yyParser (line 878) | public class yyParser method sqlite3ParserTrace (line 919) | static void sqlite3ParserTrace(TextWriter TraceFILE, string zTracePrompt) method yyGrowStack (line 1339) | static void yyGrowStack(yyParser p){ method sqlite3ParserAlloc (line 1370) | static yyParser sqlite3ParserAlloc() method yy_destructor (line 1395) | static void yy_destructor( method yy_pop_parser_stack (line 1509) | static int yy_pop_parser_stack(yyParser pParser) method sqlite3ParserFree (line 1543) | static void sqlite3ParserFree( method sqlite3ParserStackPeak (line 1563) | int sqlite3ParserStackPeak(void p){ method yy_find_shift_action (line 1577) | static int yy_find_shift_action( method yy_find_reduce_action (line 1646) | static int yy_find_reduce_action( method yyStackOverflow (line 1677) | static void yyStackOverflow(yyParser yypParser, YYMINORTYPE yypMinor) method yy_shift (line 1703) | static void yy_shift( type _yyRuleInfo (line 1751) | public struct _yyRuleInfo method _yyRuleInfo (line 1755) | public _yyRuleInfo(YYCODETYPE lhs, byte nrhs) method yy_reduce (line 2100) | static void yy_reduce( method yy_parse_failed (line 3739) | static void yy_parse_failed( method yy_syntax_error (line 3760) | static void yy_syntax_error( method yy_accept (line 3781) | static void yy_accept( method sqlite3Parser (line 3817) | static void sqlite3Parser( class yymsp (line 3978) | public class yymsp method yymsp (line 3983) | public yymsp(ref yyParser pointer_to_yyParser, int yyidx) //' Parser... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/parse_h.cs class CSSQLite (line 15) | public partial class CSSQLite FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/pcache1_c.cs class CSSQLite (line 7) | public partial class CSSQLite class PCache1 (line 47) | public class PCache1 method Clear (line 70) | public void Clear() class PgHdr1 (line 86) | public class PgHdr1 method Clear (line 95) | public void Clear() class PgFreeslot (line 109) | public class PgFreeslot class PCacheGlobal (line 118) | public class PCacheGlobal method PGHDR1_TO_PAGE (line 157) | static PgHdr PGHDR1_TO_PAGE( PgHdr1 p ) { return p.pPgHdr; } method PAGE_TO_PGHDR1 (line 160) | static PgHdr1 PAGE_TO_PGHDR1( PCache1 c, PgHdr p ) { return p.pPgHdr1; } method pcache1EnterMutex (line 166) | static void pcache1EnterMutex() { sqlite3_mutex_enter( pcache1.mutex ); } method pcache1LeaveMutex (line 167) | static void pcache1LeaveMutex() { sqlite3_mutex_leave( pcache1.mutex ); } method sqlite3PCacheBufferSetup (line 178) | static void sqlite3PCacheBufferSetup( object pBuf, int sz, int n ) method pcache1Alloc (line 205) | static PgHdr pcache1Alloc( int nByte ) method pcache1Free (line 241) | static void pcache1Free( ref PgHdr p ) method pcache1AllocPage (line 264) | static PgHdr1 pcache1AllocPage( PCache1 pCache ) method pcache1FreePage (line 294) | static void pcache1FreePage( ref PgHdr1 p ) method sqlite3PageMalloc (line 311) | static PgHdr sqlite3PageMalloc( int sz ) method sqlite3PageFree (line 323) | static void sqlite3PageFree( ref PgHdr p) method pcache1ResizeHash (line 339) | static int pcache1ResizeHash( PCache1 p ) method pcache1PinPage (line 388) | static void pcache1PinPage( PgHdr1 pPage ) method pcache1RemoveFromHash (line 422) | static void pcache1RemoveFromHash( PgHdr1 pPage ) method pcache1EnforceMaxPage (line 440) | static void pcache1EnforceMaxPage() method pcache1TruncateUnsafe (line 459) | static void pcache1TruncateUnsafe( method pcache1Init (line 507) | static int pcache1Init( object NotUsed ) method pcache1Shutdown (line 523) | static void pcache1Shutdown( object NotUsed ) method pcache1Create (line 535) | static sqlite3_pcache pcache1Create( int szPage, int bPurgeable ) method pcache1Cachesize (line 561) | static void pcache1Cachesize( sqlite3_pcache p, int nMax ) method pcache1Pagecount (line 577) | static int pcache1Pagecount( sqlite3_pcache p ) method pcache1Fetch (line 635) | static PgHdr pcache1Fetch( sqlite3_pcache p, u32 iKey, int createFlag ) method pcache1Unpin (line 730) | static void pcache1Unpin( sqlite3_pcache p, PgHdr pPg, int reuseUnlike... method pcache1Rekey (line 776) | static void pcache1Rekey( method pcache1Truncate (line 828) | static void pcache1Truncate( sqlite3_pcache p, u32 iLimit ) method pcache1Destroy (line 845) | static void pcache1Destroy( ref sqlite3_pcache p ) method sqlite3PCacheSetDefault (line 863) | static void sqlite3PCacheSetDefault() method sqlite3PcacheReleaseMemory (line 891) | int sqlite3PcacheReleaseMemory(int nReq){ method sqlite3PcacheStats (line 913) | static void sqlite3PcacheStats( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/pcache_c.cs class CSSQLite (line 9) | public partial class CSSQLite class PCache (line 38) | public class PCache method Clear (line 52) | public void Clear() method expensive_assert (line 69) | static void expensive_assert( bool x ) { Debug.Assert( x ); } method pcacheCheckSynced (line 84) | static int pcacheCheckSynced(PCache pCache){ method pcacheRemoveFromDirtyList (line 96) | static void pcacheRemoveFromDirtyList( PgHdr pPage ) method pcacheAddToDirtyList (line 144) | static void pcacheAddToDirtyList( PgHdr pPage ) method pcacheUnpin (line 174) | static void pcacheUnpin( PgHdr p ) method sqlite3PcacheInitialize (line 192) | static int sqlite3PcacheInitialize() method sqlite3PcacheShutdown (line 200) | static void sqlite3PcacheShutdown() method sqlite3PcacheSize (line 211) | static int sqlite3PcacheSize() { return 4; } method sqlite3PcacheOpen (line 219) | static void sqlite3PcacheOpen( method sqlite3PcacheSetPageSize (line 241) | static void sqlite3PcacheSetPageSize( PCache pCache, int szPage ) method sqlite3PcacheFetch (line 255) | static int sqlite3PcacheFetch( method sqlite3PcacheRelease (line 357) | static void sqlite3PcacheRelease( PgHdr p ) method sqlite3PcacheRef (line 381) | static void sqlite3PcacheRef( PgHdr p ) method sqlite3PcacheDrop (line 392) | static void sqlite3PcacheDrop( PgHdr p ) method sqlite3PcacheMakeDirty (line 413) | static void sqlite3PcacheMakeDirty( PgHdr p ) method sqlite3PcacheMakeClean (line 428) | static void sqlite3PcacheMakeClean( PgHdr p ) method sqlite3PcacheCleanAll (line 444) | static void sqlite3PcacheCleanAll( PCache pCache ) method sqlite3PcacheClearSyncFlags (line 456) | static void sqlite3PcacheClearSyncFlags( PCache pCache ) method sqlite3PcacheMove (line 469) | static void sqlite3PcacheMove( PgHdr p, Pgno newPgno ) method sqlite3PcacheTruncate (line 492) | static void sqlite3PcacheTruncate( PCache pCache, u32 pgno ) method sqlite3PcacheClose (line 519) | static void sqlite3PcacheClose( PCache pCache ) method sqlite3PcacheClear (line 530) | static void sqlite3PcacheClear( PCache pCache ) method pcacheMergeDirtyList (line 540) | static PgHdr pcacheMergeDirtyList( PgHdr pA, PgHdr pB ) method pcacheSortDirtyList (line 587) | static PgHdr pcacheSortDirtyList( PgHdr pIn ) method sqlite3PcacheDirtyList (line 629) | static PgHdr sqlite3PcacheDirtyList( PCache pCache ) method sqlite3PcacheRefCount (line 642) | static int sqlite3PcacheRefCount( PCache pCache ) method sqlite3PcachePageRefcount (line 650) | static int sqlite3PcachePageRefcount( PgHdr p ) method sqlite3PcachePagecount (line 658) | static int sqlite3PcachePagecount( PCache pCache ) method sqlite3PcacheGetCachesize (line 672) | static int sqlite3PcacheGetCachesize( PCache pCache ) method sqlite3PcacheSetCachesize (line 681) | static void sqlite3PcacheSetCachesize( PCache pCache, int mxPage ) method sqlite3PcacheIterateDirty (line 696) | static void sqlite3PcacheIterateDirty( PCache pCache, dxIter xIter ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/pcache_h.cs class CSSQLite (line 5) | public partial class CSSQLite class PgHdr (line 40) | public class PgHdr method Clear (line 69) | public void Clear() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/pragma_c.cs class CSSQLite (line 8) | public partial class CSSQLite method getSafetyLevel (line 48) | static u8 getSafetyLevel( string z ) method getBoolean (line 74) | static u8 getBoolean( string z ) method getLockingMode (line 82) | static int getLockingMode( string z ) method getAutoVacuum (line 99) | static u8 getAutoVacuum( string z ) method getTempStore (line 116) | static int getTempStore( string z ) method invalidateTempStorage (line 142) | static int invalidateTempStorage( Parse pParse ) method changeTempStorage (line 167) | static int changeTempStorage( Parse pParse, string zStorageType ) method returnSingleInt (line 184) | static void returnSingleInt( Parse pParse, string zLabel, i64 value ) type sPragmaType (line 206) | struct sPragmaType method sPragmaType (line 210) | public sPragmaType( string zName, int mask ) method flagPragma (line 216) | static int flagPragma( Parse pParse, string zLeft, string zRight ) method actionName (line 288) | static string actionName( int action ) class EncName (line 317) | class EncName method EncName (line 322) | public EncName( string zName, u8 enc ) method sqlite3Pragma (line 330) | static void sqlite3Pragma( Parse pParse, Token pId1, Token pId2, int n... method sqlite3Pragma (line 332) | static void sqlite3Pragma( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/prepare_c.cs class CSSQLite (line 11) | public partial class CSSQLite method corruptSchema (line 43) | static void corruptSchema( method sqlite3InitCallback (line 83) | static int sqlite3InitCallback( object pInit, sqlite3_int64 argc, obje... method sqlite3InitOne (line 182) | static int sqlite3InitOne( sqlite3 db, int iDb, ref string pzErrMsg ) method sqlite3Init (line 463) | static int sqlite3Init( sqlite3 db, ref string pzErrMsg ) method sqlite3ReadSchema (line 510) | static int sqlite3ReadSchema( Parse pParse ) method schemaIsValid (line 533) | static void schemaIsValid( Parse pParse ) method sqlite3SchemaToIndex (line 586) | static int sqlite3SchemaToIndex( sqlite3 db, Schema pSchema ) method sqlite3Prepare (line 618) | static int sqlite3Prepare( method sqlite3LockAndPrepare (line 812) | static int sqlite3LockAndPrepare( method sqlite3Reprepare (line 849) | static int sqlite3Reprepare( Vdbe p ) method sqlite3_prepare (line 892) | public static int sqlite3_prepare( method sqlite3_prepare_v2 (line 905) | public static int sqlite3_prepare_v2( method sqlite3_prepare_v2 (line 919) | public static int sqlite3_prepare_v2( method sqlite3Prepare16 (line 939) | static int sqlite3Prepare16( method sqlite3_prepare16 (line 990) | public static int sqlite3_prepare16( method sqlite3_prepare16_v2 (line 1002) | public static int sqlite3_prepare16_v2( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/printf_c.cs class CSSQLite (line 12) | public partial class CSSQLite class et_info (line 131) | public class et_info method et_info (line 142) | public et_info( char fmttype, method et_getdigit (line 222) | static char et_getdigit( ref LONGDOUBLE_TYPE val, ref int cnt ) method appendSpace (line 238) | static void appendSpace( StrAccum pAccum, int N ) method sqlite3VXPrintf (line 291) | static void sqlite3VXPrintf( method sqlite3StrAccumAppend (line 970) | static void sqlite3StrAccumAppend( StrAccum p, string z, int N ) method sqlite3StrAccumFinish (line 1038) | static string sqlite3StrAccumFinish( StrAccum p ) method sqlite3StrAccumReset (line 1062) | static void sqlite3StrAccumReset( StrAccum p ) method sqlite3StrAccumInit (line 1074) | static void sqlite3StrAccumInit( StrAccum p, StringBuilder zBase, int ... method sqlite3VMPrintf (line 1090) | static string sqlite3VMPrintf( sqlite3 db, string zFormat, params va_l... method sqlite3MPrintf (line 1114) | static string sqlite3MPrintf( sqlite3 db, string zFormat, params va_li... method sqlite3MAppendf (line 1132) | static string sqlite3MAppendf( sqlite3 db, string zStr, string zFormat... method sqlite3_vmprintf (line 1147) | static string sqlite3_vmprintf( string zFormat, params va_list[] ap ) method sqlite3_mprintf (line 1165) | public static string sqlite3_mprintf( string zFormat, params va_list[]... method sqlite3_snprintf (line 1184) | public static string sqlite3_snprintf( int n, ref StringBuilder zBuf, ... method sqlite3_snprintf (line 1205) | public static string sqlite3_snprintf( int n, ref string zBuf, string ... method sqlite3DebugPrintf (line 1231) | static void sqlite3DebugPrintf( string zFormat, params va_list[] ap ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/random_c.cs class CSSQLite (line 8) | public partial class CSSQLite class sqlite3PrngType (line 42) | public class sqlite3PrngType method Copy (line 49) | public sqlite3PrngType Copy() method randomu8 (line 74) | static u8 randomu8() method sqlite3_randomness (line 137) | static void sqlite3_randomness( int N, ref i64 pBuf ) method sqlite3PrngSaveState (line 163) | static void sqlite3PrngSaveState() method sqlite3PrngRestoreState (line 172) | static void sqlite3PrngRestoreState() method sqlite3PrngResetState (line 181) | static void sqlite3PrngResetState() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/resolve_c.cs class CSSQLite (line 9) | public partial class CSSQLite method resolveAlias (line 67) | static void resolveAlias( method lookupName (line 149) | static int lookupName( method resolveExprStep (line 484) | static int resolveExprStep( Walker pWalker, ref Expr pExpr ) method resolveAsName (line 700) | static int resolveAsName( method resolveOrderByTermToExprList (line 744) | static int resolveOrderByTermToExprList( method resolveOutOfRangeError (line 790) | static void resolveOutOfRangeError( method resolveCompoundOrderBy (line 817) | static int resolveCompoundOrderBy( method sqlite3ResolveOrderGroupBy (line 924) | static int sqlite3ResolveOrderGroupBy( method resolveOrderGroupBy (line 979) | static int resolveOrderGroupBy( method resolveSelectStep (line 1036) | static int resolveSelectStep( Walker pWalker, Select p ) method sqlite3ResolveExprNames (line 1273) | static int sqlite3ResolveExprNames( method sqlite3ResolveSelectNames (line 1329) | static void sqlite3ResolveSelectNames( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/rowset_c.cs class CSSQLite (line 10) | public partial class CSSQLite class RowSetEntry (line 101) | public class RowSetEntry class RowSetChunk (line 114) | public class RowSetChunk class RowSet (line 125) | public class RowSet method RowSet (line 137) | public RowSet( sqlite3 db, int N ) method sqlite3RowSetInit (line 163) | static RowSet sqlite3RowSetInit( sqlite3 db, object pSpace, u32 N ) method sqlite3RowSetClear (line 185) | static void sqlite3RowSetClear( RowSet p ) method sqlite3RowSetInsert (line 207) | static void sqlite3RowSetInsert( RowSet p, i64 rowid ) method rowSetMerge (line 253) | static RowSetEntry rowSetMerge( method rowSetSort (line 299) | static void rowSetSort( RowSet p ) method rowSetTreeToList (line 334) | static void rowSetTreeToList( method rowSetNDeepTree (line 376) | static RowSetEntry rowSetNDeepTree( method rowSetListToTree (line 410) | static RowSetEntry rowSetListToTree( RowSetEntry pList ) method rowSetToList (line 436) | static void rowSetToList( RowSet p ) method sqlite3RowSetNext (line 459) | static int sqlite3RowSetNext( RowSet p, ref i64 pRowid ) method sqlite3RowSetTest (line 482) | static int sqlite3RowSetTest( RowSet pRowSet, u8 iBatch, sqlite3_int64... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/select_c.cs class CSSQLite (line 11) | public partial class CSSQLite method clearSelect (line 43) | static void clearSelect( sqlite3 db, Select p ) method sqlite3SelectDestInit (line 59) | static void sqlite3SelectDestInit( SelectDest pDest, int eDest, int iP... method sqlite3SelectNew (line 74) | static Select sqlite3SelectNew( Parse pParse, int null_2, SrcList pSrc... method sqlite3SelectNew (line 78) | static Select sqlite3SelectNew( method sqlite3SelectDelete (line 131) | static void sqlite3SelectDelete( sqlite3 db, ref Select p ) class Keyword (line 158) | class Keyword method Keyword (line 163) | public Keyword( u8 i, u8 nChar, u8 code ) method sqlite3JoinType (line 172) | static int sqlite3JoinType( Parse pParse, Token pA, int null_3, int nu... method sqlite3JoinType (line 176) | static int sqlite3JoinType( Parse pParse, Token pA, Token pB, int null... method sqlite3JoinType (line 180) | static int sqlite3JoinType( Parse pParse, Token pA, Token pB, Token pC ) method columnIndex (line 247) | static int columnIndex( Table pTab, string zCol ) method sqlite3CreateIdExpr (line 261) | static Expr sqlite3CreateIdExpr( Parse pParse, string zName ) method addWhereTerm (line 271) | static void addWhereTerm( method setJoinExpr (line 338) | static void setJoinExpr( Expr p, int iTable ) method sqliteProcessJoin (line 365) | static int sqliteProcessJoin( Parse pParse, Select p ) method pushOntoSorter (line 461) | static void pushOntoSorter( method codeOffset (line 506) | static void codeOffset( method codeDistinct (line 534) | static void codeDistinct( method checkForMultiColumnSelectError (line 559) | static bool checkForMultiColumnSelectError( method selectInnerLoop (line 587) | static void selectInnerLoop( method sqlite3VdbeAddOp2 (line 832) | sqlite3VdbeAddOp2( v, OP_AddImm, p.iLimit, -1 ); method sqlite3VdbeAddOp2 (line 833) | sqlite3VdbeAddOp2( v, OP_IfZero, p.iLimit, iBreak ); FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/sqlite3_h.cs class CSSQLite (line 5) | public partial class CSSQLite class sqlite3_file (line 588) | public partial class sqlite3_file class sqlite3_io_methods (line 696) | public class sqlite3_io_methods method sqlite3_io_methods (line 713) | public sqlite3_io_methods( int iVersion, class sqlite3_vfs (line 932) | public class sqlite3_vfs method sqlite3_vfs (line 955) | public sqlite3_vfs() { } method sqlite3_vfs (line 957) | public sqlite3_vfs( int iVersion, type sqlite3_mem_methods (line 1199) | public struct sqlite3_mem_methods method sqlite3_mem_methods (line 1210) | public sqlite3_mem_methods( class sqlite3_module (line 4511) | public class sqlite3_module class sqlite3_index_constraint (line 4611) | public class sqlite3_index_constraint class sqlite3_index_orderby (line 4618) | public class sqlite3_index_orderby class sqlite3_index_constraint_usage (line 4623) | public class sqlite3_index_constraint_usage class sqlite3_index_info (line 4629) | public class sqlite3_index_info type sqlite3_vtab (line 4729) | public struct sqlite3_vtab class sqlite3_vtab_cursor (line 4759) | public class sqlite3_vtab_cursor class sqlite3_mutex_methods (line 5222) | public class sqlite3_mutex_methods method sqlite3_mutex_methods (line 5233) | public sqlite3_mutex_methods( class sqlite3_pcache_methods (line 5764) | public class sqlite3_pcache_methods method sqlite3_pcache_methods (line 5778) | public sqlite3_pcache_methods() method sqlite3_pcache_methods (line 5781) | public sqlite3_pcache_methods( object pArg, dxPC_Init xInit, dxPC_Sh... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/sqlite3ext_h.cs class CSSQLite (line 3) | public partial class CSSQLite class sqlite3_api_routines (line 208) | public class sqlite3_api_routines FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/sqliteInt_h.cs class CSSQLite (line 20) | public partial class CSSQLite method sqlite3Coverage (line 252) | void sqlite3Coverage(int); method testcase (line 256) | static void testcase( T X ) { } method ALWAYS (line 305) | static bool ALWAYS( bool X ) { if ( X != true ) Debug.Assert( false );... method ALWAYS (line 306) | static int ALWAYS( int X ) { if ( X == 0 ) Debug.Assert( false ); retu... method ALWAYS (line 307) | static bool ALWAYS( T X ) { if ( X == null ) Debug.Assert( false );... method NEVER (line 310) | static bool NEVER( bool X ) { if ( X == true ) Debug.Assert( false ); ... method NEVER (line 311) | static byte NEVER( byte X ) { if ( X != 0 ) Debug.Assert( false ); ret... method NEVER (line 312) | static int NEVER( int X ) { if ( X != 0 ) Debug.Assert( false ); retur... method NEVER (line 313) | static bool NEVER( T X ) { if ( X != null ) Debug.Assert( false ); ... method ALWAYS (line 316) | static bool ALWAYS(bool X) { return X; } method ALWAYS (line 317) | static byte ALWAYS(byte X) { return X; } method ALWAYS (line 318) | static int ALWAYS(int X) { return X; } method ALWAYS (line 319) | static bool ALWAYS( T X ) { return true; } method NEVER (line 322) | static bool NEVER(bool X) { return X; } method NEVER (line 323) | static byte NEVER(byte X) { return X; } method NEVER (line 324) | static int NEVER(int X) { return X; } method NEVER (line 325) | static bool NEVER(T X) { return false; } method likely (line 339) | static bool likely( bool X ) { return !!X; } method unlikely (line 341) | static bool unlikely( bool X ) { return !!X; } method ROUND8 (line 531) | static int ROUND8( int x ) { return ( x + 7 ) & ~7; } method ROUNDDOWN8 (line 537) | static int ROUNDDOWN8( int x ) { return x & ~7; } class BusyHandler (line 554) | public class BusyHandler method SCHEMA_TABLE (line 577) | static string SCHEMA_TABLE( int x ) //#define SCHEMA_TABLE(x) ((!OMIT... method ArraySize (line 585) | static int ArraySize( T[] x ) { return x.Length; } method sqlite3_wsd_init (line 612) | int sqlite3_wsd_init(int N, int J); method sqlite3_wsd_find (line 613) | void *sqlite3_wsd_find(void *K, int L); method UNUSED_PARAMETER (line 638) | static void UNUSED_PARAMETER( T x ) { } method UNUSED_PARAMETER2 (line 641) | static void UNUSED_PARAMETER2( T1 x, T2 y ) { UNUSED_PARAMETER... class Db (line 706) | public class Db class Schema (line 726) | public class Schema method Copy (line 740) | public Schema Copy() method DbHasProperty (line 757) | static bool DbHasProperty( sqlite3 D, int I, ushort P ) { return ( D.a... method DbSetProperty (line 760) | static void DbSetProperty( sqlite3 D, int I, ushort P ) { D.aDb[I].pSc... method DbClearProperty (line 762) | static void DbClearProperty( sqlite3 D, int I, ushort P ) { D.aDb[I].p... class Lookaside (line 807) | public class Lookaside class LookasideSlot (line 818) | public class LookasideSlot class FuncDefHash (line 829) | public class FuncDefHash class sqlite3 (line 860) | public class sqlite3 class sqlite3InitInfo (line 885) | public class sqlite3InitInfo type _u1 (line 914) | public struct _u1 method ENC (line 970) | static u8 ENC( sqlite3 db ) { return db.aDb[0].pSchema.enc; } class FuncDef (line 1020) | public class FuncDef method FuncDef (line 1034) | public FuncDef() method FuncDef (line 1037) | public FuncDef( i16 nArg, u8 iPrefEnc, u8 iflags, object pUserData, ... method FuncDef (line 1050) | public FuncDef( string zName, u8 iPrefEnc, i16 nArg, int iArg, u8 if... method FuncDef (line 1063) | public FuncDef( string zName, u8 iPrefEnc, i16 nArg, int iArg, u8 if... method FuncDef (line 1076) | public FuncDef( string zName, u8 iPrefEnc, i16 nArg, object arg, dxF... method FUNCTION (line 1137) | static FuncDef FUNCTION( string zName, i16 nArg, int iArg, u8 bNC, dxF... method LIKEFUNC (line 1146) | static FuncDef LIKEFUNC( string zName, i16 nArg, object arg, u8 flags ) method AGGREGATE (line 1153) | static FuncDef AGGREGATE( string zName, i16 nArg, int arg, u8 nc, dxSt... class Savepoint (line 1166) | public class Savepoint class Module (line 1184) | public class Module class Column (line 1196) | public class Column method Copy (line 1209) | public Column Copy() class CollSeq (line 1238) | public class CollSeq method Copy (line 1247) | public CollSeq Copy() class VTable (line 1350) | public class VTable class Table (line 1389) | public class Table method Copy (line 1419) | public Table Copy() method IsVirtual (line 1473) | static bool IsVirtual( Table X) { return (X.tabFlags & TF_Virtual)!=0;} method IsVirtual (line 1475) | static bool IsVirtual( Column X) { return X.isHidden!=0;} method IsVirtual (line 1478) | static bool IsVirtual( Table T ) { return false; } method IsHiddenColumn (line 1480) | static bool IsHiddenColumn( Column C ) { return false; } class FKey (line 1502) | public class FKey class sColMap (line 1512) | public class sColMap method Copy (line 1519) | public FKey Copy() class KeyInfo (line 1580) | public class KeyInfo method Copy (line 1587) | public KeyInfo Copy() class UnpackedRecord (line 1607) | public class UnpackedRecord class Index (line 1658) | public class Index method Copy (line 1674) | public Index Copy() class Token (line 1694) | public class Token method Token (line 1716) | public Token() method Token (line 1721) | public Token( string z, Int32 n ) method Copy (line 1726) | public Token Copy() class AggInfo_col (line 1755) | public class AggInfo_col class AggInfo_func (line 1764) | public class AggInfo_func class AggInfo (line 1771) | public class AggInfo method Copy (line 1790) | public AggInfo Copy() class Expr (line 1866) | public class Expr type _u (line 1886) | public struct _u type _u (line 1898) | public struct _u type _x (line 1914) | public struct _x method CopyFrom (line 1947) | public void CopyFrom( Expr cf ) method Copy (line 1971) | public Expr Copy() method Copy_Minimal (line 1983) | public Expr Copy_Minimal() method ExprSetIrreducible (line 2068) | static void ExprSetIrreducible( Expr X ) { X.flags2 |= EP2_Irreducible; } method ExprSetIrreducible (line 2071) | static void ExprSetIrreducible( Expr X ) { } method ExprHasProperty (line 2079) | static bool ExprHasProperty( Expr E, int P ) { return ( E.flags & P ) ... method ExprHasAnyProperty (line 2081) | static bool ExprHasAnyProperty( Expr E, int P ) { return ( E.flags & P... method ExprSetProperty (line 2083) | static void ExprSetProperty( Expr E, int P ) { E.flags = (ushort)( E.f... method ExprClearProperty (line 2085) | static void ExprClearProperty( Expr E, int P ) { E.flags = (ushort)( E... class ExprList_item (line 2116) | public class ExprList_item class ExprList (line 2126) | public class ExprList method Copy (line 2133) | public ExprList Copy() class ExprSpan (line 2152) | public class ExprSpan class IdList_item (line 2174) | public class IdList_item class IdList (line 2179) | public class IdList method Copy (line 2185) | public IdList Copy() class SrcList_item (line 2230) | public class SrcList_item class SrcList (line 2247) | public class SrcList method Copy (line 2252) | public SrcList Copy() class WherePlan (line 2291) | public class WherePlan class _u (line 2295) | public class _u class InLoop (line 2317) | public class InLoop class WhereLevel (line 2322) | public class WhereLevel class _u (line 2335) | public class _u class __in (line 2337) | public class __in /* Information that depends on pla... class WhereInfo (line 2384) | public class WhereInfo class NameContext (line 2419) | public class NameContext class Select (line 2454) | public class Select method Copy (line 2474) | public Select Copy() class SelectDest (line 2539) | public class SelectDest method SelectDest (line 2546) | public SelectDest() method SelectDest (line 2554) | public SelectDest( u8 eDest, char affinity, int iParm ) method SelectDest (line 2562) | public SelectDest( u8 eDest, char affinity, int iParm, int iMem, int... class AutoincInfo (line 2581) | public class AutoincInfo class yColCache (line 2613) | public class yColCache class Parse (line 2623) | public class Parse method Parse (line 2689) | public Parse() method ResetMembers (line 2694) | public void ResetMembers() // Need to clear all the following variab... method RestoreMembers (line 2721) | public void RestoreMembers() // Need to clear all the following var... method SaveMembers (line 2749) | public void SaveMembers() // Need to clear all the following variabl... class AuthContext (line 2788) | public class AuthContext class Trigger (line 2823) | public class Trigger method Copy (line 2837) | public Trigger Copy() class TriggerStep (line 2903) | public class TriggerStep method TriggerStep (line 2916) | public TriggerStep() method Copy (line 2920) | public TriggerStep Copy() class TriggerStack (line 2959) | public class TriggerStack class DbFixer (line 2978) | public class DbFixer class StrAccum (line 2990) | public class StrAccum class InitData (line 3009) | public class InitData class Sqlite3Config (line 3022) | public class Sqlite3Config method Sqlite3Config (line 3052) | public Sqlite3Config( int bMemstat, int bCoreMutex, bool bFullMutex,... class Walker (line 3106) | public class Walker type uw (line 3111) | public struct uw method SQLITE_SKIP_UTF8 (line 3147) | static void SQLITE_SKIP_UTF8( string zIn, ref int iz ) method SQLITE_SKIP_UTF8 (line 3155) | static void SQLITE_SKIP_UTF8( method SQLITE_CORRUPT_BKPT (line 3172) | static int SQLITE_CORRUPT_BKPT() method sqlite3Isspace (line 3200) | static bool sqlite3Isspace( byte x ) { return ( sqlite3CtypeMap[(byte)... method sqlite3Isspace (line 3201) | static bool sqlite3Isspace( char x ) { return x < 256 && ( sqlite3Ctyp... method sqlite3Isalnum (line 3204) | static bool sqlite3Isalnum( byte x ) { return ( sqlite3CtypeMap[(byte)... method sqlite3Isalnum (line 3205) | static bool sqlite3Isalnum( char x ) { return x < 256 && ( sqlite3Ctyp... method sqlite3Isdigit (line 3210) | static bool sqlite3Isdigit( byte x ) { return ( sqlite3CtypeMap[( (byt... method sqlite3Isdigit (line 3211) | static bool sqlite3Isdigit( char x ) { return x < 256 && ( sqlite3Ctyp... method sqlite3Isxdigit (line 3214) | static bool sqlite3Isxdigit( byte x ) { return ( sqlite3CtypeMap[( (by... method sqlite3Isxdigit (line 3215) | static bool sqlite3Isxdigit( char x ) { return x < 256 && ( sqlite3Cty... method sqlite3StackAllocRaw (line 3273) | static void sqlite3StackAllocRaw( sqlite3 D, int N ) { sqlite3DbMalloc... method sqlite3StackAllocZero (line 3275) | static void sqlite3StackAllocZero( sqlite3 D, int N ) { sqlite3DbMallo... method sqlite3MemGetMemsys3 (line 3282) | const sqlite3_mem_methods *sqlite3MemGetMemsys3(void); method sqlite3MemGetMemsys5 (line 3285) | const sqlite3_mem_methods *sqlite3MemGetMemsys5(void); method sqlite3AuthRead (line 3524) | void sqlite3AuthRead(Parse*,Expr*,Schema*,SrcList*); method sqlite3AuthContextPush (line 3526) | void sqlite3AuthContextPush(Parse*, AuthContext*, const char*); method sqlite3AuthContextPop (line 3527) | void sqlite3AuthContextPop(AuthContext*); method sqlite3AuthRead (line 3530) | static void sqlite3AuthRead( Parse a, Expr b, Schema c, SrcList d ) { } method sqlite3AuthCheck (line 3531) | static int sqlite3AuthCheck( Parse a, int b, string c, byte[] d, byte[... method sqlite3ParserStackPeak (line 3674) | int sqlite3ParserStackPeak(void*); method sqlite3TableLock (line 3688) | static void sqlite3TableLock( Parse p, int p1, int p2, u8 p3, byte[] p... method sqlite3TableLock (line 3689) | static void sqlite3TableLock( Parse p, int p1, int p2, u8 p3, string p... method sqlite3VtabClear (line 3698) | static void sqlite3VtabClear( Table Y ) { } method sqlite3VtabSync (line 3701) | static int sqlite3VtabSync( sqlite3 X, string Y ) { return SQLITE_OK; } method sqlite3VtabRollback (line 3704) | static void sqlite3VtabRollback( sqlite3 X ) { } method sqlite3VtabCommit (line 3707) | static void sqlite3VtabCommit( sqlite3 X ) { } method sqlite3VtabLock (line 3711) | static void sqlite3VtabLock( VTable X ) { } method sqlite3VtabUnlock (line 3714) | static void sqlite3VtabUnlock( VTable X ) { } method sqlite3VtabUnlockList (line 3717) | static void sqlite3VtabUnlockList( sqlite3 X ) { } method sqlite3VtabArgExtend (line 3719) | static void sqlite3VtabArgExtend( Parse p, Token t ) { } method sqlite3VtabArgInit (line 3720) | static void sqlite3VtabArgInit( Parse p ) { } method sqlite3VtabBeginParse (line 3721) | static void sqlite3VtabBeginParse( Parse p, Token t1, Token t2, Token ... method sqlite3VtabFinishParse (line 3722) | static void sqlite3VtabFinishParse( Parse P, T t ) { } method sqlite3VtabInSync (line 3723) | static bool sqlite3VtabInSync( sqlite3 db ) { return false; } method sqlite3GetVTable (line 3725) | static VTable sqlite3GetVTable(sqlite3 db , Table T) {return null;} method sqlite3VtabInSync (line 3735) | static bool sqlite3VtabInSync( sqlite3 db ) { return ( db.nVTrans > 0 ... method sqlite3JournalSize (line 3786) | static int sqlite3JournalSize( sqlite3_vfs pVfs ) { return pVfs.szOsFi... method sqlite3ConnectionBlocked (line 3807) | void sqlite3ConnectionBlocked(sqlite3 *, sqlite3 *); method sqlite3ConnectionUnlocked (line 3808) | void sqlite3ConnectionUnlocked(sqlite3 *db); method sqlite3ConnectionClosed (line 3809) | void sqlite3ConnectionClosed(sqlite3 *db); method sqlite3ConnectionBlocked (line 3811) | static void sqlite3ConnectionBlocked( sqlite3 x, sqlite3 y ) { } method sqlite3ConnectionUnlocked (line 3812) | static void sqlite3ConnectionUnlocked( sqlite3 x ) { } method sqlite3ConnectionClosed (line 3813) | static void sqlite3ConnectionClosed( sqlite3 x ) { } method IOTRACE (line 3828) | static void IOTRACE( string X, params object[] ap ) { if ( SQLite3IoTr... method IOTRACE (line 3834) | static void IOTRACE( string F, params object[] ap ) { } method sqlite3VdbeIOTraceSql (line 3836) | static void sqlite3VdbeIOTraceSql( Vdbe X ) { } FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/sqliteLimit_h.cs class CSSQLite (line 3) | public partial class CSSQLite FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/sqliteicu_h.cs class CSSQLite (line 3) | public partial class CSSQLite FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/status_c.cs class CSSQLite (line 5) | public partial class CSSQLite class sqlite3StatType (line 37) | public class sqlite3StatType method wsdStatInit (line 55) | static void wsdStatInit() { } method sqlite3StatusValue (line 63) | static int sqlite3StatusValue( int op ) method sqlite3StatusAdd (line 74) | static void sqlite3StatusAdd( int op, int N ) method sqlite3StatusSet (line 88) | static void sqlite3StatusSet( int op, int X ) method sqlite3_status (line 106) | static int sqlite3_status( int op, ref int pCurrent, ref int pHighwate... method sqlite3_db_status (line 124) | int sqlite3_db_status( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/table_c.cs class CSSQLite (line 3) | public partial class CSSQLite class TabResult (line 42) | class TabResult { method sqlite3_get_table_cb (line 58) | public static int sqlite3_get_table_cb( object pArg, i64 nCol, object ... method sqlite3_get_table (line 135) | public static int sqlite3_get_table( method ref (line 203) | static void //sqlite3_free_table( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/tokenize_c.cs class CSSQLite (line 6) | public partial class CSSQLite method sqlite3GetToken (line 136) | static int sqlite3GetToken( string z, int iOffset, ref int tokenType ) method sqlite3RunParser (line 512) | static int sqlite3RunParser( Parse pParse, string zSql, ref string pzE... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/trigger_c.cs class CSSQLite (line 6) | public partial class CSSQLite method sqlite3DeleteTriggerStep (line 35) | static void sqlite3DeleteTriggerStep( sqlite3 db, ref TriggerStep pTri... method sqlite3TriggerList (line 65) | static Trigger sqlite3TriggerList( Parse pParse, Table pTab ) method sqlite3BeginTrigger (line 97) | static void sqlite3BeginTrigger( method sqlite3FinishTrigger (line 291) | static void sqlite3FinishTrigger( method sqlite3TriggerSelectStep (line 381) | static TriggerStep sqlite3TriggerSelectStep( sqlite3 db, Select pSelect ) method triggerStepAllocate (line 402) | static TriggerStep triggerStepAllocate( method sqlite3TriggerInsertStep (line 430) | static TriggerStep sqlite3TriggerInsertStep( sqlite3 db, Token pTableN... method sqlite3TriggerInsertStep (line 432) | static TriggerStep sqlite3TriggerInsertStep( sqlite3 db, Token pTableN... method sqlite3TriggerInsertStep (line 434) | static TriggerStep sqlite3TriggerInsertStep( sqlite3 db, Token pTableN... method sqlite3TriggerInsertStep (line 436) | static TriggerStep sqlite3TriggerInsertStep( method sqlite3TriggerUpdateStep (line 473) | static TriggerStep sqlite3TriggerUpdateStep( method sqlite3TriggerDeleteStep (line 500) | static TriggerStep sqlite3TriggerDeleteStep( method sqlite3DeleteTrigger (line 523) | static void sqlite3DeleteTrigger( sqlite3 db, ref Trigger pTrigger ) method sqlite3DropTrigger (line 542) | static void sqlite3DropTrigger( Parse pParse, SrcList pName, int noErr ) method tableOfTrigger (line 586) | static Table tableOfTrigger( Trigger pTrigger ) method sqlite3DropTriggerPtr (line 596) | static void sqlite3DropTriggerPtr( Parse pParse, Trigger pTrigger ) method sqlite3UnlinkAndDeleteTrigger (line 657) | static void sqlite3UnlinkAndDeleteTrigger( sqlite3 db, int iDb, string... method checkColumnOverlap (line 703) | static int checkColumnOverlap( IdList pIdList, ExprList pEList ) method sqlite3TriggersExist (line 720) | static Trigger sqlite3TriggersExist( method targetSrcList (line 757) | static SrcList targetSrcList( method codeTriggerProgram (line 785) | static int codeTriggerProgram( method sqlite3CodeRowTrigger (line 892) | static int sqlite3CodeRowTrigger( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/update_c.cs class CSSQLite (line 9) | public partial class CSSQLite method sqlite3ColumnDefault (line 79) | static void sqlite3ColumnDefault( Vdbe v, Table pTab, int i, int iReg ) method sqlite3Update (line 113) | static void sqlite3Update( method updateVirtualTable (line 732) | static void updateVirtualTable( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/utf_c.cs class CSSQLite (line 3) | public partial class CSSQLite method sqlite3Utf8Read (line 179) | static int sqlite3Utf8Read( method sqlite3VdbeMemTranslate (line 237) | static int sqlite3VdbeMemTranslate(Mem pMem, int desiredEnc){ method sqlite3VdbeMemHandleBom (line 384) | static int sqlite3VdbeMemHandleBom(Mem pMem){ method sqlite3Utf8CharLen (line 424) | static int sqlite3Utf8CharLen( string zIn, int nByte ) method sqlite3Utf16to8 (line 481) | static string sqlite3Utf16to8(sqlite3 db, string z, int nByte){ method sqlite3Utf16ByteLen (line 504) | int sqlite3Utf16ByteLen(const void *zIn, int nChar){ method sqlite3UtfSelfTest (line 542) | void sqlite3UtfSelfTest(void){ FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/util_c.cs class CSSQLite (line 15) | public partial class CSSQLite method sqlite3Coverage (line 53) | void sqlite3Coverage(int x){ method sqlite3IsNaN (line 65) | static bool sqlite3IsNaN( double x ) method sqlite3Strlen30 (line 114) | static int sqlite3Strlen30( int z ) method sqlite3Strlen30 (line 118) | static int sqlite3Strlen30( StringBuilder z ) method sqlite3Strlen30 (line 126) | static int sqlite3Strlen30( string z ) method sqlite3Error (line 158) | static void sqlite3Error( sqlite3 db, int err_code, int noString ) method sqlite3Error (line 161) | static void sqlite3Error( sqlite3 db, int err_code, string zFormat, pa... method sqlite3ErrorMsg (line 198) | static void sqlite3ErrorMsg( Parse pParse, string zFormat, params obje... method sqlite3ErrorClear (line 213) | static void sqlite3ErrorClear( Parse pParse ) method sqlite3Dequote (line 236) | static int sqlite3Dequote( ref string z ) method sqlite3StrICmp (line 283) | static int sqlite3StrICmp( string zLeft, string zRight ) method sqlite3_strnicmp (line 301) | static int sqlite3_strnicmp( string zLeft, int offsetLeft, string zRig... method sqlite3StrNICmp (line 304) | static int sqlite3StrNICmp( string zLeft, int offsetLeft, string zRigh... method sqlite3StrNICmp (line 314) | static int sqlite3StrNICmp( string zLeft, string zRight, int N ) method sqlite3IsNumber (line 339) | static int sqlite3IsNumber( string z, ref int realnum, int enc ) method sqlite3AtoF (line 383) | static int sqlite3AtoF( string z, ref double pResult ) method compare2pow63 (line 493) | static int compare2pow63( string zNum ) method sqlite3Atoi64 (line 520) | static bool sqlite3Atoi64( string zNum, ref i64 pNum ) method sqlite3FitsIn64Bits (line 579) | static bool sqlite3FitsIn64Bits( string zNum, bool negFlag ) method sqlite3GetInt32 (line 619) | static bool sqlite3GetInt32( string zNum, ref int pValue ) method getVarint (line 690) | static int getVarint( byte[] p, ref u32 v ) method getVarint (line 699) | static int getVarint( byte[] p, int offset, ref u32 v ) method getVarint (line 708) | static int getVarint( byte[] p, int offset, ref int v ) method getVarint (line 717) | static int getVarint( byte[] p, int offset, ref i64 v ) method getVarint (line 726) | static int getVarint( byte[] p, int offset, ref u64 v ) method getVarint32 (line 733) | static int getVarint32( byte[] p, ref u32 v ) method getVarint32 (line 739) | static int getVarint32( string s, u32 offset, ref int v ) method getVarint32 (line 753) | static int getVarint32( string s, u32 offset, ref u32 v ) method getVarint32 (line 764) | static int getVarint32( byte[] p, u32 offset, ref u32 v ) method getVarint32 (line 770) | static int getVarint32( byte[] p, int offset, ref u32 v ) method getVarint32 (line 776) | static int getVarint32( byte[] p, int offset, ref int v ) method putVarint (line 785) | static int putVarint( byte[] p, int offset, int v ) method putVarint (line 787) | static int putVarint( byte[] p, int offset, u64 v ) method sqlite3PutVarint (line 791) | static int sqlite3PutVarint( byte[] p, int offset, int v ) method sqlite3PutVarint (line 793) | static int sqlite3PutVarint( byte[] p, int offset, u64 v ) method putVarint32 (line 828) | static int putVarint32( byte[] p, int offset, int v ) method putVarint32 (line 846) | static int putVarint32( byte[] p, int v ) method sqlite3GetVarint (line 869) | static u8 sqlite3GetVarint( byte[] p, int offset, ref u64 v ) method sqlite3GetVarint32 (line 1037) | static u8 sqlite3GetVarint32( byte[] p, ref int v ) method sqlite3GetVarint32 (line 1044) | static u8 sqlite3GetVarint32( byte[] p, int offset, ref int v ) method sqlite3GetVarint32 (line 1051) | static u8 sqlite3GetVarint32( byte[] p, ref u32 v ) method sqlite3GetVarint32 (line 1053) | static u8 sqlite3GetVarint32( byte[] p, int offset, ref u32 v ) method sqlite3VarintLen (line 1179) | static int sqlite3VarintLen( u64 v ) method sqlite3Get4byte (line 1194) | static u32 sqlite3Get4byte( u8[] p, int p_offset, int offset ) method sqlite3Get4byte (line 1199) | static u32 sqlite3Get4byte( u8[] p, int offset ) method sqlite3Get4byte (line 1203) | static u32 sqlite3Get4byte( u8[] p, u32 offset ) method sqlite3Get4byte (line 1207) | static u32 sqlite3Get4byte( u8[] p ) method sqlite3Put4byte (line 1211) | static void sqlite3Put4byte( byte[] p, int v ) method sqlite3Put4byte (line 1218) | static void sqlite3Put4byte( byte[] p, int offset, int v ) method sqlite3Put4byte (line 1225) | static void sqlite3Put4byte( byte[] p, u32 offset, u32 v ) method sqlite3Put4byte (line 1232) | static void sqlite3Put4byte( byte[] p, int offset, u64 v ) method sqlite3Put4byte (line 1239) | static void sqlite3Put4byte( byte[] p, u64 v ) method hexToInt (line 1255) | static int hexToInt( int h ) method sqlite3HexToBlob (line 1275) | static byte[] sqlite3HexToBlob( sqlite3 db, string z, int n ) method sqlite3SafetyOn (line 1322) | static bool sqlite3SafetyOn( sqlite3 db ) method sqlite3SafetyOn (line 1338) | static bool sqlite3SafetyOn( sqlite3 db ) {return false;} method sqlite3SafetyOff (line 1347) | static bool sqlite3SafetyOff( sqlite3 db ) method sqlite3SafetyOff (line 1363) | static bool sqlite3SafetyOff( sqlite3 db ) { return false; } method sqlite3SafetyCheckOk (line 1380) | static bool sqlite3SafetyCheckOk( sqlite3 db ) method sqlite3SafetyCheckSickOrOk (line 1399) | static bool sqlite3SafetyCheckSickOrOk( sqlite3 db ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/vacuum_c.cs class CSSQLite (line 8) | public partial class CSSQLite method execSql (line 42) | static int execSql( sqlite3 db, string zSql ) method execExecSql (line 72) | static int execExecSql( sqlite3 db, string zSql ) method sqlite3Vacuum (line 104) | static void sqlite3Vacuum( Parse pParse ) method sqlite3RunVacuum (line 117) | static int sqlite3RunVacuum( ref string pzErrMsg, sqlite3 db ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/vdbe_c.cs class CSSQLite (line 18) | public partial class CSSQLite method updateMaxBlobsize (line 120) | static void updateMaxBlobsize( Mem p ) method UPDATE_MAX_BLOBSIZE (line 134) | static void UPDATE_MAX_BLOBSIZE( Mem P ) { updateMaxBlobsize( P ); } method ExpandBlob (line 167) | static int ExpandBlob( Mem P ) { return ( P.flags & MEM_Zero ) != 0 ? ... method storeTypeInfo (line 176) | static void storeTypeInfo( Mem A, int B ) method _storeTypeInfo (line 180) | static void _storeTypeInfo( Mem pMem ) method sqlite3VdbeOpcodeHasProperty (line 217) | static bool sqlite3VdbeOpcodeHasProperty( int opcode, int mask ) method allocateCursor (line 227) | static VdbeCursor allocateCursor( method applyNumericAffinity (line 292) | static void applyNumericAffinity( Mem pRec ) method applyAffinity (line 334) | static void applyAffinity( method sqlite3_value_numeric_type (line 380) | static int sqlite3_value_numeric_type( sqlite3_value pVal ) method sqlite3ValueApplyAffinity (line 392) | static void sqlite3ValueApplyAffinity( method sqlite3VdbeMemPrettyPrint (line 406) | static void sqlite3VdbeMemPrettyPrint( Mem pMem, StringBuilder zBuf ) method memTracePrint (line 516) | static void memTracePrint( FILE _out, Mem p ) method registerTrace (line 548) | static void registerTrace( FILE _out, int iReg, Mem p ) method REGISTER_TRACE (line 558) | static void REGISTER_TRACE( Vdbe p, int R, Mem M ) method REGISTER_TRACE (line 564) | static void REGISTER_TRACE( Vdbe p, int R, Mem M ) { } method fileExists (line 593) | static int fileExists( sqlite3 db, string zFile ) method checkSavepointCount (line 621) | static int checkSavepointCount( sqlite3 db ) method checkSavepointCount (line 630) | static int checkSavepointCount( sqlite3 db ) { return 1; } method sqlite3VdbeExec (line 664) | static int sqlite3VdbeExec( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/vdbeapi_c.cs method sqlite3_expired (line 54) | static int sqlite3_expired( sqlite3_stmt pStmt ) method sqlite3_finalize (line 69) | public static int sqlite3_finalize( ref sqlite3_stmt pStmt ) method sqlite3_reset (line 99) | public static int sqlite3_reset( sqlite3_stmt pStmt ) method sqlite3_clear_bindings (line 122) | static int sqlite3_clear_bindings( sqlite3_stmt pStmt ) method sqlite3_value_blob (line 145) | public static byte[] sqlite3_value_blob( sqlite3_value pVal ) method sqlite3_value_bytes (line 169) | public static int sqlite3_value_bytes( sqlite3_value pVal ) method sqlite3_value_bytes16 (line 173) | public static int sqlite3_value_bytes16( sqlite3_value pVal ) method sqlite3_value_double (line 177) | public static double sqlite3_value_double( sqlite3_value pVal ) method sqlite3_value_int (line 181) | public static int sqlite3_value_int( sqlite3_value pVal ) method sqlite3_value_int64 (line 185) | public static sqlite_int64 sqlite3_value_int64( sqlite3_value pVal ) method sqlite3_value_text (line 189) | public static string sqlite3_value_text( sqlite3_value pVal ) method sqlite3_value_text16 (line 194) | static string sqlite3_value_text16(sqlite3_value pVal){ method sqlite3_value_text16be (line 197) | static string sqlite3_value_text16be(sqlite3_value pVal){ method sqlite3_value_text16le (line 200) | static string sqlite3_value_text16le(sqlite3_value pVal){ method sqlite3_value_type (line 204) | public static int sqlite3_value_type( sqlite3_value pval ) method setResultStrOrError (line 217) | static void setResultStrOrError( method sqlite3_result_blob (line 230) | public static void sqlite3_result_blob( method sqlite3_result_double (line 241) | public static void sqlite3_result_double( sqlite3_context pCtx, double r... method sqlite3_result_error (line 246) | public static void sqlite3_result_error( sqlite3_context pCtx, string z,... method sqlite3_result_int (line 259) | static void sqlite3_result_int( sqlite3_context pCtx, int iVal ) method sqlite3_result_int64 (line 264) | static void sqlite3_result_int64( sqlite3_context pCtx, i64 iVal ) method sqlite3_result_null (line 269) | static void sqlite3_result_null( sqlite3_context pCtx ) method sqlite3_result_text (line 275) | public static void sqlite3_result_text( method sqlite3_result_text16 (line 286) | void sqlite3_result_text16( method sqlite3_result_text16be (line 295) | void sqlite3_result_text16be( method sqlite3_result_text16le (line 304) | void sqlite3_result_text16le( method sqlite3_result_value (line 314) | static void sqlite3_result_value( sqlite3_context pCtx, sqlite3_value pV... method sqlite3_result_zeroblob (line 319) | static void sqlite3_result_zeroblob( sqlite3_context pCtx, int n ) method sqlite3_result_error_code (line 324) | static void sqlite3_result_error_code( sqlite3_context pCtx, int errCode ) method sqlite3_result_error_toobig (line 335) | static void sqlite3_result_error_toobig( sqlite3_context pCtx ) method sqlite3_result_error_nomem (line 344) | static void sqlite3_result_error_nomem( sqlite3_context pCtx ) method sqlite3Step (line 361) | static int sqlite3Step( Vdbe p ) method sqlite3_step (line 482) | public static int sqlite3_step( sqlite3_stmt pStmt ) method sqlite3_user_data (line 530) | static object sqlite3_user_data( sqlite3_context p ) method sqlite3_context_db_handle (line 540) | static sqlite3 sqlite3_context_db_handle( sqlite3_context p ) method sqlite3InvalidFunction (line 554) | static void sqlite3InvalidFunction( method sqlite3_aggregate_context (line 574) | public static Mem sqlite3_aggregate_context( sqlite3_context p, int nByte ) method sqlite3_get_auxdata (line 609) | static string sqlite3_get_auxdata( sqlite3_context pCtx, int iArg ) method sqlite3_set_auxdata (line 627) | static void sqlite3_set_auxdata( method sqlite3_aggregate_count (line 685) | static int sqlite3_aggregate_count( sqlite3_context p ) method sqlite3_column_count (line 695) | public static int sqlite3_column_count( sqlite3_stmt pStmt ) method sqlite3_data_count (line 705) | public static int sqlite3_data_count( sqlite3_stmt pStmt ) method columnMem (line 719) | static Mem columnMem( sqlite3_stmt pStmt, int i ) method columnMallocFailure (line 781) | static void columnMallocFailure( sqlite3_stmt pStmt ) method sqlite3_column_blob (line 800) | public static byte[] sqlite3_column_blob( sqlite3_stmt pStmt, int i ) method sqlite3_column_bytes (line 811) | static int sqlite3_column_bytes( sqlite3_stmt pStmt, int i ) method sqlite3_column_bytes16 (line 817) | static int sqlite3_column_bytes16( sqlite3_stmt pStmt, int i ) method sqlite3_column_double (line 823) | public static double sqlite3_column_double(sqlite3_stmt pStmt, int i) method sqlite3_column_int (line 829) | public static int sqlite3_column_int( sqlite3_stmt pStmt, int i ) method sqlite3_column_int64 (line 835) | public static sqlite_int64 sqlite3_column_int64( sqlite3_stmt pStmt, int... method sqlite3_column_text (line 841) | public static string sqlite3_column_text( sqlite3_stmt pStmt, int i ) method sqlite3_column_value (line 847) | static sqlite3_value sqlite3_column_value( sqlite3_stmt pStmt, int i ) method sqlite3_column_type (line 865) | public static int sqlite3_column_type( sqlite3_stmt pStmt, int i ) method columnName (line 895) | static string columnName( method sqlite3_column_name (line 934) | public static string sqlite3_column_name( sqlite3_stmt pStmt, int N ) method sqlite3_column_name16 (line 940) | public static string sqlite3_column_name16(sqlite3_stmt pStmt, int N){ method sqlite3_column_decltype (line 959) | public static string sqlite3_column_decltype( sqlite3_stmt pStmt, int N ) method sqlite3_column_database_name (line 979) | static byte[] sqlite3_column_database_name(sqlite3_stmt pStmt, int N){ FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/vdbeaux_c.cs class CSSQLite (line 16) | public partial class CSSQLite method sqlite3VdbeCreate (line 61) | static Vdbe sqlite3VdbeCreate( sqlite3 db ) method sqlite3VdbeSetSql (line 81) | static void sqlite3VdbeSetSql( Vdbe p, string z, int n, int isPrepareV2 ) method sqlite3_sql (line 95) | static string sqlite3_sql( sqlite3_stmt pStmt ) method sqlite3VdbeSwap (line 104) | static void sqlite3VdbeSwap( Vdbe pA, Vdbe pB ) method sqlite3VdbeTrace (line 126) | static void sqlite3VdbeTrace( Vdbe p, FILE trace ) method growOpArray (line 141) | static int growOpArray( Vdbe p ) method sqlite3VdbeAddOp3 (line 172) | static int sqlite3VdbeAddOp3( Vdbe p, int op, int p1, int p2, int p3 ) method sqlite3VdbeAddOp0 (line 209) | static int sqlite3VdbeAddOp0( Vdbe p, int op ) method sqlite3VdbeAddOp1 (line 213) | static int sqlite3VdbeAddOp1( Vdbe p, int op, int p1 ) method sqlite3VdbeAddOp2 (line 217) | static int sqlite3VdbeAddOp2( Vdbe p, int op, int p1, bool b2 ) method sqlite3VdbeAddOp2 (line 222) | static int sqlite3VdbeAddOp2( Vdbe p, int op, int p1, int p2 ) method sqlite3VdbeAddOp4 (line 232) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeAddOp4 (line 241) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeAddOp4 (line 250) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeAddOp4 (line 259) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeAddOp4 (line 269) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeAddOp4 (line 278) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeAddOp4 (line 287) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeAddOp4 (line 296) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeAddOp4 (line 305) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeAddOp4 (line 314) | static int sqlite3VdbeAddOp4( Vdbe p, int op, int p1, int p2, int p3, ... method sqlite3VdbeMakeLabel (line 351) | static int sqlite3VdbeMakeLabel( Vdbe p ) method sqlite3VdbeResolveLabel (line 376) | static void sqlite3VdbeResolveLabel( Vdbe p, int x ) method resolveP2Values (line 411) | static void resolveP2Values( Vdbe p, ref int pMaxFuncArgs ) method sqlite3VdbeCurrentAddr (line 497) | static int sqlite3VdbeCurrentAddr( Vdbe p ) method sqlite3VdbeAddOpList (line 507) | static int sqlite3VdbeAddOpList( Vdbe p, int nOp, VdbeOpList[] aOp ) method sqlite3VdbeChangeP1 (line 559) | static void sqlite3VdbeChangeP1( Vdbe p, int addr, int val ) method sqlite3VdbeChangeP2 (line 573) | static void sqlite3VdbeChangeP2( Vdbe p, int addr, int val ) method sqlite3VdbeChangeP3 (line 586) | static void sqlite3VdbeChangeP3( Vdbe p, int addr, int val ) method sqlite3VdbeChangeP5 (line 600) | static void sqlite3VdbeChangeP5( Vdbe p, u8 val ) method sqlite3VdbeJumpHere (line 614) | static void sqlite3VdbeJumpHere( Vdbe p, int addr ) method freeEphemeralFunction (line 624) | static void freeEphemeralFunction( sqlite3 db, FuncDef pDef ) method freeP4 (line 636) | static void freeP4( sqlite3 db, int p4type, object p4 ) method sqlite3VdbeChangeToNoop (line 684) | static void sqlite3VdbeChangeToNoop( Vdbe p, int addr, int N ) method sqlite3VdbeChangeP4 (line 727) | static void sqlite3VdbeChangeP4( Vdbe p, int addr, CollSeq pColl, int n ) method sqlite3VdbeChangeP4 (line 733) | static void sqlite3VdbeChangeP4( Vdbe p, int addr, FuncDef pFunc, int n ) method sqlite3VdbeChangeP4 (line 739) | static void sqlite3VdbeChangeP4( Vdbe p, int addr, int i32n, int n ) method sqlite3VdbeChangeP4 (line 746) | static void sqlite3VdbeChangeP4( Vdbe p, int addr, KeyInfo pKeyInfo, i... method sqlite3VdbeChangeP4 (line 752) | static void sqlite3VdbeChangeP4( Vdbe p, int addr, char c, int n ) method sqlite3VdbeChangeP4 (line 759) | static void sqlite3VdbeChangeP4( Vdbe p, int addr, Mem m, int n ) method sqlite3VdbeChangeP4 (line 768) | static void sqlite3VdbeChangeP4( Vdbe p, int addr, string z, dxDel P4_... method sqlite3VdbeChangeP4 (line 775) | static void sqlite3VdbeChangeP4( Vdbe p, int addr, string z, int n ) method sqlite3VdbeChangeP4 (line 783) | static void sqlite3VdbeChangeP4( Vdbe p, int addr, union_p4 _p4, int n ) method sqlite3VdbeComment (line 915) | static void sqlite3VdbeComment( Vdbe p, string zFormat, params object[... method sqlite3VdbeNoopComment (line 930) | static void sqlite3VdbeNoopComment( Vdbe p, string zFormat, params obj... method sqlite3VdbeGetOp (line 968) | static VdbeOp sqlite3VdbeGetOp( Vdbe p, int addr ) method displayP4 (line 995) | static string displayP4( Op pOp, string zBuffer, int nTemp ) method sqlite3VdbeUsesBtree (line 1114) | static void sqlite3VdbeUsesBtree( Vdbe p, int i ) method sqlite3VdbePrintOp (line 1132) | static void sqlite3VdbePrintOp( FILE pOut, int pc, Op pOp ) method releaseMemArray (line 1156) | static void releaseMemArray( Mem[] p, int N ) method sqlite3VdbeReleaseBuffers (line 1201) | int sqlite3VdbeReleaseBuffers(Vdbe *p){ method sqlite3VdbeList (line 1233) | static int sqlite3VdbeList( method sqlite3VdbePrintSql (line 1387) | static void sqlite3VdbePrintSql( Vdbe p ) method sqlite3VdbeIOTraceSql (line 1406) | static void sqlite3VdbeIOTraceSql( Vdbe p ) method sqlite3VdbeMakeReady (line 1491) | static void sqlite3VdbeMakeReady( method sqlite3VdbeFreeCursor (line 1644) | static void sqlite3VdbeFreeCursor( Vdbe p, VdbeCursor pCx ) method closeAllCursors (line 1681) | static void closeAllCursors( Vdbe p ) method Cleanup (line 1703) | static void Cleanup( Vdbe p ) method sqlite3VdbeSetNumCols (line 1736) | static void sqlite3VdbeSetNumCols( Vdbe p, int nResColumn ) method sqlite3VdbeSetColName (line 1769) | static int sqlite3VdbeSetColName( method vdbeCommit (line 1799) | static int vdbeCommit( sqlite3 db, Vdbe p ) method checkActiveVdbeCnt (line 2053) | static void checkActiveVdbeCnt( sqlite3 db ) method checkActiveVdbeCnt (line 2073) | static void checkActiveVdbeCnt( sqlite3 db ){} method invalidateCursorsOnModifiedBtrees (line 2092) | static void invalidateCursorsOnModifiedBtrees( sqlite3 db ) method sqlite3VdbeCloseStatement (line 2115) | static int sqlite3VdbeCloseStatement( Vdbe p, int eOp ) method sqlite3VdbeMutexArrayEnter (line 2177) | static void sqlite3VdbeMutexArrayEnter(Vdbe p){ method sqlite3VdbeHalt (line 2200) | static int sqlite3VdbeHalt( Vdbe p ) method sqlite3VdbeResetStepResult (line 2406) | static void sqlite3VdbeResetStepResult( Vdbe p ) method sqlite3VdbeReset (line 2422) | static int sqlite3VdbeReset( Vdbe p ) method sqlite3VdbeFinalize (line 2508) | static int sqlite3VdbeFinalize( Vdbe p ) method sqlite3VdbeDeleteAuxData (line 2526) | static void sqlite3VdbeDeleteAuxData( VdbeFunc pVdbeFunc, int mask ) method sqlite3VdbeDelete (line 2546) | static void sqlite3VdbeDelete( ref Vdbe p ) method sqlite3VdbeCursorMoveto (line 2602) | static int sqlite3VdbeCursorMoveto( VdbeCursor p ) method sqlite3VdbeSerialType (line 2685) | static u32 sqlite3VdbeSerialType( Mem pMem, int file_format ) method sqlite3VdbeSerialTypeLen (line 2740) | static u32 sqlite3VdbeSerialTypeLen( u32 serial_type ) method sqlite3VdbeSerialPut (line 2824) | static u32 sqlite3VdbeSerialPut( byte[] buf, int offset, int nBuf, Mem... method sqlite3VdbeSerialGet (line 2889) | static u32 sqlite3VdbeSerialGet( method sqlite3VdbeSerialGet (line 3012) | static int sqlite3VdbeSerialGet( method sqlite3VdbeRecordUnpack (line 3144) | static UnpackedRecord sqlite3VdbeRecordUnpack( method sqlite3VdbeDeleteUnpackedRecord (line 3213) | static void sqlite3VdbeDeleteUnpackedRecord( UnpackedRecord p ) method sqlite3VdbeRecordCompare (line 3262) | static int sqlite3VdbeRecordCompare( method sqlite3VdbeRecordCompare (line 3270) | static int sqlite3VdbeRecordCompare( method sqlite3VdbeIdxRowid (line 3378) | static int sqlite3VdbeIdxRowid( sqlite3 db, BtCursor pCur, ref i64 row... method sqlite3VdbeIdxKeyCompare (line 3467) | static int sqlite3VdbeIdxKeyCompare( method sqlite3VdbeSetChanges (line 3506) | static void sqlite3VdbeSetChanges( sqlite3 db, int nChange ) method sqlite3VdbeCountChanges (line 3517) | static void sqlite3VdbeCountChanges( Vdbe v ) method sqlite3ExpirePreparedStatements (line 3532) | static void sqlite3ExpirePreparedStatements( sqlite3 db ) method sqlite3VdbeDb (line 3544) | static sqlite3 sqlite3VdbeDb( Vdbe v ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/vdbeblob_c.cs class CSSQLite (line 3) | public partial class CSSQLite type Incrblob (line 38) | public struct Incrblob FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/vdbemem_c.cs class CSSQLite (line 13) | public partial class CSSQLite method expandBlob (line 49) | static void expandBlob( Mem P ) method sqlite3VdbeChangeEncoding (line 65) | static int sqlite3VdbeChangeEncoding( Mem pMem, int desiredEnc ) method sqlite3VdbeMemGrow (line 105) | static int sqlite3VdbeMemGrow( Mem pMem, int n, int preserve ) method sqlite3VdbeMemMakeWriteable (line 160) | static int sqlite3VdbeMemMakeWriteable( Mem pMem ) method sqlite3VdbeMemExpandBlob (line 185) | static int sqlite3VdbeMemExpandBlob( Mem pMem ) method sqlite3VdbeMemNulTerminate (line 228) | static int sqlite3VdbeMemNulTerminate( Mem pMem ) method sqlite3VdbeMemStringify (line 259) | static int sqlite3VdbeMemStringify( Mem pMem, int enc ) method sqlite3VdbeMemFinalize (line 311) | static int sqlite3VdbeMemFinalize( Mem pMem, FuncDef pFunc ) method sqlite3VdbeMemReleaseExternal (line 338) | static void sqlite3VdbeMemReleaseExternal( Mem p ) method sqlite3VdbeMemRelease (line 376) | static void sqlite3VdbeMemRelease( Mem p ) method doubleToInt64 (line 398) | static i64 doubleToInt64( double r ) method sqlite3VdbeIntValue (line 439) | static i64 sqlite3VdbeIntValue( Mem pMem ) method sqlite3VdbeRealValue (line 479) | static double sqlite3VdbeRealValue( Mem pMem ) method sqlite3VdbeIntegerAffinity (line 518) | static void sqlite3VdbeIntegerAffinity( Mem pMem ) method sqlite3VdbeMemIntegerify (line 546) | static int sqlite3VdbeMemIntegerify( Mem pMem ) method sqlite3VdbeMemRealify (line 561) | static int sqlite3VdbeMemRealify( Mem pMem ) method sqlite3VdbeMemNumerify (line 575) | static int sqlite3VdbeMemNumerify( Mem pMem ) method sqlite3VdbeMemSetNull (line 600) | static void sqlite3VdbeMemSetNull( Mem pMem ) method sqlite3VdbeMemSetZeroBlob (line 616) | static void sqlite3VdbeMemSetZeroBlob( Mem pMem, int n ) method sqlite3VdbeMemSetInt64 (line 639) | static void sqlite3VdbeMemSetInt64( Mem pMem, i64 val ) method sqlite3VdbeMemSetDouble (line 651) | static void sqlite3VdbeMemSetDouble( Mem pMem, double val ) method sqlite3VdbeMemSetRowSet (line 670) | static void sqlite3VdbeMemSetRowSet( Mem pMem ) method sqlite3VdbeMemTooBig (line 695) | static bool sqlite3VdbeMemTooBig( Mem p ) method sqlite3VdbeMemShallowCopy (line 721) | static void sqlite3VdbeMemShallowCopy( Mem pTo, Mem pFrom, int srcType ) method sqlite3VdbeMemCopy (line 739) | static int sqlite3VdbeMemCopy( Mem pTo, Mem pFrom ) method sqlite3VdbeMemMove (line 769) | static void sqlite3VdbeMemMove( Mem pTo, Mem pFrom ) method sqlite3VdbeMemSetStr (line 798) | static int sqlite3VdbeMemSetStr( method sqlite3MemCompare (line 937) | static int sqlite3MemCompare( Mem pMem1, Mem pMem2, CollSeq pColl ) method sqlite3VdbeMemFromBtree (line 1088) | static int sqlite3VdbeMemFromBtree( method sqlite3ValueText (line 1160) | static string sqlite3ValueText( sqlite3_value pVal, int enc ) method sqlite3ValueNew (line 1210) | static sqlite3_value sqlite3ValueNew( sqlite3 db ) method sqlite3ValueFromExpr (line 1232) | static int sqlite3ValueFromExpr( method sqlite3ValueSetStr (line 1321) | static void sqlite3ValueSetStr( method sqlite3ValueFree (line 1335) | static void sqlite3ValueFree( ref sqlite3_value v ) method sqlite3ValueBytes (line 1346) | static int sqlite3ValueBytes( sqlite3_value pVal, int enc ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/vtab_c.cs class CSSQLite (line 3) | public partial class CSSQLite method createModule (line 35) | static int createModule( method sqlite3_mutex_enter (line 45) | sqlite3_mutex_enter(db->mutex); method sqlite3Strlen30 (line 46) | nName = sqlite3Strlen30(zName); method if (line 48) | if( pMod ){ method if (line 65) | else if( xDestroy ){ method sqlite3ApiExit (line 68) | rc = sqlite3ApiExit(db, SQLITE_OK); method sqlite3_mutex_leave (line 69) | sqlite3_mutex_leave(db->mutex); method sqlite3_create_module (line 77) | int sqlite3_create_module( method sqlite3_create_module_v2 (line 89) | int sqlite3_create_module_v2( FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/walker_c.cs class CSSQLite (line 3) | public partial class CSSQLite method sqlite3WalkExpr (line 52) | static int sqlite3WalkExpr( Walker pWalker, ref Expr pExpr ) method sqlite3WalkExprList (line 80) | static int sqlite3WalkExprList( Walker pWalker, ExprList p ) method sqlite3WalkSelectExpr (line 101) | static int sqlite3WalkSelectExpr( Walker pWalker, Select p ) method sqlite3WalkSelectFrom (line 120) | static int sqlite3WalkSelectFrom( Walker pWalker, Select p ) method sqlite3WalkSelect (line 152) | static int sqlite3WalkSelect( Walker pWalker, Select p ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/SQLite/src/where_c.cs class CSSQLite (line 10) | public partial class CSSQLite method WHERETRACE (line 51) | static void WHERETRACE( string X, params object[] ap ) { if ( sqlite3W... method WHERETRACE (line 54) | static void WHERETRACE( string X, params object[] ap ) { } class WhereTerm (line 117) | public class WhereTerm class _u (line 122) | public class _u class WhereClause (line 158) | public class WhereClause method CopyTo (line 173) | public void CopyTo( WhereClause wc ) class WhereOrInfo (line 190) | public class WhereOrInfo class WhereAndInfo (line 200) | public class WhereAndInfo class WhereMaskSet (line 231) | public class WhereMaskSet method CopyTo (line 236) | public void CopyTo( WhereMaskSet wms ) class WhereCost (line 247) | public class WhereCost method whereClauseInit (line 334) | static void whereClauseInit( method whereOrInfoDelete (line 354) | static void whereOrInfoDelete( sqlite3 db, WhereOrInfo p ) method whereAndInfoDelete (line 363) | static void whereAndInfoDelete( sqlite3 db, WhereAndInfo p ) method whereClauseClear (line 373) | static void whereClauseClear( WhereClause pWC ) method whereClauseInsert (line 419) | static int whereClauseInsert( WhereClause pWC, Expr p, u8 wtFlags ) method whereSplit (line 469) | static void whereSplit( WhereClause pWC, Expr pExpr, int op ) method getMask (line 493) | static Bitmask getMask( WhereMaskSet pMaskSet, int iCursor ) method createMask (line 515) | static void createMask( WhereMaskSet pMaskSet, int iCursor ) method exprTableUsage (line 537) | static Bitmask exprTableUsage( WhereMaskSet pMaskSet, Expr p ) method exprListTableUsage (line 558) | static Bitmask exprListTableUsage( WhereMaskSet pMaskSet, ExprList pLi... method exprSelectTableUsage (line 571) | static Bitmask exprSelectTableUsage( WhereMaskSet pMaskSet, Select pS ) method allowedOp (line 591) | static bool allowedOp( int op ) method exprCommute (line 617) | static void exprCommute( Parse pParse, Expr pExpr ) method operatorMask (line 642) | static u16 operatorMask( int op ) method findTerm (line 675) | static WhereTerm findTerm( method exprAnalyzeAll (line 736) | static void exprAnalyzeAll( method isLikeOrGlob (line 757) | static int isLikeOrGlob( method isMatchOfColumn (line 829) | static int isMatchOfColumn( method transferJoinMarkings (line 855) | static void transferJoinMarkings( Expr pDerived, Expr pBase ) method exprAnalyzeOrTerm (line 938) | static void exprAnalyzeOrTerm( method exprAnalyze (line 1228) | static void exprAnalyze( method referencesOtherTables (line 1496) | static bool referencesOtherTables( method isSortingIndex (line 1534) | static bool isSortingIndex( method sortableByRowid (line 1678) | static bool sortableByRowid( method estLog (line 1706) | static double estLog( double N ) method TRACE_IDX_INPUTS (line 1725) | static void TRACE_IDX_INPUTS( sqlite3_index_info p ) method TRACE_IDX_OUTPUTS (line 1746) | static void TRACE_IDX_OUTPUTS( sqlite3_index_info p ) method bestOrClauseIndex (line 1780) | static void bestOrClauseIndex( method allocateIndexInfo (line 1879) | static sqlite3_index_info *allocateIndexInfo( method vtabBestIndex (line 1993) | static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_inf... method bestVirtualIndex (line 2044) | static void bestVirtualIndex( method bestBtreeIndex (line 2194) | static void bestBtreeIndex( method bestIndex (line 2557) | static void bestIndex( method disableTerm (line 2606) | static void disableTerm( WhereLevel pLevel, WhereTerm pTerm ) method codeApplyAffinity (line 2628) | static void codeApplyAffinity( Parse pParse, int _base, int n, Index p... method codeEqualityTerm (line 2652) | static int codeEqualityTerm( method codeAllEqualityTerms (line 2744) | static int codeAllEqualityTerms( method codeOneLoopStart (line 2808) | static Bitmask codeOneLoopStart( method whereInfoFree (line 3442) | static void whereInfoFree( sqlite3 db, WhereInfo pWInfo ) method sqlite3WhereBegin (line 3554) | static WhereInfo sqlite3WhereBegin( method sqlite3WhereEnd (line 4004) | static void sqlite3WhereEnd( WhereInfo pWInfo ) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/EasyTypeConverter.cs class EasyTypeConverter (line 33) | internal class EasyTypeConverter method EasyTypeConverter (line 37) | public EasyTypeConverter() method IsTypeConverterSpecified (line 45) | public static bool IsTypeConverterSpecified(Type type) method FindConverter (line 52) | private static TypeConverter FindConverter(Type type) method RegisterTypeConverterFor (line 61) | private static TypeConverter RegisterTypeConverterFor(Type type) method ConvertToString (line 76) | public string ConvertToString(object obj) method ConvertFromString (line 88) | public object ConvertFromString(string s, Type type) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/ObjectExtensions.cs class ObjectExtensions (line 7) | public static class ObjectExtensions method ToObject (line 9) | public static T ToObject(this IDictionary source) method PascalCase (line 25) | public static string PascalCase(this string word) method AsDictionary (line 33) | public static IDictionary AsDictionary(this object sou... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/ObjectMemberAccessor.cs class ObjectMemberAccessor (line 18) | internal class ObjectMemberAccessor method FindFor (line 35) | public static ObjectMemberAccessor FindFor(Type type) method ObjectMemberAccessor (line 42) | private ObjectMemberAccessor(Type type) method RegisterMember (line 117) | private void RegisterMember(Type type, System.Reflection.MemberInfo m,... type MemberInfo (line 185) | public struct MemberInfo method ContainsKey (line 198) | public bool ContainsKey(string name) method GetEnumerator (line 219) | public Dictionary.Enumerator GetEnumerator() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/Parser.cs class ParseErrorException (line 15) | internal class ParseErrorException: Exception method ParseErrorException (line 21) | public ParseErrorException(string message) : base(message) { } class Parser (line 31) | internal abstract class Parser method Parse (line 41) | protected bool Parse(Func start_rule, string text) method InitializeParser (line 47) | void InitializeParser() method InitializeLines (line 123) | private void InitializeLines() type Position (line 144) | public struct Position { method Error (line 163) | public bool Error(string message, params object[] args) method WarningIf (line 188) | protected bool WarningIf(bool condition, string message, params object... method WarningUnless (line 213) | protected bool WarningUnless(bool condition, string message, params ob... method Warning (line 235) | protected bool Warning(string message, params object[] args) method StoreWarning (line 252) | protected virtual void StoreWarning(string message) { } method RewindUnless (line 281) | protected bool RewindUnless(Func rule) // (join) method Rewind (line 298) | protected virtual void Rewind() {} method Repeat (line 330) | protected bool Repeat(Func rule) // * method OneAndRepeat (line 372) | protected bool OneAndRepeat(Func rule) // + method Repeat (line 400) | protected bool Repeat(int n, Func rule) method Repeat (line 438) | protected bool Repeat(int min, int max, Func rule) method Optional (line 470) | protected bool Optional(bool rule) // ? method Optional (line 494) | protected bool Optional(Func rule) // ? method Accept (line 532) | protected bool Accept(Func charset) method Accept (line 575) | protected bool Accept(char c) method Accept (line 598) | protected bool Accept(string s) method Accept (line 613) | protected bool Accept(Regex r) method Repeat (line 626) | protected bool Repeat(Func charset) method OneAndRepeat (line 637) | protected bool OneAndRepeat(Func charset) method Repeat (line 651) | protected bool Repeat(Func charset, int n) method Repeat (line 667) | protected bool Repeat(Func charset, int min, int max) method Optional (line 685) | protected bool Optional(Func charset) // ? method Charset (line 740) | protected static Func Charset(Func definition) method Charset (line 787) | protected static Func Charset( method Save (line 807) | protected bool Save(Func rule, ref string value) method Save (line 822) | protected bool Save(Func rule) method Save (line 844) | protected bool Save(Func rule, Action save) method Action (line 866) | protected bool Action(Action action) method ErrorUnless (line 878) | protected bool ErrorUnless(bool rule, string message, params object[] ... method ErrorUnless (line 891) | protected bool ErrorUnless(Func rule, string message, params obj... method ErrorUnlessWithAdditionalCondition (line 905) | protected bool ErrorUnlessWithAdditionalCondition(Func rule, boo... method ErrorIf (line 922) | protected bool ErrorIf(bool condition, string message, params object[]... method Assign (line 935) | protected bool Assign(out T var, T value) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/RehashableDictionary.cs type IRehashableKey (line 10) | interface IRehashableKey class RehashableDictionary (line 23) | class RehashableDictionary: IDisposable, IDictionary class KeyValue (line 26) | class KeyValue method KeyValue (line 30) | public KeyValue(K key, V value) method Rehash (line 62) | void Rehash(K key) class DictionaryEventArgs (line 116) | public class DictionaryEventArgs: EventArgs method DictionaryEventArgs (line 120) | public DictionaryEventArgs(K key, V value) method OnAdded (line 127) | protected virtual void OnAdded(K key, V value) method KeyChanged (line 136) | void KeyChanged(object sender, EventArgs e) method OnRemoved (line 141) | protected virtual void OnRemoved(K key, V value) method Dispose (line 150) | public void Dispose() method AddCore (line 156) | void AddCore(K key, V value, bool exclusive) method ReplaceKeyValue (line 185) | void ReplaceKeyValue(KeyValue oldkv, KeyValue newkv, bool exclusive) method RemoveCore (line 196) | bool RemoveCore(K key, bool compareValue, V value) method TryGetValueCore (line 218) | bool TryGetValueCore(K key, out V value) method ItemsFromHash (line 231) | public ICollection> ItemsFromHash(int key_hash) class ItemsCollection (line 245) | class ItemsCollection: KeysValuesBase> method ItemsCollection (line 248) | public ItemsCollection(RehashableDictionary dictionary, List dictionary, KeyVal... method ItemsCollection (line 259) | public ItemsCollection(RehashableDictionary dictionary) method Contains (line 270) | public override bool Contains(KeyValuePair item) method CopyTo (line 275) | public override void CopyTo(KeyValuePair[] array, int arrayIndex) method GetEnumerator (line 281) | public override IEnumerator> GetEnumerator() method FindItem (line 297) | void FindItem(K key, bool compareValue, V value, method FindItem (line 322) | void FindItem(K key, bool compareValue, V value, method GetEnumeratorCore (line 359) | IEnumerator GetEnumeratorCore(IDictionary items) method Add (line 374) | public void Add(K key, V value) method ContainsKey (line 379) | public bool ContainsKey(K key) class KeysValuesBase (line 394) | abstract class KeysValuesBase: ICollection, IDisposable method KeysValuesBase (line 398) | public KeysValuesBase(RehashableDictionary dictionary) method Dispose (line 404) | public void Dispose() method DictionaryChanged (line 409) | void DictionaryChanged(object sender, RehashableDictionary.Dic... method CheckValid (line 414) | protected void CheckValid() method ThrowReadOnlyError (line 421) | static void ThrowReadOnlyError() method Add (line 428) | public void Add(T item) method Clear (line 431) | public void Clear() method Contains (line 434) | public abstract bool Contains(T item); method CopyTo (line 436) | public abstract void CopyTo(T[] array, int arrayIndex); method Remove (line 444) | public bool Remove(T item) method GetEnumerator (line 451) | public abstract IEnumerator GetEnumerator(); method GetEnumerator (line 457) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnu... class KeyCollection (line 465) | class KeyCollection: KeysValuesBase method KeyCollection (line 467) | public KeyCollection(RehashableDictionary dictionary) method Contains (line 471) | public override bool Contains(K item) method CopyTo (line 476) | public override void CopyTo(K[] array, int arrayIndex) method GetEnumerator (line 484) | public override IEnumerator GetEnumerator() method Remove (line 493) | public bool Remove(K key) method TryGetValue (line 498) | public bool TryGetValue(K key, out V value) class ValueCollection (line 508) | class ValueCollection: KeysValuesBase method ValueCollection (line 510) | public ValueCollection(RehashableDictionary dictionary) method Contains (line 514) | public override bool Contains(V item) method CopyTo (line 519) | public override void CopyTo(V[] array, int arrayIndex) method GetEnumerator (line 527) | public override IEnumerator GetEnumerator() method Add (line 555) | public void Add(KeyValuePair item) method Clear (line 560) | public void Clear() method Contains (line 570) | public bool Contains(KeyValuePair item) method CopyTo (line 578) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method Remove (line 594) | public bool Remove(KeyValuePair item) method GetEnumerator (line 603) | public IEnumerator> GetEnumerator() method GetEnumerator (line 614) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/TypeUtils.cs class TypeUtils (line 28) | internal static class TypeUtils method GetAttribute (line 37) | public static AttributeType GetAttribute(this System.Re... method GetType (line 53) | public static Type GetType(string name) method IsPureValueType (line 70) | public static bool IsPureValueType(Type type) method IsStruct (line 93) | public static bool IsStruct(Type type) method AreEqual (line 104) | public static bool AreEqual(object a, object b) method IsNumeric (line 118) | public static bool IsNumeric(object obj) method CastToNumericType (line 134) | public static object CastToNumericType(object obj, Type type) method CastToDouble (line 174) | public static double CastToDouble(object obj) method IsPublic (line 209) | public static bool IsPublic(Type type) class EqualityComparerByRef (line 219) | public class EqualityComparerByRef: EqualityComparer method Equals (line 228) | public override bool Equals(T x, T y) method GetHashCode (line 240) | public override int GetHashCode(T obj) class HashCodeByRef (line 258) | public class HashCodeByRef where T: class method HashCodeByRef (line 267) | static HashCodeByRef() class RehashableDictionary (line 287) | class RehashableDictionary: IDictionary where K: class class KeyValue (line 294) | class KeyValue method KeyValue (line 299) | public KeyValue(K key, V value) method Add (line 309) | public void Add(K key, V value) method ContainsKey (line 321) | public bool ContainsKey(K key) method Remove (line 331) | public bool Remove(K key) method TryGetValue (line 336) | public bool TryGetValue(K key, out V value) method Add (line 362) | public void Add(KeyValuePair item) method Clear (line 367) | public void Clear() method Contains (line 372) | public bool Contains(KeyValuePair item) method CopyTo (line 377) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method Remove (line 392) | public bool Remove(KeyValuePair item) method GetEnumerator (line 401) | public IEnumerator> GetEnumerator() method GetEnumerator (line 410) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnu... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/UriEncoding.cs class StringUriEncodingExtention (line 17) | internal static class StringUriEncodingExtention method UriEscape (line 24) | public static string UriEscape(this string s) method UriEscapeForTag (line 34) | public static string UriEscapeForTag(this string s) method UriUnescape (line 44) | public static string UriUnescape(this string s) class UriEncoding (line 57) | internal class UriEncoding method Escape (line 59) | public static string Escape(string s) method EscapeForTag (line 72) | public static string EscapeForTag(string s) method IntToHex (line 86) | static string IntToHex(int c) method IntToHex (line 92) | static string IntToHex(int c1, int c2) method IntToHex (line 99) | static string IntToHex(int c1, int c2, int c3) method Unescape (line 108) | public static string Unescape(string s) method HexToInt (line 142) | static int HexToInt(char c) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/YamlAnchorDictionary.cs class AnchorDictionary (line 8) | internal class AnchorDictionary type RewindInfo (line 12) | struct RewindInfo method RewindInfo (line 14) | public RewindInfo(string anchor_name, YamlNode old_value) method AnchorDictionary (line 26) | public AnchorDictionary(Func error) method Error (line 30) | bool Error(string format, params object[] args) method Add (line 43) | public void Add(string anchor_name, YamlNode node) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/YamlConstructor.cs class ObjectActivator (line 13) | internal class ObjectActivator method Add (line 17) | public void Add(Func activator) method Activate (line 22) | public T Activate() where T: class method Activate (line 26) | public object Activate(Type type) class YamlConstructor (line 37) | internal class YamlConstructor method NodeToObject (line 45) | public object NodeToObject(YamlNode node, YamlConfig config) method NodeToObject (line 56) | public object NodeToObject(YamlNode node, Type expected, YamlConfig co... method TypeFromTag (line 67) | private static Type TypeFromTag(string tag) method NodeToObjectInternal (line 92) | object NodeToObjectInternal(YamlNode node, Type expected, Dictionary(string tag, string regex, Func decode... method AddActivator (line 416) | public void AddActivator(Func activator) class YamlNode (line 740) | public abstract class YamlNode: IRehashableKey method YamlNode (line 769) | public YamlNode() method ShorthandTag (line 807) | public string ShorthandTag() method GetHashCode (line 818) | public override int GetHashCode() method GetHashCodeCore (line 835) | protected abstract int GetHashCodeCore(); method OnChanged (line 839) | protected virtual void OnChanged() method Equals (line 892) | public override bool Equals(object obj) method OnLoaded (line 903) | internal virtual void OnLoaded() class ObjectRepository (line 910) | internal class ObjectRepository class Status (line 919) | public class Status method Status (line 922) | public Status(int c) method AlreadyAppeared (line 928) | public bool AlreadyAppeared(YamlNode a, YamlNode b, out bool identity) method Equals (line 977) | internal abstract bool Equals(YamlNode b, ObjectRepository repository); method EqualsSub (line 988) | internal bool EqualsSub(YamlNode b, ObjectRepository repository, out b... method ToString (line 1006) | public override string ToString() method ToString (line 1011) | internal abstract string ToString(ref int length); method ToYaml (line 1018) | public string ToYaml() method ToYaml (line 1027) | public string ToYaml(YamlConfig config) method ToYaml (line 1035) | public void ToYaml(Stream s) method ToYaml (line 1044) | public void ToYaml(Stream s, YamlConfig config) method ToYaml (line 1052) | public void ToYaml(TextWriter tw) method ToYaml (line 1061) | public void ToYaml(TextWriter tw, YamlConfig config) method ToYamlFile (line 1069) | public void ToYamlFile(string FileName) method ToYamlFile (line 1078) | public void ToYamlFile(string FileName, YamlConfig config) method YamlNode (line 1099) | static YamlNode() method FromYaml (line 1113) | public static YamlNode[] FromYaml(string yaml) method FromYaml (line 1123) | public static YamlNode[] FromYaml(string yaml, YamlConfig config) method FromYaml (line 1132) | public static YamlNode[] FromYaml(Stream s) method FromYaml (line 1143) | public static YamlNode[] FromYaml(Stream s, YamlConfig config) method FromYaml (line 1153) | public static YamlNode[] FromYaml(TextReader tr) method FromYaml (line 1164) | public static YamlNode[] FromYaml(TextReader tr, YamlConfig config) method FromYamlFile (line 1174) | public static YamlNode[] FromYamlFile(string FileName) method FromYamlFile (line 1185) | public static YamlNode[] FromYamlFile(string FileName, YamlConfig config) method ExpandTag (line 1255) | public static string ExpandTag(string tag) method ShorthandTag (line 1279) | public static string ShorthandTag(string tag) class YamlScalar (line 1315) | public class YamlScalar: YamlNode method YamlScalar (line 1331) | public YamlScalar() { Tag = ExpandTag("!!str"); Value = ""; } method YamlScalar (line 1336) | public YamlScalar(string value) { Tag = ExpandTag("!!str"); Value = va... method YamlScalar (line 1342) | public YamlScalar(string tag, string value) { Tag = ExpandTag(tag); Va... method YamlScalar (line 1346) | public YamlScalar(int value) method YamlScalar (line 1354) | public YamlScalar(double value) method YamlScalar (line 1362) | public YamlScalar(bool value) method YamlScalar (line 1370) | public YamlScalar(DateTime value) method OnChanged (line 1429) | protected override void OnChanged() method UpdateNativeObject (line 1435) | void UpdateNativeObject() method Equals (line 1478) | internal override bool Equals(YamlNode b, ObjectRepository repository) method GetHashCodeCore (line 1506) | protected override int GetHashCodeCore() method ToString (line 1523) | internal override string ToString(ref int length) class YamlComplexNode (line 1541) | public abstract class YamlComplexNode: YamlNode method GetHashCodeCore (line 1548) | protected override int GetHashCodeCore() method GetHashCodeCoreSub (line 1564) | protected abstract int GetHashCodeCoreSub(int path, Dictionary method GetHashCodeCoreSub (line 1618) | protected override int GetHashCodeCoreSub(int path, Dictionary> ItemsFromHashCo... method YamlMapping (line 1704) | public YamlMapping(params YamlNode[] nodes) method CheckDuplicatedKeys (line 1715) | void CheckDuplicatedKeys() method CheckDuplicatedKeys (line 1721) | void CheckDuplicatedKeys(YamlNode key) method ChildRemoved (line 1728) | void ChildRemoved(object sender, RehashableDictionary>.Add(KeyValuePair item) method CopyTo (line 1912) | void ICollection>.CopyTo(KeyValuePair... method Remove (line 1927) | bool ICollection>.Remove(KeyValuePair... method GetEnumerator (line 1937) | public IEnumerator> GetEnumerator() method GetEnumerator (line 1943) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class YamlSequence (line 1956) | public class YamlSequence: YamlComplexNode, IList, IDisposable method YamlSequence (line 1962) | public YamlSequence(params YamlNode[] nodes) method Dispose (line 1973) | public void Dispose() method GetHashCodeCoreSub (line 1987) | protected override int GetHashCodeCoreSub(int path, Dictionary GetEnumerator() method GetEnumerator (line 2229) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class YamlNodeManipulator (line 2265) | public class YamlNodeManipulator method str (line 2298) | protected static YamlScalar str(string value) method str (line 2308) | protected static YamlScalar str(string tag, string value) method seq (line 2317) | protected static YamlSequence seq(params YamlNode[] nodes) method seq_tag (line 2327) | protected static YamlSequence seq_tag(string tag, params YamlNode[] no... method map (line 2338) | protected static YamlMapping map(params YamlNode[] nodes) method map_tag (line 2348) | protected static YamlMapping map_tag(string tag, params YamlNode[] nodes) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/YamlParser.cs class YamlParser (line 45) | internal class YamlParser: Parser method YamlParser (line 50) | public YamlParser() method Parse (line 66) | public List Parse(string yaml) method Parse (line 76) | public List Parse(string yaml, YamlConfig config) method IsValidPlainText (line 87) | internal bool IsValidPlainText(string plain, YamlConfig config) method StoreWarning (line 107) | protected override void StoreWarning(string message) method ReservedDirective (line 122) | protected virtual void ReservedDirective(string name, params string[] ... method YamlDirective (line 130) | protected virtual void YamlDirective(string version) method WarnIfCharWasBreakInYAML1_1 (line 136) | void WarnIfCharWasBreakInYAML1_1() class Debug (line 154) | private class Debug method Assert (line 156) | public static void Assert(bool condition) method Assert (line 160) | public static void Assert(bool condition, string message) type State (line 173) | public struct State method Rewind (line 196) | protected override void Rewind() method SetValue (line 201) | bool SetValue(YamlNode v) method GetValue (line 209) | YamlNode GetValue() method SetTag (line 225) | private bool SetTag(string tag_handle, string tag_suffix) method SetTag (line 234) | private bool SetTag(string verbatim_tag) method RegisterAnchorFor (line 251) | private void RegisterAnchorFor(YamlNode value) method AutoDetectTag (line 265) | private void AutoDetectTag(string from_style) method CreateScalar (line 280) | private YamlScalar CreateScalar(string auto_detected_tag, Position pos) method CreateSequence (line 293) | private YamlSequence CreateSequence(Position pos) method CreateMapping (line 305) | private YamlMapping CreateMapping(Position pos) type Context (line 321) | enum Context class Charsets (line 334) | class Charsets method Charsets (line 336) | static Charsets() method nbJson (line 435) | public static bool nbJson(char c) // [2] method cByteOrdermark (line 439) | public static bool cByteOrdermark(char c) // [3] method bChar (line 466) | public static bool bChar(char c) { return c == '\n' || c == '\r'; } method nbChar (line 469) | bool nbChar() // [27] method bBreak (line 478) | bool bBreak() // [28] method bAsLineFeed (line 492) | bool bAsLineFeed() // [29] method bNonContent (line 504) | bool bNonContent() // [30] method sWhite (line 508) | bool sWhite() // [33] method Repeat_sWhiteAsString (line 516) | bool Repeat_sWhiteAsString() method nsChar (line 523) | bool nsChar() // [34] method nsUriChar (line 532) | bool nsUriChar() // [39] method nsUriEscapedChar (line 540) | bool nsUriEscapedChar() method nsTagChar (line 585) | bool nsTagChar() // [40] method c_nsEscChar (line 593) | bool c_nsEscChar() // [62] method InvalidEscapeSequence (line 684) | void InvalidEscapeSequence(int n) method HexValue (line 694) | bool HexValue(int p, out int v) method HexNibble (line 702) | int HexNibble(char c) method sIndent (line 715) | bool sIndent(int n) // [63] method sIndentLT (line 728) | bool sIndentLT(int n) // [64] method sIndentLE (line 740) | bool sIndentLE(int n) // [65] method sIndentCounted (line 744) | bool sIndentCounted(int n, out int m) // [185, 187] method sSeparateInLine (line 756) | private bool sSeparateInLine() // [66] method StartOfLine (line 760) | private bool StartOfLine() // [66, 79, 206] method sLinePrefix (line 766) | private bool sLinePrefix(int n, Context c) // [67] method sBlockLinePrefix (line 780) | private bool sBlockLinePrefix(int n) // [68] method sFlowLinePrefix (line 784) | bool sFlowLinePrefix(int n) // [69] method lEmpty (line 790) | private bool lEmpty(int n, Context c) // [70] method b_lTrimmed (line 797) | private bool b_lTrimmed(int n, Context c) // [71] method bAsSpace (line 803) | bool bAsSpace() // [72] method b_lFolded (line 809) | private bool b_lFolded(int n, Context c) // [73] method sFlowFolded (line 813) | private bool sFlowFolded(int n) // [74] method c_nbCommentText (line 824) | private bool c_nbCommentText() // [75] method bComment (line 828) | bool bComment() // [76] method EndOfFile (line 832) | bool EndOfFile() // [76, 206] method s_bComment (line 836) | bool s_bComment() // [77] method lComment (line 843) | bool lComment() // [78] method s_lComments (line 852) | bool s_lComments() // [79] method sSeparate (line 858) | bool sSeparate(int n, Context c) // [80] method sSeparateLines (line 873) | bool sSeparateLines(int n) // [81] method lDirective (line 881) | bool lDirective() // [82] method nsReservedDirective (line 892) | bool nsReservedDirective() // [83] method nsYamlDirective (line 905) | bool nsYamlDirective() // [86] method nsTagDirective (line 924) | bool nsTagDirective() // [88] method cTagHandle (line 939) | private bool cTagHandle(out string tag_handle) // [89]' method nsTagPrefix (line 951) | private bool nsTagPrefix(out string tag_prefix) // [93] method c_nsLocalTagPrefix (line 957) | private bool c_nsLocalTagPrefix(out string tag_prefix) // [94] method nsGlobalTagPrefix (line 971) | private bool nsGlobalTagPrefix(out string tag_prefix) // [95] method c_nsProperties (line 984) | bool c_nsProperties(int n, Context c) // [96] method c_nsTagProperty (line 992) | bool c_nsTagProperty() // [97]' method cVerbatimTag (line 1004) | private bool cVerbatimTag() // [98]' method c_nsShorthandTag (line 1017) | private bool c_nsShorthandTag() // [99]' method GetStringValue (line 1030) | string GetStringValue() method cNonSpecificTag (line 1036) | private bool cNonSpecificTag() // [100]' method c_nsAnchorProperty (line 1042) | bool c_nsAnchorProperty() // [101] method nsAnchorName (line 1049) | private bool nsAnchorName() // [103] method c_nsAliasNode (line 1058) | private bool c_nsAliasNode() // [104] method eScalar (line 1073) | private bool eScalar() method eNode (line 1081) | private bool eNode() method nbDoubleChar (line 1088) | private bool nbDoubleChar() // [107] method nsDoubleChar (line 1096) | bool nsDoubleChar() // [108] method cDoubleQuoted (line 1100) | private bool cDoubleQuoted(int n, Context c) // [109] method nbDoubleText (line 1115) | private bool nbDoubleText(int n, Context c) // [110] method nbDoubleOneLine (line 1128) | private bool nbDoubleOneLine(int n) // [111] method sDoubleEscaped (line 1132) | private bool sDoubleEscaped(int n) // [112] method sDoubleBreak (line 1141) | private bool sDoubleBreak(int n) // [113] method nb_nsDoubleInLine (line 1145) | private bool nb_nsDoubleInLine() // [114] method sDoubleNextLine (line 1149) | private bool sDoubleNextLine(int n) // [115] method nbDoubleMultiLine (line 1160) | private bool nbDoubleMultiLine(int n) // [116] method nbSingleChar (line 1167) | bool nbSingleChar() // [118] method nsSingleChar (line 1181) | bool nsSingleChar() // [119] method cSingleQuoted (line 1185) | private bool cSingleQuoted(int n, Context c) // [120] method nbSingleText (line 1200) | private bool nbSingleText(int n, Context c) // [121] method nbSingleOneLine (line 1213) | private bool nbSingleOneLine(int n) // [122] method nb_nsSingleInLine (line 1217) | private bool nb_nsSingleInLine() // [123] method sSingleNextLine (line 1221) | private bool sSingleNextLine(int n) // [124] method nbSingleMultiLine (line 1231) | private bool nbSingleMultiLine(int n) // [125] method nsPlainFirst (line 1238) | private bool nsPlainFirst(Context c) // [126] method nsPlainSafe (line 1248) | private bool nsPlainSafe(Context c) // [127] method nsPlainSafe (line 1256) | private bool nsPlainSafe(Context c, char cc) // [127] method nsPlainChar (line 1269) | private bool nsPlainChar(Context c) // [130] method nsPlain (line 1285) | private bool nsPlain(int n, Context c) // [131] method nb_nsPlainInLine (line 1305) | private bool nb_nsPlainInLine(Context c) // [132] method nsPlainOneLine (line 1312) | private bool nsPlainOneLine(Context c) // [133] method s_nsPlainNextLine (line 1316) | private bool s_nsPlainNextLine(int n, Context c) // [134] method nsPlainMultiLine (line 1324) | private bool nsPlainMultiLine(int n, Context c) // [135] method InFlow (line 1333) | private Context InFlow(Context c) // [136] method cFlowSequence (line 1347) | private bool cFlowSequence(int n, Context c) // [137] method ns_sFlowSeqEntries (line 1366) | private bool ns_sFlowSeqEntries(int n, Context c, YamlSequence sequenc... method nsFlowSeqEntry (line 1378) | private bool nsFlowSeqEntry(int n, Context c) // [139] method cFlowMapping (line 1395) | private bool cFlowMapping(int n, Context c) // [140] method ns_sFlowMapEntries (line 1412) | private bool ns_sFlowMapEntries(int n, Context c, YamlMapping mapping)... method nsFlowMapEntry (line 1425) | private bool nsFlowMapEntry(int n, Context c, ref YamlNode key) // [142] method nsFlowMapExplicitEntry (line 1434) | private bool nsFlowMapExplicitEntry(int n, Context c, ref YamlNode key... method nsFlowMapImplicitEntry (line 1442) | private bool nsFlowMapImplicitEntry(int n, Context c, ref YamlNode key... method nsFlowMapYamlKeyEntry (line 1449) | private bool nsFlowMapYamlKeyEntry(int n, Context c, ref YamlNode key)... method c_nsFlowMapEmptyKeyEntry (line 1458) | private bool c_nsFlowMapEmptyKeyEntry(int n, Context c, ref YamlNode k... method c_nsFlowMapSeparateValue (line 1468) | private bool c_nsFlowMapSeparateValue(int n, Context c) // [147] method c_nsFlowMapJsonKeyEntry (line 1477) | private bool c_nsFlowMapJsonKeyEntry(int n, Context c, ref YamlNode ke... method c_nsFlowMapAdjacentValue (line 1486) | private bool c_nsFlowMapAdjacentValue(int n, Context c) // [149] method nsFlowPair (line 1495) | private bool nsFlowPair(int n, Context c, ref YamlNode key) // [150] method nsFlowPairEntry (line 1504) | private bool nsFlowPairEntry(int n, Context c, ref YamlNode key) // [151] method nsFlowPairYamlKeyEntry (line 1511) | private bool nsFlowPairYamlKeyEntry(int n, Context c, ref YamlNode key... method c_nsFlowPairJsonKeyEntry (line 1518) | private bool c_nsFlowPairJsonKeyEntry(int n, Context c, ref YamlNode k... method ns_sImplicitYamlKey (line 1525) | private bool ns_sImplicitYamlKey(Context c) // [154] method c_sImplicitJsonKey (line 1535) | private bool c_sImplicitJsonKey(Context c) // [155] method nsFlowYamlContent (line 1548) | private bool nsFlowYamlContent(int n, Context c) // [156] method cFlowJsonContent (line 1552) | private bool cFlowJsonContent(int n, Context c) // [157] method nsFlowContent (line 1557) | private bool nsFlowContent(int n, Context c) // [158] method nsFlowYamlNode (line 1563) | private bool nsFlowYamlNode(int n, Context c) // [159] method cFlowJsonNode (line 1571) | private bool cFlowJsonNode(int n, Context c) // [160] method nsFlowNode (line 1577) | private bool nsFlowNode(int n, Context c) // [161] type ChompingIndicator (line 1594) | enum ChompingIndicator method c_bBlockHeader (line 1600) | private bool c_bBlockHeader(out int m, out ChompingIndicator t) // [162] method cIndentationIndicator (line 1615) | bool cIndentationIndicator(ref int m) // [163] method cChompingIndicator (line 1624) | bool cChompingIndicator(ref ChompingIndicator t) // [164] method bChompedLast (line 1638) | private bool bChompedLast(ChompingIndicator t) // [165] method lChompedEmpty (line 1644) | private bool lChompedEmpty(int n, ChompingIndicator t) // [166] method lStripEmpty (line 1648) | private bool lStripEmpty(int n) // [167] method lKeepEmpty (line 1653) | private bool lKeepEmpty(int n) // [168] method lTrailComments (line 1658) | private bool lTrailComments(int n) // [169] method AutoDetectIndentation (line 1667) | int AutoDetectIndentation(int n) // [170, 183] method c_lLiteral (line 1693) | bool c_lLiteral(int n) // [170] method l_nbLiteralText (line 1708) | bool l_nbLiteralText(int n) // [171] method b_nbLiteralNext (line 1716) | bool b_nbLiteralNext(int n) // [172] method lLiteralContent (line 1724) | private bool lLiteralContent(int n, ChompingIndicator t) // [173] method c_lFolded (line 1733) | private bool c_lFolded(int n) // [174] method s_nbFoldedText (line 1750) | private bool s_nbFoldedText(int n) // [175] method l_nbFoldedLines (line 1757) | private bool l_nbFoldedLines(int n) // [176] method s_nbSpacedText (line 1762) | private bool s_nbSpacedText(int n) // [177] method b_lSpaced (line 1769) | private bool b_lSpaced(int n) // [178] method l_nbSpacedLines (line 1776) | private bool l_nbSpacedLines(int n) // [179] method l_nbSameLines (line 1783) | private bool l_nbSameLines(int n) // [180] method l_nbDiffLines (line 1790) | private bool l_nbDiffLines(int n) // [181] method lFoldedContent (line 1796) | private bool lFoldedContent(int n, ChompingIndicator t) // [182] method lBlockSequence (line 1807) | private bool lBlockSequence(int n) // [183] method c_lBlockSeqEntry (line 1821) | private bool c_lBlockSeqEntry(int n, YamlSequence sequence) // [184] method s_lBlockIndented (line 1829) | bool s_lBlockIndented(int n, Context c) // [185] method ns_lCompactSequence (line 1838) | private bool ns_lCompactSequence(int n) // [186] method lBlockMapping (line 1854) | private bool lBlockMapping(int n) // [187] method ns_lBlockMapEntry (line 1872) | private bool ns_lBlockMapEntry(int n, ref YamlNode key) // [188] method c_lBlockMapExplicitEntry (line 1877) | private bool c_lBlockMapExplicitEntry(int n, ref YamlNode key) // [189] method c_lBlockMapExplicitKey (line 1889) | private bool c_lBlockMapExplicitKey(int n, ref YamlNode key) // [190] method lBlockMapExplicitValue (line 1897) | private bool lBlockMapExplicitValue(int n) // [191] method ns_lBlockMapImplicitEntry (line 1905) | private bool ns_lBlockMapImplicitEntry(int n, ref YamlNode key) // [192] method ns_sBlockMapImplicitKey (line 1915) | private bool ns_sBlockMapImplicitKey() // [193] method c_lBlockMapImplicitValue (line 1920) | private bool c_lBlockMapImplicitValue(int n) // [194] method ns_lCompactMapping (line 1927) | private bool ns_lCompactMapping(int n) // [195] method s_lBlockNode (line 1944) | bool s_lBlockNode(int n, Context c) // [196] method s_lFlowInBlock (line 1950) | bool s_lFlowInBlock(int n) // [197] method s_lBlockInBlock (line 1958) | bool s_lBlockInBlock(int n, Context c) // [198] method s_lBlockScalar (line 1965) | bool s_lBlockScalar(int n, Context c) // [199] method s_lBlockCollection (line 1973) | bool s_lBlockCollection(int n, Context c) // [200] method SeqSpaces (line 1985) | private int SeqSpaces(int n, Context c) // [201] method lDocumentPrefix (line 2002) | private bool lDocumentPrefix() // [202] method cDirectivesEnd (line 2006) | private bool cDirectivesEnd() // [203] method cDocumentEnd (line 2010) | private bool cDocumentEnd() // [204] method lDocumentSuffix (line 2014) | bool lDocumentSuffix() // [205] method cForbidden (line 2021) | bool cForbidden() // [206] method lBareDocument (line 2033) | bool lBareDocument() // [207] method lExplicitDocument (line 2046) | bool lExplicitDocument() // [208] method lDirectiveDocument (line 2053) | bool lDirectiveDocument() // [209] method lAnyDocument (line 2062) | bool lAnyDocument() // [210] method lYamlStream (line 2069) | private bool lYamlStream() // [211] FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/YamlPresenter.cs class YamlPresenter (line 26) | internal class YamlPresenter method ToYaml (line 32) | public string ToYaml(YamlNode node) method ToYaml (line 37) | public string ToYaml(YamlNode node, YamlConfig config) method ToYaml (line 44) | public void ToYaml(Stream s, YamlNode node, YamlConfig config) method ToYaml (line 50) | public void ToYaml(TextWriter yaml, YamlNode node, YamlConfig config) method MarkMultiTimeAppearingChildNodesToBeAnchored (line 65) | static void MarkMultiTimeAppearingChildNodesToBeAnchored(YamlNode node) method NextAnchor (line 101) | internal static string NextAnchor(string anchor) // this is "protected... type Context (line 113) | internal enum Context method Write (line 121) | void Write(string s) method WriteLine (line 151) | void WriteLine(string s) method WriteLine (line 157) | void WriteLine() method NodeToYaml (line 164) | private void NodeToYaml(YamlNode node, string pres, Context c) method GetPropertyOrNull (line 194) | private static string GetPropertyOrNull(YamlNode node, string name) method ScalarToYaml (line 202) | private void ScalarToYaml(YamlScalar node, string pres, Context c) method IsValidPlainText (line 244) | private bool IsValidPlainText(string s, Context c) class DoubleQuote (line 263) | public class DoubleQuote: Parser type State (line 265) | internal struct State { } method DoubleQuote (line 272) | public DoubleQuote() method nbDoubleSafeChar (line 288) | bool nbDoubleSafeChar() method Quote (line 297) | public string Quote(string s, string pres, Context c) method DoubleQuoteString (line 303) | bool DoubleQuoteString(string pres, Context c) method cDoubleQuoteChar (line 308) | bool cDoubleQuoteChar(string pres, Context c) method nsEscapedChar (line 319) | private bool nsEscapedChar() method bBreak (line 336) | private bool bBreak(string pres, Context c) method EndOfString (line 365) | private bool EndOfString() method SequenceToYaml (line 374) | private void SequenceToYaml(YamlSequence node, string pres, Context c) method BlockSequenceToYaml (line 383) | private void BlockSequenceToYaml(YamlSequence node, string pres, Conte... method FlowSequenceToYaml (line 400) | private void FlowSequenceToYaml(YamlSequence node, string pres, Contex... method MappingToYaml (line 424) | private void MappingToYaml(YamlMapping node, string pres, Context c) method WriteImplicitKeyIfPossible (line 458) | bool WriteImplicitKeyIfPossible(YamlNode node, string pres, Context c) method TagToYaml (line 482) | private string TagToYaml(YamlNode node, string defaultTag) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/YamlRepresenter.cs class YamlRepresenter (line 20) | internal class YamlRepresenter: YamlNodeManipulator method TypeNameToYamlTag (line 22) | private static string TypeNameToYamlTag(Type type) method ObjectToNode (line 43) | public YamlNode ObjectToNode(object obj) method ObjectToNode (line 49) | public YamlNode ObjectToNode(object obj, YamlConfig config) method ObjectToNode (line 60) | YamlNode ObjectToNode(object obj, Type expect) method AppendToAppeared (line 76) | private void AppendToAppeared(object obj, YamlNode node) method ObjectToNodeSub (line 85) | YamlNode ObjectToNodeSub(object obj, Type expect) method CreateArrayNode (line 132) | private YamlNode CreateArrayNode(Array array) method CreateArrayNodeSub (line 137) | private YamlNode CreateArrayNodeSub(Array array, int i, long[] indices) method ArrayLength (line 159) | static long ArrayLength(Array array, int i) method CreateBinaryArrayNode (line 167) | private YamlNode CreateBinaryArrayNode(Array array) method Base64Encode (line 196) | private static string Base64Encode(Type type, byte[] binary) method MapKey (line 210) | private YamlScalar MapKey(string key) method CreateMapping (line 218) | private YamlMapping CreateMapping(string tag, object obj /*, bool by_c... method DictionaryToMap (line 271) | private YamlMapping DictionaryToMap(object obj) method CreateSequence (line 293) | public YamlSequence CreateSequence(string tag, IEnumerator iter, Type ... FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/YamlSerializer.cs class YamlSerializer (line 645) | public class YamlSerializer method YamlSerializer (line 656) | public YamlSerializer() method YamlSerializer (line 663) | public YamlSerializer(YamlConfig config) method Serialize (line 673) | public string Serialize(object obj) method Serialize (line 684) | public void Serialize(Stream s, object obj) method Serialize (line 695) | public void Serialize(TextWriter tw, object obj) method SerializeToFile (line 706) | public void SerializeToFile(string YamlFileName, object obj) method Deserialize (line 719) | public object[] Deserialize(string yaml, params Type[] types) method Deserialize (line 744) | public object[] Deserialize(Stream s, params Type[] types) method Deserialize (line 756) | public object[] Deserialize(TextReader tr, params Type[] types) method DeserializeFromFile (line 768) | public object[] DeserializeFromFile(string YamlFileName, params Type[]... class StringExtention (line 778) | internal static class StringExtention method DoFormat (line 786) | public static string DoFormat(this string format, params object[] args) type YamlSerializeMethod (line 798) | public enum YamlSerializeMethod class YamlSerializeAttribute (line 832) | public sealed class YamlSerializeAttribute: Attribute method YamlSerializeAttribute (line 863) | public YamlSerializeAttribute(YamlSerializeMethod SerializeMethod) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/YamlTagPrefixes.cs class YamlTagPrefixes (line 14) | internal class YamlTagPrefixes class Debug (line 25) | private class Debug method Assert (line 27) | public static void Assert(bool condition) method Assert (line 31) | public static void Assert(bool condition, string message) method YamlTagPrefixes (line 40) | public YamlTagPrefixes(Func error) method Error (line 44) | void Error(string format, params object[] args) method Reset (line 48) | public bool Reset() method SetupDefaultTagPrefixes (line 53) | public void SetupDefaultTagPrefixes() method Add (line 60) | public void Add(string tag_handle, string tag_prefix) method Resolve (line 77) | public string Resolve(string tag_handle, string tag_name) FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/YamlTagResolutionScheme.cs class YamlTagResolver (line 13) | internal class YamlTagResolver method YamlTagResolver (line 18) | public YamlTagResolver() method AddDefaultRules (line 26) | void AddDefaultRules() method TypeFromTag (line 85) | public Type TypeFromTag(string tag) method AddRule (line 122) | public void AddRule(string tag, string regex, Func decode... method AddRule (line 129) | public void AddRule(string regex, Func decode, Func ... method Decode (line 271) | public override object Decode(Match m) method Encode (line 275) | public override string Encode(object obj) method GetTypeOfValue (line 279) | public override Type GetTypeOfValue() method HasEncoder (line 283) | public override bool HasEncoder() class YamlTagResolutionRule (line 259) | internal class YamlTagResolutionRule: YamlTagResolutionRule method Decode (line 252) | public abstract object Decode(Match m); method Encode (line 253) | public abstract string Encode(object obj); method GetTypeOfValue (line 254) | public abstract Type GetTypeOfValue(); method HasEncoder (line 255) | public abstract bool HasEncoder(); method IsMatch (line 256) | public bool IsMatch(string value) { return Pattern.IsMatch(value); } method YamlTagResolutionRule (line 261) | public YamlTagResolutionRule(string tag, string regex, Func ... method Decode (line 271) | public override object Decode(Match m) method Encode (line 275) | public override string Encode(object obj) method GetTypeOfValue (line 279) | public override Type GetTypeOfValue() method HasEncoder (line 283) | public override bool HasEncoder() FILE: winPEAS/winPEASexe/winPEAS/3rdParty/YamlSerializer/YamlTagValidator.cs class YamlTagValidator (line 15) | internal class YamlTagValidator: Parser type Status (line 20) | public struct Status { } method IsValid (line 33) | public bool IsValid(string tag) method TagUri (line 40) | private bool TagUri() method taggingEntity (line 54) | private bool taggingEntity() method authorityName (line 64) | private bool authorityName() method DNSname (line 71) | private bool DNSname() method DNScomp (line 81) | private bool DNScomp() method alphaNum (line 92) | private bool alphaNum() method emailAddress (line 105) | private bool emailAddress() method date (line 114) | private bool date() method num (line 121) | private bool num() method specific (line 131) | private bool specific() method fragment (line 137) | private bool fragment() method EndOfString (line 143) | private bool EndOfString() method pchar (line 148) | bool pchar() method hexDig (line 167) | bool hexDig() FILE: winPEAS/winPEASexe/winPEAS/Checks/ActiveDirectoryInfo.cs class ActiveDirectoryInfo (line 15) | internal class ActiveDirectoryInfo : ISystemCheck method PrintInfo (line 19) | public void PrintInfo(bool isDebug) method GetCurrentSidSet (line 37) | private static HashSet GetCurrentSidSet() method GetRootDseProp (line 56) | private static string GetRootDseProp(string prop) method GetProp (line 72) | private static string GetProp(SearchResult r, string name) method PrintAdObjectControlPaths (line 80) | private void PrintAdObjectControlPaths() method EnumerateHighValueTargets (line 201) | private static IEnumerable<(string Label, string DistinguishedName)> E... method AnalyzeDirectoryObject (line 220) | private static AdObjectFinding AnalyzeDirectoryObject(string dn, strin... method EvaluateSecurity (line 242) | private static AdObjectFinding EvaluateSecurity(DirectoryEntry entry, ... method MapRuleToImpacts (line 333) | private static IEnumerable MapRuleToImpacts(ActiveDire... method MapExtendedRightImpact (line 419) | private static AdAccessImpact MapExtendedRightImpact(Guid objectType, ... method MapAttributeWriteImpact (line 455) | private static AdAccessImpact MapAttributeWriteImpact(Guid objectType,... method GetGuidFriendlyName (line 548) | private static string GetGuidFriendlyName(Guid guid, string schemaNC, ... method LookupGuidInSchema (line 590) | private static string LookupGuidInSchema(Guid guid, string schemaNC) method LookupGuidInExtendedRights (line 615) | private static string LookupGuidInExtendedRights(Guid guid, string con... method GuidToLdapFilter (line 641) | private static string GuidToLdapFilter(Guid guid) class AdObjectFinding (line 653) | private class AdObjectFinding class AdAccessImpact (line 662) | private class AdAccessImpact method PrintGmsaReadableByCurrentPrincipal (line 670) | private void PrintGmsaReadableByCurrentPrincipal() method PrintKerberoastableServiceAccounts (line 758) | private void PrintKerberoastableServiceAccounts() method PrintAdcsMisconfigurations (line 790) | private void PrintAdcsMisconfigurations() method PrintDomainKerberosDefaults (line 977) | private void PrintDomainKerberosDefaults(string defaultNc) method EnumerateKerberoastCandidates (line 1028) | private void EnumerateKerberoastCandidates(string defaultNc) method BuildKerberoastCandidate (line 1115) | private KerberoastCandidate BuildKerberoastCandidate(SearchResult r) method BuildSpnSummary (line 1171) | private static string BuildSpnSummary(SearchResult r) method GetPrivilegedGroups (line 1192) | private static List GetPrivilegedGroups(SearchResult r) method ExtractCn (line 1218) | private static string ExtractCn(string dn) method IsComputerObject (line 1233) | private static bool IsComputerObject(SearchResult r) method IsManagedServiceAccount (line 1238) | private static bool IsManagedServiceAccount(SearchResult r) method HasObjectClass (line 1243) | private static bool HasObjectClass(SearchResult r, string className) method GetFileTimeProp (line 1256) | private static DateTime? GetFileTimeProp(SearchResult r, string propName) method ConvertFileTime (line 1263) | private static DateTime? ConvertFileTime(object value) method GetIntProp (line 1301) | private static int? GetIntProp(SearchResult r, string name) method GetDirectoryEntryInt (line 1308) | private static int? GetDirectoryEntryInt(DirectoryEntry entry, string ... method ConvertToNullableInt (line 1320) | private static int? ConvertToNullableInt(object value) method IsRc4Allowed (line 1333) | private static bool IsRc4Allowed(int? encValue) method HasAes (line 1340) | private static bool HasAes(int? encValue) method DescribeEncTypes (line 1347) | private static string DescribeEncTypes(int? encValue) class KerberoastCandidate (line 1363) | private class KerberoastCandidate FILE: winPEAS/winPEASexe/winPEAS/Checks/ApplicationsInfo.cs class ApplicationsInfo (line 8) | internal class ApplicationsInfo : ISystemCheck method PrintInfo (line 12) | public void PrintInfo(bool isDebug) method PrintActiveWindow (line 26) | void PrintActiveWindow() method PrintInstalledApps (line 56) | void PrintInstalledApps() method PrintAutoRuns (line 102) | private static void PrintAutoRuns() method PrintScheduled (line 189) | void PrintScheduled() method PrintDeviceDrivers (line 238) | void PrintDeviceDrivers() FILE: winPEAS/winPEASexe/winPEAS/Checks/BrowserInfo.cs class BrowserInfo (line 11) | internal class BrowserInfo : ISystemCheck method PrintInfo (line 15) | public void PrintInfo(bool isDebug) FILE: winPEAS/winPEASexe/winPEAS/Checks/Checks.cs class Checks (line 17) | public static class Checks class SystemCheck (line 64) | class SystemCheck method SystemCheck (line 69) | public SystemCheck(string key, ISystemCheck check) method Run (line 76) | internal static void Run(string[] args) method IsNetworkTypeValid (line 370) | private static bool IsNetworkTypeValid(string arg) method PassesMitreFilter (line 421) | private static bool PassesMitreFilter(ISystemCheck check) method RunChecks (line 436) | private static void RunChecks(bool isAllChecks, bool wait) method CreateDynamicLists (line 465) | private static void CreateDynamicLists(bool isFileSearchEnabled) method CheckRegANSI (line 615) | private static void CheckRegANSI() method CheckLongPath (line 628) | private static void CheckLongPath() method WaitInput (line 646) | private static void WaitInput() FILE: winPEAS/winPEASexe/winPEAS/Checks/CloudInfo.cs class CloudInfo (line 7) | internal class CloudInfo : ISystemCheck method PrintInfo (line 11) | public void PrintInfo(bool isDebug) FILE: winPEAS/winPEASexe/winPEAS/Checks/EventsInfo.cs class EventsInfo (line 12) | internal class EventsInfo : ISystemCheck method PrintInfo (line 16) | public void PrintInfo(bool isDebug) method PrintPowerShellEvents (line 30) | private static void PrintPowerShellEvents() method PrintProcessCreationEvents (line 54) | private static void PrintProcessCreationEvents() method PrintLogonEvents (line 82) | private static void PrintLogonEvents() method PrintExplicitLogonEvents (line 150) | private static void PrintExplicitLogonEvents() method PrintUsers (line 185) | private static void PrintUsers(HashSet users) method PowerOnEvents (line 197) | private void PowerOnEvents() FILE: winPEAS/winPEASexe/winPEAS/Checks/FileAnalysis.cs class FileAnalysis (line 15) | internal class FileAnalysis : ISystemCheck method PrintInfo (line 21) | public void PrintInfo(bool isDebug) method InitializeFileSearch (line 32) | private static List InitializeFileSearch(bool useProgr... method Search (line 74) | private static bool[] Search(List files, string fileNa... method SearchContent (line 173) | public static List SearchContent(string text, string regex_str... method PrintYAMLSearchFiles (line 232) | private static void PrintYAMLSearchFiles() method PrintYAMLRegexesSearchFiles (line 278) | private static void PrintYAMLRegexesSearchFiles() method GetRegexpFromString (line 532) | private static string GetRegexpFromString(string str) method ProcessResult (line 547) | private static bool ProcessResult( method GrepResult (line 607) | private static void GrepResult(CustomFileInfo fileInfo, FileSettings f... method SanitizeLineGrep (line 658) | private static string SanitizeLineGrep(string lineGrep) FILE: winPEAS/winPEASexe/winPEAS/Checks/FilesInfo.cs class FilesInfo (line 21) | internal class FilesInfo : ISystemCheck method PrintInfo (line 118) | public void PrintInfo(bool isDebug) method PrintCloudCreds (line 151) | void PrintCloudCreds() method PrintUnattendFiles (line 176) | void PrintUnattendFiles() method PrintSAMBackups (line 196) | void PrintSAMBackups() method PrintMcAffeSitelistFiles (line 219) | private static void PrintMcAffeSitelistFiles() method PrintColored (line 257) | private static void PrintColored(string str, bool isBad) method PrintWSLDistributions (line 269) | void PrintWSLDistributions() method PrintCachedGPPPassword (line 354) | void PrintCachedGPPPassword() method PrintPossCredsRegs (line 379) | void PrintPossCredsRegs() method PrintUserCredsFiles (line 411) | void PrintUserCredsFiles() method PrintRecycleBin (line 462) | void PrintRecycleBin() method PrintUsersInterestingFiles (line 501) | void PrintUsersInterestingFiles() method PrintUsersDocsKeys (line 523) | void PrintUsersDocsKeys() method PrintRecentFiles (line 537) | void PrintRecentFiles() method PrintOtherUsersInterestingFiles (line 567) | void PrintOtherUsersInterestingFiles() method PrintHiddenFilesAndFolders (line 628) | void PrintHiddenFilesAndFolders() method PrintExecutablesInNonDefaultFoldersWithWritePermissions (line 729) | private void PrintExecutablesInNonDefaultFoldersWithWritePermissions() method PrintOracleSQLDeveloperConfigFiles (line 788) | private static void PrintOracleSQLDeveloperConfigFiles() method PrintMachineAndUserCertificateFiles (line 820) | private static void PrintMachineAndUserCertificateFiles() method PrintOutlookDownloads (line 864) | private static void PrintOutlookDownloads() method PrintOfficeMostRecentFiles (line 898) | private static void PrintOfficeMostRecentFiles() method PrintOffice365EndpointsSyncedByOneDrive (line 920) | private static void PrintOffice365EndpointsSyncedByOneDrive() method PrintLOLBAS (line 1008) | private static void PrintLOLBAS() FILE: winPEAS/winPEASexe/winPEAS/Checks/Globals.cs class Globals (line 3) | internal static class Globals FILE: winPEAS/winPEASexe/winPEAS/Checks/ISystemCheck.cs type ISystemCheck (line 3) | public interface ISystemCheck method PrintInfo (line 5) | void PrintInfo(bool isDebug); FILE: winPEAS/winPEASexe/winPEAS/Checks/NetworkInfo.cs class NetworkInfo (line 16) | internal class NetworkInfo : ISystemCheck method PrintInfo (line 30) | public void PrintInfo(bool isDebug) method PrintNetShares (line 57) | private void PrintNetShares() method PrintHostsFile (line 86) | private void PrintHostsFile() method PrintNetworkIfaces (line 107) | private void PrintNetworkIfaces() method PrintListeningPorts (line 132) | private void PrintListeningPorts() method PrintListeningPortsTcp (line 141) | private void PrintListeningPortsTcp(Dictionary processes... method PrintListeningPortsTcpIPv4 (line 151) | private void PrintListeningPortsTcpIPv4(Dictionary proce... method PrintListeningPortsTcpIPv6 (line 184) | private void PrintListeningPortsTcpIPv6(Dictionary proce... method PrintListeningPortsUdp (line 217) | private void PrintListeningPortsUdp(Dictionary processes... method PrintListeningPortsUdpIPv4 (line 227) | private void PrintListeningPortsUdpIPv4(Dictionary proce... method PrintListeningPortsUdpIPv6 (line 263) | private void PrintListeningPortsUdpIPv6(Dictionary proce... method PrintFirewallRules (line 299) | private void PrintFirewallRules() method PrintDNSCache (line 346) | private void PrintDNSCache() method PrintMappedDrivesWMI (line 364) | private static void PrintMappedDrivesWMI() method PrintInternetSettings (line 395) | private static void PrintInternetSettings() method PrintInternetConnectivity (line 445) | private void PrintInternetConnectivity() method PrintHostnameResolution (line 500) | private void PrintHostnameResolution() method PrintNetworkScan (line 525) | internal void PrintNetworkScan() FILE: winPEAS/winPEASexe/winPEAS/Checks/NetworkScanCheck.cs class NetworkScanCheck (line 13) | internal class NetworkScanCheck : ISystemCheck method PrintInfo (line 17) | public void PrintInfo(bool isDebug) FILE: winPEAS/winPEASexe/winPEAS/Checks/ProcessInfo.cs class ProcessInfo (line 9) | internal class ProcessInfo : ISystemCheck method PrintInfo (line 13) | public void PrintInfo(bool isDebug) method PrintInterestingProcesses (line 24) | void PrintInterestingProcesses() method PrintVulnLeakedHandlers (line 93) | void PrintVulnLeakedHandlers() FILE: winPEAS/winPEASexe/winPEAS/Checks/RegistryInfo.cs class RegistryInfo (line 9) | internal class RegistryInfo : ISystemCheck method PrintInfo (line 44) | public void PrintInfo(bool isDebug) method PrintTypingInsightsPermissions (line 56) | private void PrintTypingInsightsPermissions() method PrintKnownSystemWritableKeys (line 95) | private void PrintKnownSystemWritableKeys() method PrintHeuristicWritableKeys (line 117) | private void PrintHeuristicWritableKeys() method PrintEntries (line 132) | private static void PrintEntries(IEnumerable ... FILE: winPEAS/winPEASexe/winPEAS/Checks/ServicesInfo.cs class ServicesInfo (line 11) | internal class ServicesInfo : ISystemCheck method PrintInfo (line 17) | public void PrintInfo(bool isDebug) method PrintInterestingServices (line 47) | void PrintInterestingServices() method PrintModifiableServices (line 126) | void PrintModifiableServices() method PrintWritableRegServices (line 163) | void PrintWritableRegServices() method PrintPathDllHijacking (line 191) | void PrintPathDllHijacking() method PrintOemPrivilegedUtilities (line 216) | void PrintOemPrivilegedUtilities() method PrintLegacySignedKernelDrivers (line 262) | void PrintLegacySignedKernelDrivers() method PrintKernelQuickIndicators (line 331) | void PrintKernelQuickIndicators() method FormatDate (line 397) | private string FormatDate(DateTime? dateTime) FILE: winPEAS/winPEASexe/winPEAS/Checks/SoapClientInfo.cs class SoapClientInfo (line 8) | internal class SoapClientInfo : ISystemCheck method PrintInfo (line 12) | public void PrintInfo(bool isDebug) method PrintSoapClientFindings (line 19) | private static void PrintSoapClientFindings() FILE: winPEAS/winPEASexe/winPEAS/Checks/SystemInfo.cs class SystemInfo (line 27) | class SystemInfo : ISystemCheck method PrintInfo (line 56) | public void PrintInfo(bool isDebug) method PrintBasicSystemInfo (line 105) | private static void PrintBasicSystemInfo() method PrintWindowsVersionVulnerabilities (line 127) | private static void PrintWindowsVersionVulnerabilities() method PrintMicrosoftUpdatesCOM (line 188) | private static void PrintMicrosoftUpdatesCOM() method PrintPSInfo (line 243) | static void PrintPSInfo() method PrintTranscriptPS (line 262) | static void PrintTranscriptPS() method PrintAuditInfo (line 331) | private static void PrintAuditInfo() method PrintAuditPoliciesInfo (line 346) | private static void PrintAuditPoliciesInfo() method PrintWEFInfo (line 374) | static void PrintWEFInfo() method PrintLAPSInfo (line 389) | void PrintLAPSInfo() method PrintWdigest (line 408) | static void PrintWdigest() method PrintLSAProtection (line 419) | static void PrintLSAProtection() method PrintCredentialGuard (line 430) | static void PrintCredentialGuard() method PrintCachedCreds (line 454) | static void PrintCachedCreds() method PrintUserEV (line 479) | static void PrintUserEV() method PrintSystemEV (line 498) | static void PrintSystemEV() method PrintInetInfo (line 517) | static void PrintInetInfo() method PrintDrivesInfo (line 540) | static void PrintDrivesInfo() method PrintAVInfo (line 576) | static void PrintAVInfo() method PrintUACInfo (line 595) | static void PrintUACInfo() method PrintWSUS (line 628) | static void PrintWSUS() method TryGetServiceStateAndAccount (line 702) | private static bool TryGetServiceStateAndAccount(string serviceName, o... method PrintKrbRelayUp (line 728) | static void PrintKrbRelayUp() method PrintInsideContainer (line 751) | static void PrintInsideContainer() method PrintAlwaysInstallElevated (line 774) | static void PrintAlwaysInstallElevated() method PrintObjectManagerRaceAmplification (line 805) | static void PrintObjectManagerRaceAmplification() method PrintNtlmSettings (line 830) | private static void PrintNtlmSettings() method PrintPrintNightmarePointAndPrint (line 906) | private static void PrintPrintNightmarePointAndPrint() method PrintPrintersWMIInfo (line 939) | private static void PrintPrintersWMIInfo() method PrintNamedPipes (line 961) | private static void PrintNamedPipes() method PrintNamedPipeAbuseCandidates (line 988) | private static void PrintNamedPipeAbuseCandidates() method PrintAMSIProviders (line 1029) | private void PrintAMSIProviders() method PrintSysmon (line 1052) | private void PrintSysmon() method PrintSysmonConfiguration (line 1058) | private void PrintSysmonConfiguration() method PrintSysmonEventLogs (line 1091) | private void PrintSysmonEventLogs() method PrintWindowsDefenderInfo (line 1117) | private static void PrintWindowsDefenderInfo() method PrintDotNetVersions (line 1214) | private static void PrintDotNetVersions() method PrintSystemLastShutdownTime (line 1270) | private static void PrintSystemLastShutdownTime() method PrintLSAInfo (line 1290) | private static void PrintLSAInfo() method PrintLocalGroupPolicy (line 1343) | private static void PrintLocalGroupPolicy() method PrintPotentialGPOAbuse (line 1370) | private static void PrintPotentialGPOAbuse() method PrintPowerShellSessionSettings (line 1458) | private static void PrintPowerShellSessionSettings() method PrintRegistryCreds (line 1489) | private static void PrintRegistryCreds() FILE: winPEAS/winPEASexe/winPEAS/Checks/UserInfo.cs class UserInfo (line 17) | internal class UserInfo : ISystemCheck method PrintInfo (line 39) | public void PrintInfo(bool isDebug) method ColorsU (line 61) | Dictionary ColorsU() method PrintCU (line 78) | void PrintCU() method PrintTokenP (line 109) | void PrintTokenP() method PrintClipboardText (line 124) | void PrintClipboardText() method PrintLoggedUsers (line 141) | void PrintLoggedUsers() method PrintRdpSessions (line 156) | void PrintRdpSessions() method PrintEverLoggedUsers (line 231) | void PrintEverLoggedUsers() method PrintHomeFolders (line 245) | void PrintHomeFolders() method PrintAutoLogin (line 270) | void PrintAutoLogin() method PrintPasswordPolicies (line 308) | void PrintPasswordPolicies() method PrintLogonSessions (line 323) | private void PrintLogonSessions() method PrintCurrentUserIdleTime (line 356) | private static void PrintCurrentUserIdleTime() method PrintLocalUsers (line 381) | private static void PrintLocalUsers() method PrintCurrentTenantInfo (line 434) | private static void PrintCurrentTenantInfo() FILE: winPEAS/winPEASexe/winPEAS/Checks/WindowsCreds.cs class WindowsCreds (line 20) | internal class WindowsCreds : ISystemCheck method PrintInfo (line 24) | public void PrintInfo(bool isDebug) method PrintVaultCreds (line 48) | private static void PrintVaultCreds() method PrintCredentialManager (line 68) | private static void PrintCredentialManager() method PrintSavedRDPInfo (line 114) | static void PrintSavedRDPInfo() method PrintRecentRunCommands (line 139) | private static void PrintRecentRunCommands() method PrintDPAPIMasterKeys (line 153) | private static void PrintDPAPIMasterKeys() method PrintDpapiCredFiles (line 181) | private static void PrintDpapiCredFiles() method PrintRCManFiles (line 201) | private static void PrintRCManFiles() method PrintKerberosTickets (line 222) | private static void PrintKerberosTickets() method PrintKerberosTGTTickets (line 238) | private static void PrintKerberosTGTTickets() method PrintWifi (line 252) | private static void PrintWifi() method PrintAppCmd (line 307) | private static void PrintAppCmd() method PrintSCClient (line 368) | private static void PrintSCClient() method PrintSCCM (line 390) | private void PrintSCCM() method PrintSecurityPackagesCredentials (line 415) | private static void PrintSecurityPackagesCredentials() method PrintRDPSettings (line 446) | private static void PrintRDPSettings() method GetDescriptionByType (line 490) | private static string GetDescriptionByType(uint? type) FILE: winPEAS/winPEASexe/winPEAS/Helpers/AppLocker/AppLockerHelper.cs class AppLockerHelper (line 9) | internal static class AppLockerHelper method CreateLists (line 44) | public static void CreateLists() method PrintAppLockerPolicy (line 72) | public static void PrintAppLockerPolicy() method PrintFilePublisherRules (line 103) | private static void PrintFilePublisherRules(AppLockerPolicyRuleCollect... method PrintFilePathRules (line 136) | private static void PrintFilePathRules(AppLockerPolicyRuleCollection r... method PrintFileHashRules (line 265) | private static void PrintFileHashRules(AppLockerPolicyRuleCollection r... method GetColorBySid (line 300) | private static string GetColorBySid(string sid) method NormalizePath (line 309) | private static string NormalizePath(string path) method CheckFilesAndSubfolders (line 324) | private static bool CheckFilesAndSubfolders(string path, string ruleTy... method CheckFileWriteAccess (line 376) | private static bool CheckFileWriteAccess(string path) method CheckDirectoryAndParentsWriteAccess (line 399) | private static bool CheckDirectoryAndParentsWriteAccess(string directory) method CheckDirectoryWriteAccess (line 423) | private static bool CheckDirectoryWriteAccess(string directory, out bo... method IsFilePath (line 454) | private static bool IsFilePath(string path) FILE: winPEAS/winPEASexe/winPEAS/Helpers/AppLocker/AppLockerRules.cs class AppLockerPolicy (line 7) | [System.SerializableAttribute()] class AppLockerPolicyRuleCollection (line 48) | [System.SerializableAttribute()] class AppLockerPolicyRuleCollectionFileHashRule (line 136) | [System.SerializableAttribute()] class AppLockerPolicyRuleCollectionFileHashRuleFileHashCondition (line 240) | [System.SerializableAttribute()] class AppLockerPolicyRuleCollectionFileHashRuleFileHashConditionFileHash (line 263) | [System.SerializableAttribute()] class AppLockerPolicyRuleCollectionFilePathRule (line 335) | [System.SerializableAttribute()] class AppLockerPolicyRuleCollectionFilePathRuleFilePathCondition (line 439) | [System.SerializableAttribute()] class AppLockerPolicyRuleCollectionFilePublisherRule (line 463) | [System.SerializableAttribute()] class AppLockerPolicyRuleCollectionFilePublisherRuleFilePublisherCondition (line 567) | [System.SerializableAttribute()] class AppLockerPolicyRuleCollectionFilePublisherRuleFilePublisherConditionBinaryVersionRange (line 638) | [System.SerializableAttribute()] FILE: winPEAS/winPEASexe/winPEAS/Helpers/AppLocker/IAppIdPolicyHandler.cs type IAppIdPolicyHandler (line 7) | [Guid("B6FEA19E-32DD-4367-B5B7-2F5DA140E87D")] method SetPolicy (line 13) | [DispId(1)] method GetPolicy (line 18) | [DispId(2)] method GetEffectivePolicy (line 24) | [DispId(3)] method IsFileAllowed (line 30) | [DispId(4)] method IsPackageAllowed (line 35) | [DispId(5)] type AppIdPolicyHandler (line 41) | [CoClass(typeof(AppIdPolicyHandlerClass))] class AppIdPolicyHandlerClass (line 49) | [Guid("F1ED7D4C-F863-4DE6-A1CA-7253EFDEE1F3")] method SetPolicy (line 57) | [DispId(1)] method GetPolicy (line 62) | [DispId(2)] method GetEffectivePolicy (line 68) | [DispId(3)] method IsFileAllowed (line 74) | [DispId(4)] method IsPackageAllowed (line 79) | [DispId(5)] FILE: winPEAS/winPEASexe/winPEAS/Helpers/AppLocker/SharpAppLocker.cs class SharpAppLocker (line 11) | public class SharpAppLocker type PolicyType (line 13) | public enum PolicyType method DeserializeToObject (line 20) | public static T DeserializeToObject(string xmlData) where T : class method GetAppLockerPolicy (line 31) | public static AppLockerPolicy GetAppLockerPolicy(PolicyType policyType... FILE: winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs class Beaprint (line 7) | internal static class Beaprint method PrintBanner (line 41) | public static void PrintBanner() method PrintMarketingBanner (line 75) | public static void PrintMarketingBanner() method PrintInit (line 94) | public static void PrintInit() method PrintLegend (line 110) | static void PrintLegend() method PrintUsage (line 121) | public static void PrintUsage() method GreatPrint (line 170) | public static void GreatPrint(string toPrint, string mitreIds = null) method MainPrint (line 180) | public static void MainPrint(string toPrint, string mitreIds = null) method LinkPrint (line 188) | public static void LinkPrint(string link, string comment = "") method InfoPrint (line 195) | public static void InfoPrint(string toPrint) method NotFoundPrint (line 202) | public static void NotFoundPrint() method GoodPrint (line 207) | public static void GoodPrint(string to_print) method BadPrint (line 212) | public static void BadPrint(string to_print) method ColorPrint (line 217) | public static void ColorPrint(string to_print, string color) method GrayPrint (line 222) | public static void GrayPrint(string to_print) method LongPathWarning (line 227) | public static void LongPathWarning(string path) method PrintDebugLine (line 236) | internal static void PrintDebugLine(string log) method PrintLineSeparator (line 242) | public static void PrintLineSeparator() method PrintException (line 248) | public static void PrintException(string message) method PrintNoNL (line 253) | public static void PrintNoNL(string message) method AnsiPrint (line 258) | public static void AnsiPrint(string to_print, Dictionary dicprint, Dict... method DictPrint (line 323) | public static void DictPrint(Dictionary dicprint, bool... method DictPrint (line 342) | public static void DictPrint(List> listdicp... method DictPrint (line 358) | public static void DictPrint(Dictionary dicprint, bool... method DictPrint (line 377) | public static void DictPrint(List> listdicp... method ListPrint (line 393) | public static void ListPrint(List list_to_print) method ListPrint (line 409) | public static void ListPrint(List list_to_print, Dictionary LoadAll() method LoadInternal (line 382) | internal void LoadInternal(NativeMethods.CREDENTIAL credential) FILE: winPEAS/winPEASexe/winPEAS/Helpers/CredentialManager/CredentialManager.cs class CredentialManager (line 6) | internal static class CredentialManager method GetCredentials (line 13) | internal static IEnumerable GetCredentials() FILE: winPEAS/winPEASexe/winPEAS/Helpers/CredentialManager/NativeMethods.cs class NativeMethods (line 19) | public class NativeMethods type CREDENTIAL (line 27) | [StructLayout(LayoutKind.Sequential)] method CredEnumerate (line 44) | internal static IEnumerable CredEnumerate() class CriticalCredentialHandle (line 67) | internal sealed class CriticalCredentialHandle : CriticalHandleZeroOrM... method CriticalCredentialHandle (line 70) | internal CriticalCredentialHandle(IntPtr preexistingHandle) method GetCredential (line 75) | internal CREDENTIAL GetCredential() method ReleaseHandle (line 89) | protected override bool ReleaseHandle() FILE: winPEAS/winPEASexe/winPEAS/Helpers/CredentialManager/PersistenceType.cs type PersistenceType (line 7) | public enum PersistenceType : uint FILE: winPEAS/winPEASexe/winPEAS/Helpers/CredentialManager/SecureStringHelper.cs class SecureStringHelper (line 7) | [SuppressUnmanagedCodeSecurity] method CreateSecureString (line 10) | internal static unsafe SecureString CreateSecureString(string plainStr... method CreateString (line 26) | internal static string CreateString(SecureString secureString) FILE: winPEAS/winPEASexe/winPEAS/Helpers/CustomFileInfo.cs class CustomFileInfo (line 3) | internal class CustomFileInfo method CustomFileInfo (line 11) | public CustomFileInfo(string filename, string extension, string fullPa... FILE: winPEAS/winPEASexe/winPEAS/Helpers/DomainHelper.cs class DomainHelper (line 13) | internal static class DomainHelper class Win32 (line 15) | internal class Win32 method IsDomainJoined (line 22) | public static string IsDomainJoined() method IsDomainJoinedWmi (line 51) | private static string IsDomainJoinedWmi() FILE: winPEAS/winPEASexe/winPEAS/Helpers/Extensions/EnumExtensions.cs class EnumExtensions (line 7) | public static class EnumExtensions method GetDescription (line 9) | public static string GetDescription(this T enumerationValue) FILE: winPEAS/winPEASexe/winPEAS/Helpers/HandlesHelper.cs class HandlesHelper (line 10) | internal class HandlesHelper type FILE_NAME_INFO (line 17) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type THREAD_BASIC_INFORMATION (line 25) | [StructLayout(LayoutKind.Sequential)] type CLIENT_ID (line 36) | [StructLayout(LayoutKind.Sequential)] type PROCESS_BASIC_INFORMATION (line 43) | [StructLayout(LayoutKind.Sequential)] type SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX (line 54) | [StructLayout(LayoutKind.Sequential)] type ProcessAccessFlags (line 67) | [Flags] type OBJECT_BASIC_INFORMATION (line 83) | [StructLayout(LayoutKind.Sequential)] type UNICODE_STRING (line 101) | [StructLayout(LayoutKind.Sequential)] type OBJECT_NAME_INFORMATION (line 110) | [StructLayout(LayoutKind.Sequential)] type OBJECT_TYPE_INFORMATION (line 116) | [StructLayout(LayoutKind.Sequential)] type ObjectInformationClass (line 124) | public enum ObjectInformationClass : int type VULNERABLE_HANDLER_INFO (line 133) | public struct VULNERABLE_HANDLER_INFO type PT_RELEVANT_INFO (line 140) | public struct PT_RELEVANT_INFO type KEY_RELEVANT_INFO (line 149) | public struct KEY_RELEVANT_INFO method checkExploitaible (line 165) | public static VULNERABLE_HANDLER_INFO checkExploitaible(SYSTEM_HANDLE_... method GetObjectType (line 289) | public static string GetObjectType(IntPtr handle) method GetObjectName (line 320) | public static string GetObjectName(IntPtr handle) method GetAllHandlers (line 381) | public static List GetAllHandlers() method GetProcU (line 438) | public static Dictionary GetProcU(Process p) method getProcInfoById (line 472) | public static PT_RELEVANT_INFO getProcInfoById(int pid) method getProcessHandlerInfo (line 512) | public static PT_RELEVANT_INFO getProcessHandlerInfo(IntPtr handle) method getThreadHandlerInfo (line 547) | public static PT_RELEVANT_INFO getThreadHandlerInfo(IntPtr handle) method getKeyHandlerInfo (line 582) | public static KEY_RELEVANT_INFO getKeyHandlerInfo(IntPtr handle) FILE: winPEAS/winPEASexe/winPEAS/Helpers/MemoryHelper.cs class MemoryHelper (line 5) | internal static class MemoryHelper method DisplayMemoryStats (line 7) | public static void DisplayMemoryStats() FILE: winPEAS/winPEASexe/winPEAS/Helpers/MyUtils.cs class MyUtils (line 16) | public class MyUtils method GetCLSIDBinPath (line 18) | public static string GetCLSIDBinPath(string CLSID) method GetLimitedRange (line 24) | public static List GetLimitedRange(List items, int limit) method CheckIfDotNet (line 32) | public static bool CheckIfDotNet(string path, bool ignoreCompanyName =... method GetExecutableFromPath (line 82) | public static string GetExecutableFromPath(string path) method IsBase64String (line 109) | internal static bool IsBase64String(string text) method ReconstructExecPath (line 115) | public static string ReconstructExecPath(string path) method CheckQuoteAndSpaceWithPermissions (line 145) | public static bool CheckQuoteAndSpaceWithPermissions(string path, out ... method CheckQuoteAndSpace (line 190) | public static bool CheckQuoteAndSpace(string path) method ListFolder (line 205) | public static List ListFolder(String path) method CombineArrays (line 220) | internal static byte[] CombineArrays(byte[] first, byte[] second) method IsHighIntegrity (line 226) | public static bool IsHighIntegrity() method ContainsAnyRegex (line 237) | public static bool ContainsAnyRegex(string haystack, List rege... method IsUrlReachable (line 248) | internal static bool IsUrlReachable(string url) method ExecCMD (line 269) | public static string ExecCMD(string args, string alternative_binary = "") method ConvertBytesToHumanReadable (line 302) | public static string ConvertBytesToHumanReadable(double number, int pr... method IsUnicode (line 319) | public static bool IsUnicode(string input) method GetEventLogReader (line 326) | public static EventLogReader GetEventLogReader(string path, string que... FILE: winPEAS/winPEASexe/winPEAS/Helpers/ObjectManagerHelper.cs class ObjectManagerHelper (line 7) | internal static class ObjectManagerHelper method TryCreateSessionEvent (line 9) | public static bool TryCreateSessionEvent(out string objectName, out st... FILE: winPEAS/winPEASexe/winPEAS/Helpers/PermissionsHelper.cs type PermissionType (line 12) | internal enum PermissionType class PermissionsHelper (line 26) | internal static class PermissionsHelper method GetPermissionsFile (line 28) | public static List GetPermissionsFile(string path, Dictionary<... method GetPermissionsFolder (line 58) | public static List GetPermissionsFolder(string path, Dictionar... method GetMyPermissionsF (line 87) | public static List GetMyPermissionsF(FileSecurity fSecurity, D... method GetMyPermissionsR (line 152) | public static List GetMyPermissionsR(RegistryKey key, Dictiona... method PermInt2Str (line 222) | public static string PermInt2Str(int current_perm, PermissionType perm... method GetFolderFromString (line 363) | public static string GetFolderFromString(string path) method GetRecursivePrivs (line 379) | public static Dictionary GetRecursivePrivs(string path... FILE: winPEAS/winPEASexe/winPEAS/Helpers/ProgressBar.cs class ProgressBar (line 7) | internal class ProgressBar : IDisposable, IProgress method ProgressBar (line 20) | public ProgressBar() method Report (line 25) | public void Report(double value) method TimerHandler (line 32) | private void TimerHandler(object state) method UpdateText (line 48) | private void UpdateText(string text) method Dispose (line 77) | public void Dispose() FILE: winPEAS/winPEASexe/winPEAS/Helpers/ReflectionHelper.cs class ReflectionHelper (line 6) | internal static class ReflectionHelper method InvokeMemberMethod (line 8) | public static object InvokeMemberMethod(object target, string name, ob... method InvokeMemberProperty (line 17) | public static object InvokeMemberProperty(object target, string name, ... method InvokeMember (line 26) | private static object InvokeMember(object target, string name, Binding... FILE: winPEAS/winPEASexe/winPEAS/Helpers/Registry/RegistryAclScanner.cs class RegistryWritableKeyInfo (line 11) | internal class RegistryWritableKeyInfo class RegistryAclScanner (line 20) | internal static class RegistryAclScanner method TryGetWritableKey (line 31) | public static bool TryGetWritableKey(string hive, string relativePath,... method ScanWritableKeys (line 45) | public static List ScanWritableKeys(string hi... method Traverse (line 71) | private static void Traverse(string hive, RegistryKey currentKey, stri... method TryCollectWritableInfo (line 133) | private static bool TryCollectWritableInfo(string hive, string relativ... method OpenKey (line 196) | private static RegistryKey OpenKey(string hive, string path) FILE: winPEAS/winPEASexe/winPEAS/Helpers/Registry/RegistryHelper.cs class RegistryHelper (line 8) | static class RegistryHelper method GetReg (line 15) | public static Microsoft.Win32.RegistryKey GetReg(string hive, string p... method WriteRegValue (line 27) | public static bool WriteRegValue(string hive, string path, string keyN... method GetRegValue (line 61) | public static string GetRegValue(string hive, string path, string value) method GetRegValues (line 94) | public static Dictionary GetRegValues(string hive, str... method ListRegValues (line 141) | public static string[] ListRegValues(string hive, string path) method GetRegValueBytes (line 184) | public static byte[] GetRegValueBytes(string hive, string path, string... method GetRegSubkeys (line 217) | public static string[] GetRegSubkeys(string hive, string path) method GetUserSIDs (line 250) | public static string[] GetUserSIDs() method GetDwordValue (line 255) | internal static uint? GetDwordValue(string hive, string key, string val) method CheckIfExists (line 267) | public static string CheckIfExists(string path) FILE: winPEAS/winPEASexe/winPEAS/Helpers/RegistryHelper.cs class RegistryHelper (line 8) | static class RegistryHelper method GetRegValue (line 15) | public static string GetRegValue(string hive, string path, string value) method GetRegValues (line 48) | public static Dictionary GetRegValues(string hive, str... method GetRegValueBytes (line 95) | public static byte[] GetRegValueBytes(string hive, string path, string... method GetRegSubkeys (line 128) | public static string[] GetRegSubkeys(string hive, string path) FILE: winPEAS/winPEASexe/winPEAS/Helpers/Search/LOLBAS.cs class LOLBAS (line 5) | class LOLBAS FILE: winPEAS/winPEASexe/winPEAS/Helpers/Search/Patterns.cs class Patterns (line 5) | static class Patterns FILE: winPEAS/winPEASexe/winPEAS/Helpers/Search/SearchHelper.cs class SearchHelper (line 13) | static class SearchHelper method GetFilesFast (line 44) | public static List GetFilesFast(string folder, string ... method GetFiles (line 94) | private static List GetFiles(string folder, string pattern =... method GetStartDirectories (line 158) | private static IEnumerable GetStartDirectories(string f... method CreateSearchDirectoriesList (line 218) | internal static void CreateSearchDirectoriesList() method CleanLists (line 251) | internal static void CleanLists() method SearchUserCredsFiles (line 263) | internal static IEnumerable SearchUserCredsFiles() method SearchUsersInterestingFiles (line 294) | internal static List SearchUsersInterestingFiles() method FindCachedGPPPassword (line 329) | internal static List FindCachedGPPPassword() method SearchMcAfeeSitelistFiles (line 354) | internal static IEnumerable SearchMcAfeeSitelistFiles() method SearchCurrentUserDocs (line 385) | internal static List SearchCurrentUserDocs() method SearchUsersDocs (line 433) | internal static List SearchUsersDocs() FILE: winPEAS/winPEASexe/winPEAS/Helpers/YamlConfig/YamlConfig.cs class YamlRegexConfig (line 5) | public class YamlRegexConfig class RegularExpressions (line 7) | public class RegularExpressions class RegularExpression (line 11) | public class RegularExpression class YamlConfig (line 24) | public class YamlConfig class FileParam (line 27) | public class FileParam class SearchParameters (line 33) | public class SearchParameters class FileSettings (line 35) | public class FileSettings class FileParameters (line 52) | public class FileParameters class Config (line 58) | public class Config class SearchParams (line 68) | public class SearchParams class Defaults (line 74) | public class Defaults class Variable (line 90) | public class Variable FILE: winPEAS/winPEASexe/winPEAS/Helpers/YamlConfig/YamlConfigHelper.cs class YamlConfigHelper (line 12) | internal class YamlConfigHelper method GetRegexesSearchConfig (line 17) | public static YamlRegexConfig GetRegexesSearchConfig() method GetWindowsSearchConfig (line 56) | public static YamlConfig GetWindowsSearchConfig() method SetDefaultOptions (line 103) | private static void SetDefaultOptions(SearchParams searchItem, Default... method SetFileOptions (line 110) | private static void SetFileOptions(FileParam[] fileParams, Defaults de... method GetValueOrDefault (line 142) | private static T GetValueOrDefault(T val, T defaultValue) method GetValueOrDefault (line 147) | private static T GetValueOrDefault(Dictionary dict,... FILE: winPEAS/winPEASexe/winPEAS/Info/ApplicationInfo/ApplicationInfoHelper.cs class ApplicationInfoHelper (line 10) | internal class ApplicationInfoHelper method GetActiveWindowTitle (line 13) | public static string GetActiveWindowTitle() method GetScheduledAppsNoMicrosoft (line 27) | public static List> GetScheduledAppsNoMicro... FILE: winPEAS/winPEASexe/winPEAS/Info/ApplicationInfo/AutoRuns.cs class AutoRuns (line 17) | internal static class AutoRuns method GetAutoRuns (line 19) | public static List> GetAutoRuns(Dictionary<... method GetRegistryAutoRuns (line 186) | private static IEnumerable> GetRegistryAuto... method GetAutoRunsFolder (line 340) | private static IEnumerable> GetAutoRunsFold... method GetAutoRunsWMIC (line 452) | private static IEnumerable> GetAutoRunsWMIC() method GetAutoRunsFiles (line 513) | private static IEnumerable> GetAutoRunsFiles() FILE: winPEAS/winPEASexe/winPEAS/Info/ApplicationInfo/DeviceDrivers.cs class DeviceDrivers (line 12) | internal static class DeviceDrivers method GetDeviceDriversNoMicrosoft (line 14) | public static Dictionary GetDeviceDriversNoMi... FILE: winPEAS/winPEASexe/winPEAS/Info/ApplicationInfo/InstalledApps.cs class InstalledApps (line 10) | internal static class InstalledApps method GetInstalledAppsPerms (line 12) | public static SortedDictionary> Get... method GetInstalledAppsPermsPath (line 69) | private static SortedDictionary> Ge... FILE: winPEAS/winPEASexe/winPEAS/Info/ApplicationInfo/SoapClientProxyAnalyzer.cs class SoapClientProxyInstance (line 12) | internal class SoapClientProxyInstance class SoapClientProxyFinding (line 20) | internal class SoapClientProxyFinding class SoapClientProxyAnalyzer (line 31) | internal static class SoapClientProxyAnalyzer class SoapClientProxyCandidate (line 33) | private class SoapClientProxyCandidate method CollectFindings (line 70) | public static List CollectFindings() method EnumerateServiceCandidates (line 113) | private static IEnumerable EnumerateServiceC... method EnumerateProcessCandidates (line 150) | private static IEnumerable EnumerateProcessC... method IsInterestingProcessOwner (line 187) | private static bool IsInterestingProcessOwner(string owner) method IsDotNetBinary (line 201) | private static bool IsDotNetBinary(string path) method ScanBinaryIndicators (line 224) | private static void ScanBinaryIndicators(SoapClientProxyFinding finding) method ScanConfigIndicators (line 252) | private static void ScanConfigIndicators(SoapClientProxyFinding finding) method GetConfigPath (line 293) | private static string GetConfigPath(string binaryPath) method FileContainsString (line 302) | private static bool FileContainsString(string path, string value) method IndexOf (line 344) | private static int IndexOf(byte[] buffer, int bufferLength, byte[] pat... FILE: winPEAS/winPEASexe/winPEAS/Info/CloudInfo/AWSInfo.cs class AWSInfo (line 9) | internal class AWSInfo : CloudInfoBase method EndpointDataList (line 31) | public override Dictionary> EndpointDataList() method GetSecurityCredentialsMetadataInfo (line 78) | private List GetSecurityCredentialsMetadataInfo(string a... method GetUserDataMetadataInfo (line 90) | private List GetUserDataMetadataInfo(string apiToken) method GetIAMRoleMetadataInfo (line 102) | private List GetIAMRoleMetadataInfo(string apiToken) method GetNetworkMetadataInfo (line 122) | private List GetNetworkMetadataInfo(string apiToken) method GetAccountMetadataInfo (line 146) | private List GetAccountMetadataInfo(string apiToken) method GetGeneralMetadataInfo (line 158) | private List GetGeneralMetadataInfo(string apiToken) method GetMetadataInfo (line 175) | private List GetMetadataInfo(List> EndpointDataList() method TestConnection (line 167) | public override bool TestConnection() FILE: winPEAS/winPEASexe/winPEAS/Info/CloudInfo/AzureTokensInfo.cs class AzureTokensInfo (line 22) | internal class AzureTokensInfo : CloudInfoBase method CheckIfAzureTokensInstalled (line 30) | public static bool CheckIfAzureTokensInstalled() method TBRESDecryptedData (line 51) | public static string TBRESDecryptedData(string filePath) method GetAzureCliValues (line 80) | private List GetAzureCliValues() method EndpointDataList (line 249) | public override Dictionary> EndpointDataList() method TestConnection (line 283) | public override bool TestConnection() FILE: winPEAS/winPEASexe/winPEAS/Info/CloudInfo/CloudInfoBase.cs class CloudInfoBase (line 10) | internal abstract class CloudInfoBase method EndpointDataList (line 16) | public abstract Dictionary> EndpointDataLis... method TestConnection (line 18) | public abstract bool TestConnection(); method CreateMetadataAPIRequest (line 34) | protected string CreateMetadataAPIRequest(string url, string method, W... FILE: winPEAS/winPEASexe/winPEAS/Info/CloudInfo/EndpointData.cs class EndpointData (line 3) | internal class EndpointData FILE: winPEAS/winPEASexe/winPEAS/Info/CloudInfo/GCDSInfo.cs class GCDSInfo (line 18) | internal class GCDSInfo : CloudInfoBase method CheckIfGCDSInstalled (line 26) | public static bool CheckIfGCDSInstalled() method GetGCDSRegValues (line 34) | private List GetGCDSRegValues() method EndpointDataList (line 100) | public override Dictionary> EndpointDataList() method TestConnection (line 134) | public override bool TestConnection() FILE: winPEAS/winPEASexe/winPEAS/Info/CloudInfo/GCPInfo.cs class GCPInfo (line 9) | internal class GCPInfo : CloudInfoBase method EndpointDataList (line 30) | public override Dictionary> EndpointDataList() method GetServiceAccountsMetadataInfo (line 69) | private List GetServiceAccountsMetadataInfo() method GetUserMetadataInfo (line 94) | private List GetUserMetadataInfo() method GetInterfacesMetadataInfo (line 106) | private List GetInterfacesMetadataInfo() method GetInstanceMetadataInfo (line 128) | private List GetInstanceMetadataInfo() method GetOSLoginMetadataInfo (line 153) | private List GetOSLoginMetadataInfo() method GetGCProjectMetadataInfo (line 168) | private List GetGCProjectMetadataInfo() method GetMetadataInfo (line 183) | private List GetMetadataInfo(List GetGPSValues() method ExtractValue (line 176) | public string ExtractValue(string input, string pattern) method EndpointDataList (line 187) | public override Dictionary> EndpointDataList() method TestConnection (line 221) | public override bool TestConnection() method DecryptData (line 226) | public byte[] DecryptData(byte[] encryptedData, byte[] entropyBytes) class Base32HexDecoder (line 283) | public static class Base32HexDecoder method Base32HexDecoder (line 288) | static Base32HexDecoder() method Decode (line 296) | public static byte[] Decode(string input) FILE: winPEAS/winPEASexe/winPEAS/Info/CloudInfo/GWorkspaceInfo.cs class GCPJoinedInfo (line 18) | internal class GCPJoinedInfo : CloudInfoBase method GetWorkspaceRegValues (line 26) | private List GetWorkspaceRegValues() method DecryptRegRefreshToken (line 85) | static string DecryptRegRefreshToken(string registryPath) method CheckIfGCPWUsers (line 119) | public static bool CheckIfGCPWUsers() method EndpointDataList (line 125) | public override Dictionary> EndpointDataList() method GetRefreshToken (line 161) | static List GetRefreshToken() method GetMasterKey (line 196) | private static string GetMasterKey(string localStatePath) method ExtractRefreshTokens (line 211) | private static string[] ExtractRefreshTokens(string webDataPath, strin... method DecryptWithAESGCM (line 249) | public static string DecryptWithAESGCM(byte[] ciphertext, byte[] key) method IsPrefixMatch (line 304) | private static bool IsPrefixMatch(byte[] ciphertext, byte[] versionPre... method PerformCryptography (line 314) | private static byte[] PerformCryptography(byte[] data, ICryptoTransfor... method TestConnection (line 327) | public override bool TestConnection() method GetLocalFileCong (line 333) | static List GetLocalFileCong() FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/Common.cs class Common (line 5) | internal static class Common method GetInterestingProcessArgsRegex (line 7) | public static Regex[] GetInterestingProcessArgsRegex() FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/Logon/ExplicitLogonEventInfo.cs class ExplicitLogonEventInfo (line 5) | internal class ExplicitLogonEventInfo FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/Logon/Logon.cs class Logon (line 10) | internal class Logon method GetLogonInfos (line 12) | public static LogonInfo GetLogonInfos(int lastDays) method GetExplicitLogonEventsInfos (line 133) | public static IEnumerable GetExplicitLogonEven... class EventRecordExtensions (line 188) | internal static class EventRecordExtensions method GetPropertyValue (line 190) | internal static string GetPropertyValue(this EventRecord record, int i... FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/Logon/LogonEventInfo.cs class LogonEventInfo (line 5) | internal class LogonEventInfo method LogonEventInfo (line 19) | public LogonEventInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/Logon/LogonInfo.cs class LogonInfo (line 5) | internal class LogonInfo FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/Power/Power.cs class Power (line 7) | internal class Power method GetPowerEventInfos (line 9) | public static IEnumerable GetPowerEventInfos(int lastD... FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/Power/PoweredEventInfo.cs class PowerEventInfo (line 5) | internal class PowerEventInfo FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/PowerShell/PowerShell.cs class PowerShell (line 6) | internal class PowerShell method GetPowerShellEventInfos (line 8) | public static IEnumerable GetPowerShellEventInfos() FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/PowerShell/PowerShellEventInfo.cs class PowerShellEventInfo (line 5) | internal class PowerShellEventInfo method PowerShellEventInfo (line 13) | public PowerShellEventInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/ProcessCreation/ProcessCreation.cs class ProcessCreation (line 6) | internal class ProcessCreation method GetProcessCreationEventInfos (line 8) | public static IEnumerable GetProcessCreation... FILE: winPEAS/winPEASexe/winPEAS/Info/EventsInfo/ProcessCreation/ProcessCreationEventInfo.cs class ProcessCreationEventInfo (line 5) | internal class ProcessCreationEventInfo method ProcessCreationEventInfo (line 12) | public ProcessCreationEventInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/Certificates/CertificateInfo.cs class CertificateInfo (line 6) | internal class CertificateInfo FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/Certificates/Certificates.cs class Certificates (line 7) | internal class Certificates method GetCertificateInfos (line 9) | public static IEnumerable GetCertificateInfos() FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/McAfee/McAfee.cs class McAfee (line 12) | internal class McAfee method GetMcAfeeSitelistInfos (line 14) | public static IList GetMcAfeeSitelistInfos() method DecryptPassword (line 116) | private static string DecryptPassword(string base64password) FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/McAfee/McAfeeSiteInfo.cs class McAfeeSiteInfo (line 3) | internal class McAfeeSiteInfo method McAfeeSiteInfo (line 15) | public McAfeeSiteInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/McAfee/McAfeeSitelistInfo.cs class McAfeeSitelistInfo (line 5) | internal class McAfeeSitelistInfo method McAfeeSitelistInfo (line 12) | public McAfeeSitelistInfo(string path, List sites, str... FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/Office/Office.cs class Office (line 14) | internal class Office method GetOfficeRecentFileInfos (line 16) | public static IEnumerable GetOfficeRecentFileInf... method GetCloudSyncProviderInfos (line 26) | public static IEnumerable GetCloudSyncProviderI... method GetRecentOfficeFiles (line 106) | private static IEnumerable GetRecentOfficeFiles() method GetMRUsFromVersionKey (line 146) | private static IEnumerable GetMRUsFromVersionKey... method GetMRUsValues (line 182) | private static IEnumerable GetMRUsValues(string ... method ParseMruString (line 196) | private static OfficeRecentFileInfo ParseMruString(string mru) FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/Office/OfficeRecentFileInfo.cs class OfficeRecentFileInfo (line 5) | internal class OfficeRecentFileInfo FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/Office/OneDrive/CloudSyncProviderInfo.cs class CloudSyncProviderInfo (line 3) | internal class CloudSyncProviderInfo method CloudSyncProviderInfo (line 5) | public CloudSyncProviderInfo(string sid, OneDriveSyncProviderInfo oneD... FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/Office/OneDrive/OneDriveSyncProviderInfo.cs class OneDriveSyncProviderInfo (line 5) | internal class OneDriveSyncProviderInfo FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/WSL/WSL.cs class WSL (line 7) | public class WSL method RunLinpeas (line 9) | public static void RunLinpeas(string linpeasUrl) method ExecuteCommand (line 19) | private static void ExecuteCommand(string command, FILE: winPEAS/winPEASexe/winPEAS/Info/FilesInfo/WSL/WSLHelper.cs class WSLHelper (line 8) | public class WSLHelper method RunLinpeas (line 10) | public static void RunLinpeas(string linpeasUrl) method CreateUnixCommand (line 18) | internal static Tuple CreateUnixCommand(string command... method GetWSLUser (line 31) | static string GetWSLUser(string distributionName) method TryGetRootUser (line 41) | internal static string TryGetRootUser(string distributionName, string ... method ExecuteCommandWaitForOutput (line 82) | private static string ExecuteCommandWaitForOutput(string cmd, string a... method ExecuteCommand (line 100) | private static void ExecuteCommand( FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Enums/IPVersion.cs type IPVersion (line 3) | public enum IPVersion FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Enums/MibTcpState.cs type MibTcpState (line 5) | public enum MibTcpState FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Enums/Protocol.cs type Protocol (line 3) | public enum Protocol FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Enums/TcpTableClass.cs type TcpTableClass (line 3) | public enum TcpTableClass FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Enums/UdpTableClass.cs type UdpTableClass (line 3) | public enum UdpTableClass FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Firewall.cs class Firewall (line 8) | internal static class Firewall type FirewallProfiles (line 11) | [Flags] method GetFirewallProfiles (line 19) | public static string GetFirewallProfiles() method GetFirewallBooleans (line 35) | public static Dictionary GetFirewallBooleans() method GetFirewallRules (line 59) | public static List> GetFirewallRules() FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/HostnameResolution.cs class HostnameResolutionInfo (line 9) | public class HostnameResolutionInfo class HostnameResolution (line 16) | public static class HostnameResolution method TryExternalCheck (line 25) | public static HostnameResolutionInfo TryExternalCheck() FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/InternetConnectivity.cs class InternetConnectivityInfo (line 16) | public class InternetConnectivityInfo class InternetConnectivity (line 39) | public static class InternetConnectivity method TryHttpAccess (line 62) | private static bool TryHttpAccess(string ip, out string error) => method TryHttpsAccess (line 66) | private static bool TryHttpsAccess(string ip, out string error) method TryWebRequest (line 98) | private static bool TryWebRequest(string url, out string error) method TryLambdaAccess (line 116) | private static bool TryLambdaAccess(out string error) method TryDnsAccess (line 146) | private static bool TryDnsAccess(string ip, out string error) method TryIcmpAccess (line 175) | private static bool TryIcmpAccess(string ip, out string error) method CheckConnectivity (line 191) | public static InternetConnectivityInfo CheckConnectivity() FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/InternetSettings/InternetSettings.cs class InternetSettings (line 6) | class InternetSettings method GetInternetSettingsInfo (line 8) | public static InternetSettingsInfo GetInternetSettingsInfo() method AddSettings (line 81) | private static void AddSettings(string hive, string keyPath, IList> GetNetCardInfo() method GetNetConnections (line 180) | public static List> GetNetConnections() method GetNetworkShares (line 227) | public static List> GetNetworkShares(string... method GetDNSCache (line 268) | public static List> GetDNSCache() method GetTcpConnections (line 302) | public static List GetTcpConnections(IPVersion ipVe... method GetUdpConnections (line 426) | public static IEnumerable GetUdpConnections(IPVersi... method GetProcessNameByPid (line 524) | private static string GetProcessNameByPid(int pid, Dictionary ipAddressList) method RunPingSweepAsync (line 36) | public async Task RunPingSweepAsync() method PingAndUpdateStatus (line 52) | private async Task PingAndUpdateStatus(string ip, SemaphoreSlim semaph... FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/NetworkScanner/NetworkScanner.cs class NetworkScanner (line 8) | internal class NetworkScanner type ScanMode (line 10) | enum ScanMode method NetworkScanner (line 24) | public NetworkScanner(string options, IEnumerable ports = null) method Scan (line 51) | public void Scan() FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/NetworkScanner/NetworkUtils.cs class NetworkUtils (line 10) | internal static class NetworkUtils method IPToUInt (line 18) | public static uint IPToUInt(this string ipAddress) method IPToString (line 39) | public static string IPToString(this uint ipUInt) method ToIPAddress (line 50) | public static IPAddress ToIPAddress(this uint ipUInt) method GetIpRange (line 67) | public static string[] GetIpRange(string ipv4, string mask, bool filte... method GetIpUintRange (line 85) | public static uint[] GetIpUintRange(string ipv4, string mask, bool fil... method GetIPRange (line 113) | public static IEnumerable GetIPRange(IPAddress startIP, IPAddr... method CidrToNetmask (line 124) | public static string CidrToNetmask(int cidr) method GetIPAddressesByNetmask (line 135) | public static IEnumerable GetIPAddressesByNetmask(string ipAdd... method GetHostsByIPAndNetmask (line 145) | public static IEnumerable GetHostsByIPAndNetmask(string ipAddr... method GetInternalInterfaces (line 162) | public static List> GetInternalInterfaces() method ipToUint (line 187) | static uint ipToUint(byte[] ipBytes) method reverseBytesArray (line 214) | private static uint reverseBytesArray(uint ip) FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/NetworkScanner/PortScanner.cs class PortScanner (line 9) | class PortScanner method PortScanner (line 54) | public PortScanner(IEnumerable ports) method Start (line 62) | public void Start(string host) method RunScanTcp (line 71) | public void RunScanTcp(string host, int port) FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Structs/MIB_TCP6ROW_OWNER_PID.cs type MIB_TCP6ROW_OWNER_PID (line 6) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Structs/MIB_TCP6TABLE_OWNER_PID.cs type MIB_TCP6TABLE_OWNER_PID (line 5) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Structs/MIB_TCPROW_OWNER_PID.cs type MIB_TCPROW_OWNER_PID (line 6) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Structs/MIB_TCPTABLE_OWNER_PID.cs type MIB_TCPTABLE_OWNER_PID (line 5) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Structs/MIB_UDP6ROW_OWNER_PID.cs type MIB_UDP6ROW_OWNER_PID (line 5) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Structs/MIB_UDP6TABLE_OWNER_PID.cs type MIB_UDP6TABLE_OWNER_PID (line 5) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Structs/MIB_UDPROW_OWNER_PID.cs type MIB_UDPROW_OWNER_PID (line 5) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Structs/MIB_UDPTABLE_OWNER_PID.cs type MIB_UDPTABLE_OWNER_PID (line 5) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/TcpConnectionInfo.cs class TcpConnectionInfo (line 7) | [StructLayout(LayoutKind.Sequential)] method TcpConnectionInfo (line 14) | public TcpConnectionInfo(Protocol protocol, IPAddress localAddress, IP... FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/UdpConnectionInfo.cs class UdpConnectionInfo (line 7) | [StructLayout(LayoutKind.Sequential)] method UdpConnectionInfo (line 10) | public UdpConnectionInfo(Protocol protocol, IPAddress localAddress, us... FILE: winPEAS/winPEASexe/winPEAS/Info/NetworkInfo/Win32Error.cs class Win32Error (line 4) | internal class Win32Error FILE: winPEAS/winPEASexe/winPEAS/Info/ProcessInfo/DefensiveProcesses.cs class DefensiveProcesses (line 5) | static class DefensiveProcesses method DefensiveProcesses (line 83) | static DefensiveProcesses() FILE: winPEAS/winPEASexe/winPEAS/Info/ProcessInfo/InterestingProcesses.cs class InterestingProcesses (line 5) | static class InterestingProcesses FILE: winPEAS/winPEASexe/winPEAS/Info/ProcessInfo/ProcessesInfo.cs class ProcessesInfo (line 15) | internal class ProcessesInfo method GetProcInfo (line 18) | public static List> GetProcInfo() method GetVulnHandlers (line 79) | public static List> GetVulnHandlers(Progres... FILE: winPEAS/winPEASexe/winPEAS/Info/ServicesInfo/OemSoftwareHelper.cs class OemSoftwareHelper (line 12) | internal static class OemSoftwareHelper method GetPotentiallyVulnerableComponents (line 14) | internal static List GetPotentiallyVulnerableCompo... method AppendServiceEvidence (line 43) | private static void AppendServiceEvidence(OemComponentDefinition defin... method AppendProcessEvidence (line 68) | private static void AppendProcessEvidence(OemComponentDefinition defin... method AppendPathEvidence (line 96) | private static void AppendPathEvidence(OemComponentDefinition definiti... method AppendPipeEvidence (line 149) | private static void AppendPipeEvidence(OemComponentDefinition definiti... method GetServiceSnapshot (line 198) | private static List GetServiceSnapshot() method GetProcessSnapshot (line 221) | private static List GetProcessSnapshot() method ExpandPath (line 254) | private static string ExpandPath(string rawPath) method BuildPathMessage (line 265) | private static string BuildPathMessage(string path, string description... method ContainsIgnoreCase (line 276) | private static bool ContainsIgnoreCase(string value, string toFind) method HasWorldWritableAce (line 286) | private static bool HasWorldWritableAce(FileSecurity security, out str... method GetDefinitions (line 336) | private static IEnumerable GetDefinitions() class ServiceSnapshot (line 406) | private class ServiceSnapshot class ProcessSnapshot (line 412) | private class ProcessSnapshot class OemComponentDefinition (line 418) | private class OemComponentDefinition class PathHint (line 430) | private class PathHint class PipeHint (line 436) | private class PipeHint class OemSoftwareFinding (line 444) | internal class OemSoftwareFinding class OemEvidence (line 452) | internal class OemEvidence FILE: winPEAS/winPEASexe/winPEAS/Info/ServicesInfo/ServicesInfoHelper.cs class ServicesInfoHelper (line 21) | class ServicesInfoHelper method GetNonstandardServices (line 26) | public static List> GetNonstandardServices() method GetStringOrEmpty (line 84) | private static string GetStringOrEmpty(object obj) method GetNonstandardServicesFromReg (line 89) | public static List> GetNonstandardServicesF... method GetModifiableServices (line 173) | public static Dictionary GetModifiableServices(Diction... method GetWriteServiceRegs (line 255) | public static List> GetWriteServiceRegs(Dic... method GetKernelDriverInfos (line 284) | public static List GetKernelDriverInfos() method GetDriverSignatureInfo (line 323) | private static KernelDriverSignatureInfo GetDriverSignatureInfo(string... class KernelDriverInfo (line 362) | internal class KernelDriverInfo class KernelDriverSignatureInfo (line 372) | internal class KernelDriverSignatureInfo method GetPathDLLHijacking (line 389) | public static Dictionary GetPathDLLHijacking() FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/AuditPolicies/AuditEntryInfo.cs class AuditEntryInfo (line 3) | internal class AuditEntryInfo method AuditEntryInfo (line 10) | public AuditEntryInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/AuditPolicies/AuditPolicies.cs class AuditPolicies (line 12) | internal class AuditPolicies method GetAuditPoliciesInfos (line 19) | public static IEnumerable GetAuditPoliciesInfos() method ParseGPOPath (line 67) | private static string[] ParseGPOPath(string path) method ReadSections (line 81) | private static string[] ReadSections(string filePath) method ParseAdvancedPolicy (line 103) | private static List ParseAdvancedPolicy(string path) method ParseClassicPolicy (line 141) | private static List ParseClassicPolicy(string path) method ReadKeyValuePairs (line 165) | private static string[] ReadKeyValuePairs(string section, string fileP... FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/AuditPolicies/AuditPolicyGPOInfo.cs class AuditPolicyGPOInfo (line 5) | internal class AuditPolicyGPOInfo method AuditPolicyGPOInfo (line 13) | public AuditPolicyGPOInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/AuditPolicies/AuditType.cs type AuditType (line 3) | internal enum AuditType FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/CredentialGuard.cs class CredentialGuard (line 9) | internal class CredentialGuard method PrintInfo (line 16) | internal static void PrintInfo() method GetVbsSettingString (line 74) | private static string GetVbsSettingString(uint? vbs) FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/DotNet/DotNet.cs class DotNet (line 9) | internal class DotNet method GetDotNetInfo (line 11) | public static DotNetInfo GetDotNetInfo() method GetOSVersion (line 39) | private static string GetOSVersion() method GetClrVersions (line 60) | private static IEnumerable GetClrVersions() FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/DotNet/DotNetInfo.cs class DotNetInfo (line 7) | internal class DotNetInfo method DotNetInfo (line 21) | public DotNetInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/GroupPolicy/GroupPolicy.cs class GroupPolicy (line 8) | internal class GroupPolicy method GetLocalGroupPolicyInfos (line 10) | public static IEnumerable GetLocalGroupPolicyInf... FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/GroupPolicy/LocalGroupPolicyInfo.cs class LocalGroupPolicyInfo (line 5) | class LocalGroupPolicyInfo method LocalGroupPolicyInfo (line 16) | public LocalGroupPolicyInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/NamedPipes/NamedPipeInfo.cs class NamedPipeInfo (line 3) | internal class NamedPipeInfo method NamedPipeInfo (line 9) | public NamedPipeInfo(string name, string sddl, string currentUserPerms) FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/NamedPipes/NamedPipeSecurityAnalyzer.cs class NamedPipeSecurityAnalyzer (line 11) | internal static class NamedPipeSecurityAnalyzer method GetNamedPipeAbuseCandidates (line 77) | public static IEnumerable GetNamedPipeAbuseCan... method DiscoverInsecurePipes (line 94) | private static Dictionary DiscoverInse... method AttachProcesses (line 144) | private static void AttachProcesses(Dictionary> BuildL... method GetCandidateKeys (line 267) | private static IEnumerable GetCandidateKeys(string normalizedN... method NormalizePipeName (line 289) | private static string NormalizePipeName(string rawName) method HasDangerousWriteRights (line 303) | private static bool HasDangerousWriteRights(int accessMask) method DescribeRights (line 315) | private static IEnumerable DescribeRights(int accessMask) method IsLowPrivilegePrincipal (line 338) | private static bool IsLowPrivilegePrincipal(SecurityIdentifier sid) method ResolveSidToName (line 353) | private static string ResolveSidToName(SecurityIdentifier sid) method IsHighPrivilegeAccount (line 368) | private static bool IsHighPrivilegeAccount(string sid, string userName) method GetPid (line 401) | private static int GetPid(HandlesHelper.SYSTEM_HANDLE_TABLE_ENTRY_INFO... class NamedPipeSecurityIssue (line 415) | internal class NamedPipeSecurityIssue method NamedPipeSecurityIssue (line 420) | public NamedPipeSecurityIssue(string name, string sddl, string normali... method AddLowPrivPrincipal (line 435) | public void AddLowPrivPrincipal(string principal, string sid, IEnumera... method AddProcess (line 449) | public void AddProcess(NamedPipeProcessInfo process) class NamedPipePrincipalAccess (line 461) | internal class NamedPipePrincipalAccess method NamedPipePrincipalAccess (line 465) | public NamedPipePrincipalAccess(string principal, string sid) method AddRights (line 476) | public void AddRights(IEnumerable rights) class NamedPipeProcessInfo (line 491) | internal class NamedPipeProcessInfo method NamedPipeProcessInfo (line 493) | public NamedPipeProcessInfo(int pid, string processName, string userNa... FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/NamedPipes/NamedPipes.cs class NamedPipes (line 10) | internal class NamedPipes type WIN32_FIND_DATA (line 12) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] method GetNamedPipeInfos (line 29) | public static IEnumerable GetNamedPipeInfos() FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/Ntlm/Ntlm.cs class Ntlm (line 5) | internal class Ntlm method GetNtlmSettingsInfo (line 7) | public static NtlmSettingsInfo GetNtlmSettingsInfo() FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/Ntlm/NtlmSettingsInfo.cs class NtlmSettingsInfo (line 3) | internal class NtlmSettingsInfo FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/PowerShell/PluginAccessInfo.cs class PluginAccessInfo (line 3) | internal class PluginAccessInfo method PluginAccessInfo (line 9) | public PluginAccessInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/PowerShell/PowerShell.cs class PowerShell (line 8) | internal class PowerShell method GetPowerShellSessionSettingsInfos (line 10) | public static IEnumerable GetPowerShell... FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/PowerShell/PowerShellSessionSettingsInfo.cs class PowerShellSessionSettingsInfo (line 5) | internal class PowerShellSessionSettingsInfo method PowerShellSessionSettingsInfo (line 10) | public PowerShellSessionSettingsInfo(string plugin, List GetPrinterWMIInfos() method GetSecurityInfos (line 62) | private static SECURITY_INFOS GetSecurityInfos(string ObjectName, SE_O... FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SysMon/SysMon.cs class SysMon (line 10) | static class SysMon method GetSysMonInfos (line 14) | public static IEnumerable GetSysMonInfos() method GetSysMonEventInfos (line 54) | public static IEnumerable GetSysMonEventInfos() method GetBinaryValueFromRegistry (line 89) | private static byte[] GetBinaryValueFromRegistry(RegistryKey registryK... method GetUintNullableFromString (line 110) | private static uint? GetUintNullableFromString(string str) FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SysMon/SysmonEventInfo.cs class SysmonEventInfo (line 5) | internal class SysmonEventInfo method SysmonEventInfo (line 12) | public SysmonEventInfo() method SysmonEventInfo (line 16) | public SysmonEventInfo(DateTime? timeCreated, int eventID, string user... FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SysMon/SysmonHashAlgorithm.cs type SysmonHashAlgorithm (line 8) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SysMon/SysmonInfo.cs class SysmonInfo (line 3) | internal class SysmonInfo method SysmonInfo (line 10) | public SysmonInfo(bool installed, SysmonHashAlgorithm hashingAlgorithm... FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SysMon/SysmonOptions.cs type SysmonOptions (line 6) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SystemInfo.cs class SystemInfo (line 18) | class SystemInfo method IsVirtualMachine (line 21) | public static bool IsVirtualMachine() method GetBasicOSInfo (line 52) | public static Dictionary GetBasicOSInfo() method GetDrivesInfo (line 174) | public static List> GetDrivesInfo() method GetAVInfo (line 210) | public static Dictionary GetAVInfo() method GetUACSystemPolicies (line 247) | public static Dictionary GetUACSystemPolicies() method GetPowerShellSettings (line 281) | public static Dictionary GetPowerShellSettings() method GetPowerShellCoreVersions (line 392) | private static IEnumerable GetPowerShellCoreVersions() method GetAuditSettings (line 402) | public static Dictionary GetAuditSettings() method GetWEFSettings (line 432) | public static Dictionary GetWEFSettings() method GetLapsSettings (line 462) | public static Dictionary GetLapsSettings() method GetUserEnvVariables (line 490) | public static Dictionary GetUserEnvVariables() method GetSystemEnvVariables (line 506) | public static Dictionary GetSystemEnvVariables() method GetInternetSettings (line 528) | public static Dictionary GetInternetSettings(string ro... FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/WindowsDefender/AsrRule.cs class AsrRule (line 5) | internal class AsrRule method AsrRule (line 10) | public AsrRule(Guid rule, int state) FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/WindowsDefender/AsrSettings.cs class AsrSettings (line 5) | internal class AsrSettings method AsrSettings (line 11) | public AsrSettings(bool enabled) FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/WindowsDefender/WindowsDefender.cs class WindowsDefender (line 3) | internal class WindowsDefender method GetDefenderSettingsInfo (line 5) | public static WindowsDefenderSettingsInfo GetDefenderSettingsInfo() FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/WindowsDefender/WindowsDefenderSettings.cs class WindowsDefenderSettings (line 7) | internal class WindowsDefenderSettings method WindowsDefenderSettings (line 15) | public WindowsDefenderSettings(string defenderBaseKeyPath) FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/WindowsDefender/WindowsDefenderSettingsInfo.cs class WindowsDefenderSettingsInfo (line 3) | class WindowsDefenderSettingsInfo method WindowsDefenderSettingsInfo (line 8) | public WindowsDefenderSettingsInfo(WindowsDefenderSettings localSettin... FILE: winPEAS/winPEASexe/winPEAS/Info/SystemInfo/WindowsVersionVulns.cs class WindowsVersionVulns (line 11) | internal class WindowsVersionVulns method GetVulnerabilityReport (line 40) | internal static WindowsVersionVulnReport GetVulnerabilityReport(Dictio... method AddProductMatches (line 78) | private static void AddProductMatches( method AddEntries (line 120) | private static void AddEntries(IEnumerable en... method GetSeverityPriority (line 137) | private static int GetSeverityPriority(string severity) method GetInstalledHotfixes (line 154) | private static HashSet GetInstalledHotfixes(Dictionary FilterPatchedVulnerabilit... method ExpandSupersededHotfixes (line 194) | private static HashSet ExpandSupersededHotfixes(HashSet BuildCandidateProducts(Dictionary candidates, strin... method GetArchitectureLabel (line 315) | private static string GetArchitectureLabel(string systemType) method GetBuildNumber (line 329) | private static int GetBuildNumber(string osVersion) method GetServicePack (line 335) | private static string GetServicePack(string osVersion) method GetVersionFromBuild (line 341) | private static string GetVersionFromBuild(int build) method Contains (line 361) | private static bool Contains(string input, string value) method GetValue (line 366) | private static string GetValue(Dictionary data, string... method LoadDefinitions (line 376) | private static WindowsVersionDefinitions LoadDefinitions() class WindowsVersionVulnReport (line 412) | internal class WindowsVersionVulnReport class WindowsVersionDefinitions (line 423) | internal class WindowsVersionDefinitions class WindowsVersionVulnEntry (line 430) | internal class WindowsVersionVulnEntry FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/LogonSessions/LogonSessions.cs class LogonSessions (line 13) | internal class LogonSessions method GetLogonSessions (line 15) | public static IEnumerable GetLogonSessions() method GetLogonSessionsLSA (line 27) | private static IEnumerable GetLogonSessionsLSA() method GetLogonSessionsInfoWMI (line 100) | private static IEnumerable GetLogonSessionsInfoWMI() FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/LogonSessions/LogonSessionsInfo.cs class LogonSessionsInfo (line 5) | internal class LogonSessionsInfo method LogonSessionsInfo (line 20) | public LogonSessionsInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/SAM/Enums.cs type DOMAIN_INFORMATION_CLASS (line 5) | public enum DOMAIN_INFORMATION_CLASS type PASSWORD_PROPERTIES (line 10) | [Flags] type DOMAIN_ACCESS_MASK (line 21) | [Flags] type SERVER_ACCESS_MASK (line 41) | [Flags] type NTSTATUS (line 56) | public enum NTSTATUS FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/SAM/SamServer.cs class SamServer (line 10) | public sealed class SamServer : IDisposable method SamServer (line 14) | public SamServer(string name, SERVER_ACCESS_MASK access) method Dispose (line 22) | public void Dispose() method SetDomainPasswordInformation (line 31) | public void SetDomainPasswordInformation(SecurityIdentifier domainSid,... method GetDomainPasswordInformation (line 53) | public DOMAIN_PASSWORD_INFORMATION GetDomainPasswordInformation(Securi... method GetDomainSid (line 75) | public SecurityIdentifier GetDomainSid(string domain) method EnumerateDomains (line 84) | public IEnumerable EnumerateDomains() method Check (line 105) | private static void Check(NTSTATUS err) FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/SAM/Structs.cs type DOMAIN_PASSWORD_INFORMATION (line 6) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/SID2GroupNameHelper.cs class SID2GroupNameHelper (line 9) | internal class SID2GroupNameHelper method StaticSID2GroupName (line 11) | public static string StaticSID2GroupName(string SID) method GetDomainName (line 168) | internal static string GetDomainName() FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/Tenant/JoinType.cs type JoinType (line 5) | public enum JoinType FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/Tenant/Tenant.cs class Tenant (line 11) | internal class Tenant method GetTenantInfo (line 13) | public static TenantInfo GetTenantInfo() FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/Tenant/TenantInfo.cs class TenantInfo (line 7) | internal class TenantInfo method TenantInfo (line 24) | public TenantInfo(JoinType jType, Guid deviceId, string idpDomain, Gui... FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/Token/Enums.cs type LuidAttributes (line 5) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/Token/Structs.cs type TOKEN_PRIVILEGES (line 6) | public struct TOKEN_PRIVILEGES type LUID (line 13) | [StructLayout(LayoutKind.Sequential)] type LUID_AND_ATTRIBUTES (line 20) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/Token/Token.cs class Token (line 12) | internal static class Token method GetTokenGroupPrivs (line 14) | public static Dictionary GetTokenGroupPrivs() FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/User.cs class User (line 15) | internal static class User method GetMachineUsers (line 17) | public static List GetMachineUsers(bool onlyActive, bool onlyD... method IsLocaluser (line 57) | public static bool IsLocaluser(string UserName, string domain) method GetUserGroups (line 63) | public static List GetUserGroups(string sUserName, string domain) method GetUser (line 94) | public static UserPrincipal GetUser(string sUserName, string domain) method GetUserLocal (line 116) | public static UserPrincipal GetUserLocal(string sUserName) method GetUserDomain (line 128) | public static UserPrincipal GetUserDomain(string sUserName, string dom... method GetLoggedUsers (line 138) | public static List GetLoggedUsers() method GetEverLoggedUsers (line 162) | public static List GetEverLoggedUsers() method GetUsersFolders (line 198) | public static List GetUsersFolders() method GetOtherUsersFolders (line 203) | public static HashSet GetOtherUsersFolders() method GetLocalUsers (line 228) | public static IEnumerable GetLocalUsers(string computerName) FILE: winPEAS/winPEASexe/winPEAS/Info/UserInfo/UserInfoHelper.cs class UserInfoHelper (line 18) | class UserInfoHelper method SID2GroupName (line 38) | public static string SID2GroupName(string SID) method GetSIDGroupName (line 88) | public static string GetSIDGroupName(string SID, ContextType ct) method GetPrincipalContext (line 104) | public static PrincipalContext GetPrincipalContext() method IsHighPrivilegeAccount (line 110) | public static bool IsHighPrivilegeAccount(string userName, string domain) method IsHighPrivilegeGroup (line 151) | private static bool IsHighPrivilegeGroup(string groupName) type WTS_CONNECTSTATE_CLASS (line 170) | public enum WTS_CONNECTSTATE_CLASS method CloseServer (line 184) | public static void CloseServer(IntPtr ServerHandle) type WTS_CLIENT_ADDRESS (line 189) | [StructLayout(LayoutKind.Sequential)] type WTS_SESSION_INFO_1 (line 198) | [StructLayout(LayoutKind.Sequential)] method OpenServer (line 223) | public static IntPtr OpenServer(String Name) method GetRDPSessions (line 229) | public static List> GetRDPSessions() method GetPasswordPolicy (line 294) | public static List> GetPasswordPolicy() method GetAutoLogon (line 326) | public static Dictionary GetAutoLogon() method GetClipboardText (line 341) | public static string GetClipboardText() FILE: winPEAS/winPEASexe/winPEAS/Info/WindowsCreds/AppCmd/AppCmd.cs class AppCmd (line 5) | class AppCmd method GetExtractAppCmdCredsPowerShellScript (line 75) | public static string GetExtractAppCmdCredsPowerShellScript() FILE: winPEAS/winPEASexe/winPEAS/Info/WindowsCreds/RDPClientSettings.cs class RDPClientSettings (line 3) | internal class RDPClientSettings method RDPClientSettings (line 10) | public RDPClientSettings( FILE: winPEAS/winPEASexe/winPEAS/Info/WindowsCreds/RDPServerSettings.cs class RDPServerSettings (line 3) | internal class RDPServerSettings method RDPServerSettings (line 14) | public RDPServerSettings( FILE: winPEAS/winPEASexe/winPEAS/Info/WindowsCreds/RDPSettingsInfo.cs class RDPSettingsInfo (line 4) | internal class RDPSettingsInfo method RDPSettingsInfo (line 9) | public RDPSettingsInfo( FILE: winPEAS/winPEASexe/winPEAS/Info/WindowsCreds/RemoteDesktop.cs class RemoteDesktop (line 5) | internal class RemoteDesktop method GetRDPSettingsInfo (line 7) | public static RDPSettingsInfo GetRDPSettingsInfo() FILE: winPEAS/winPEASexe/winPEAS/InterestingFiles/GPP.cs class GPP (line 10) | internal static class GPP method GetCachedGPPPassword (line 12) | public static Dictionary> GetCached... method DecryptGPP (line 244) | private static string DecryptGPP(string cPassword) FILE: winPEAS/winPEASexe/winPEAS/InterestingFiles/InterestingFiles.cs class InterestingFiles (line 11) | internal static class InterestingFiles method GetSAMBackups (line 13) | public static List GetSAMBackups() method GetLinuxShells (line 40) | public static List GetLinuxShells() method ListUsersDocs (line 74) | public static List ListUsersDocs() method GetRecycleBin (line 95) | public static List> GetRecycleBin() FILE: winPEAS/winPEASexe/winPEAS/InterestingFiles/Unattended.cs class Unattended (line 10) | internal static class Unattended method ExtractUnattendedPwd (line 12) | public static List ExtractUnattendedPwd(string path) method GetUnattendedInstallFiles (line 36) | public static List GetUnattendedInstallFiles() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Brave/Brave.cs class Brave (line 5) | internal class Brave : ChromiumBase, IBrowser method PrintInfo (line 11) | public override void PrintInfo() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Browser.cs class Browser (line 5) | static class Browser FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/BrowserBase.cs class BrowserBase (line 8) | internal abstract class BrowserBase : IBrowser method GetSavedCredentials (line 11) | public abstract IEnumerable GetSavedCredentials(); method PrintInfo (line 12) | public abstract void PrintInfo(); method PrintSavedCredentials (line 15) | public virtual void PrintSavedCredentials() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Chrome/Chrome.cs class Chrome (line 12) | internal class Chrome : ChromiumBase, IBrowser method PrintInfo (line 18) | public override void PrintInfo() method PrintDBsChrome (line 25) | private static void PrintDBsChrome() method PrintHistBookChrome (line 57) | private static void PrintHistBookChrome() method GetChromeDbs (line 101) | private static Dictionary GetChromeDbs() method ParseChromeHistory (line 158) | private static List ParseChromeHistory(string path) method GetChromeHistBook (line 194) | private static Dictionary> GetChromeHistBook() method ParseChromeBookmarks (line 240) | private static List ParseChromeBookmarks(string path) FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/ChromiumBase.cs class ChromiumBase (line 11) | internal abstract class ChromiumBase : BrowserBase method GetSavedCredentials (line 17) | public override IEnumerable GetSavedCredentials() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Decryptor/GCDecryptor.cs class GCDecryptor (line 13) | public static class GCDecryptor method GetKey (line 15) | public static byte[] GetKey(string localStatePath) method Decrypt (line 32) | public static string Decrypt(byte[] encryptedBytes, byte[] key, byte[]... method Prepare (line 56) | public static void Prepare(byte[] encryptedData, out byte[] nonce, out... FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Decryptor/LocalState.cs class LocalState (line 3) | public class LocalState class OsCrypt (line 5) | public class OsCrypt FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Firefox/FFDecryptor.cs class FFDecryptor (line 11) | static class FFDecryptor method NSS_Init (line 19) | public static long NSS_Init(string configdir) method Decrypt (line 34) | public static string Decrypt(string cypherText) method PK11SDR_Decrypt (line 81) | public static int PK11SDR_Decrypt(ref TSECItem data, ref TSECItem resu... type TSECItem (line 88) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Firefox/FFLogins.cs class FFLogins (line 3) | class FFLogins FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Firefox/Firefox.cs class Firefox (line 15) | internal class Firefox : BrowserBase, IBrowser method PrintInfo (line 19) | public override void PrintInfo() method PrintDBsFirefox (line 26) | private static void PrintDBsFirefox() method PrintHistFirefox (line 53) | private static void PrintHistFirefox() method GetFirefoxDbs (line 91) | private static List GetFirefoxDbs() method GetFirefoxHistory (line 164) | private static List GetFirefoxHistory() method ParseFirefoxHistory (line 197) | private static List ParseFirefoxHistory(string path) method GetSavedCredentials (line 237) | public override IEnumerable GetSavedCredentials() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Firefox/LoginData.cs class LoginData (line 3) | class LoginData FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/IBrowser.cs type IBrowser (line 6) | internal interface IBrowser method PrintInfo (line 9) | void PrintInfo(); method GetSavedCredentials (line 10) | IEnumerable GetSavedCredentials(); FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/InternetExplorer.cs class InternetExplorer (line 16) | internal class InternetExplorer : BrowserBase, IBrowser method PrintInfo (line 20) | public override void PrintInfo() method PrintCurrentIETabs (line 27) | private static void PrintCurrentIETabs() method PrintHistFavIE (line 48) | private static void PrintHistFavIE() method GetIEHistFav (line 92) | private static Dictionary> GetIEHistFav() method GetCurrentIETabs (line 212) | private static List GetCurrentIETabs() method GetSavedCredentials (line 270) | public override IEnumerable GetSavedCredentials() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Models/CredentialModel.cs class CredentialModel (line 3) | public class CredentialModel FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Models/Login.cs class Login (line 3) | class Login FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Browsers/Opera/Opera.cs class Opera (line 5) | internal class Opera : ChromiumBase, IBrowser method PrintInfo (line 9) | public override void PrintInfo() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Kerberos/Enums.cs type KERB_ENCRYPTION_TYPE (line 5) | public enum KERB_ENCRYPTION_TYPE : UInt32 type KERB_TICKET_FLAGS (line 34) | [Flags] type KERB_CACHE_OPTIONS (line 56) | [Flags] type KERB_PROTOCOL_MESSAGE_TYPE (line 69) | public enum KERB_PROTOCOL_MESSAGE_TYPE : UInt32 FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Kerberos/Helpers.cs class Helpers (line 9) | static class Helpers method LsaRegisterLogonProcessHelper (line 11) | [HandleProcessCorruptedStateExceptions] method GetSystem (line 37) | public static bool GetSystem() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Kerberos/Kerberos.cs class Kerberos (line 10) | static class Kerberos method ListKerberosTickets (line 12) | public static List> ListKerberosTickets() method ListKerberosTicketsAllUsers (line 24) | public static List> ListKerberosTicketsAllU... method ListKerberosTicketsCurrentUser (line 181) | public static List> ListKerberosTicketsCurr... method GetKerberosTGTData (line 270) | public static List> GetKerberosTGTData() method ListKerberosTGTDataAllUsers (line 282) | public static List> ListKerberosTGTDataAllU... method ListKerberosTGTDataCurrentUser (line 458) | public static List> ListKerberosTGTDataCurr... FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Kerberos/Structs.cs type KERB_QUERY_TKT_CACHE_REQUEST (line 6) | [StructLayout(LayoutKind.Sequential)] type LUID (line 13) | [StructLayout(LayoutKind.Sequential)] type LSA_STRING_IN (line 20) | [StructLayout(LayoutKind.Sequential)] type LSA_STRING_OUT (line 28) | [StructLayout(LayoutKind.Sequential)] type SECURITY_LOGON_SESSION_DATA (line 36) | [StructLayout(LayoutKind.Sequential)] type KERB_QUERY_TKT_CACHE_RESPONSE (line 53) | [StructLayout(LayoutKind.Sequential)] type KERB_TICKET_CACHE_INFO (line 61) | [StructLayout(LayoutKind.Sequential)] type KERB_RETRIEVE_TKT_RESPONSE (line 73) | [StructLayout(LayoutKind.Sequential)] type KERB_CRYPTO_KEY (line 79) | [StructLayout(LayoutKind.Sequential)] type KERB_EXTERNAL_TICKET (line 87) | [StructLayout(LayoutKind.Sequential)] type KERB_RETRIEVE_TKT_REQUEST (line 108) | [StructLayout(LayoutKind.Sequential)] type SECURITY_HANDLE (line 120) | [StructLayout(LayoutKind.Sequential)] method SECURITY_HANDLE (line 125) | public SECURITY_HANDLE(int dummy) type KERB_EXTERNAL_NAME (line 131) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/KnownFileCredsInfo.cs class KnownFileCredsInfo (line 15) | static class KnownFileCredsInfo method GetRecentRunCommands (line 17) | public static Dictionary GetRecentRunCommands() method ListCloudCreds (line 39) | public static List> ListCloudCreds() method AddCloudCredentialFromFile (line 102) | private static void AddCloudCredentialFromFile(string filePath, string... method GetRecentFiles (line 121) | public static List> GetRecentFiles() method ListMasterKeys (line 229) | public static List> ListMasterKeys() method GetCredFiles (line 326) | public static List> GetCredFiles() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Putty.cs class Putty (line 9) | static class Putty method PrintInfo (line 11) | public static void PrintInfo() method PrintPuttySess (line 18) | private static void PrintPuttySess() method PrintPuttySSH (line 37) | private static void PrintPuttySSH() method PrintSSHKeysReg (line 55) | private static void PrintSSHKeysReg() method GetPuttySessions (line 77) | private static List> GetPuttySessions() method ListPuttySSHHostKeys (line 195) | private static List> ListPuttySSHHostKeys() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/RemoteDesktop.cs class RemoteDesktop (line 11) | static class RemoteDesktop method GetSavedRDPConnections (line 13) | public static List> GetSavedRDPConnections() method GetRDCManFiles (line 62) | public static List> GetRDCManFiles() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/SecurityPackages/NtlmHashInfo.cs class NtlmHashInfo (line 3) | internal class NtlmHashInfo method NtlmHashInfo (line 8) | public NtlmHashInfo(string version, string hash) FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/SecurityPackages/SecBuffer.cs type SecBuffer (line 6) | [StructLayout(LayoutKind.Sequential)] method SecBuffer (line 17) | internal SecBuffer(int bufferSize) method SecBuffer (line 33) | internal SecBuffer(byte[] buffer) method ToArray (line 63) | internal byte[] ToArray() method Dispose (line 83) | public void Dispose() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/SecurityPackages/SecBufferDesc.cs type SecBufferDesc (line 8) | [StructLayout(LayoutKind.Sequential)] method SecBufferDesc (line 19) | internal SecBufferDesc(int size) method SecBufferDesc (line 55) | internal SecBufferDesc(byte[] buffer) method Dispose (line 90) | public void Dispose() method ToArray (line 119) | internal byte[] ToArray() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/SecurityPackages/SecurityPackages.cs class SecurityPackages (line 10) | internal class SecurityPackages type SECURITY_INTEGER (line 12) | [StructLayout(LayoutKind.Sequential)] method GetNtlmCredentials (line 24) | internal static IEnumerable GetNtlmCredentials() method GetNtlmCredentialsInternal (line 36) | private static NtlmHashInfo GetNtlmCredentialsInternal(string challeng... method ParseNTResponse (line 181) | private static NtlmHashInfo ParseNTResponse(byte[] message, string cha... method SubArray (line 221) | public static T[] SubArray(T[] data, int index, int length) method FormatNetNtlmV1Hash (line 228) | private static string FormatNetNtlmV1Hash(string challenge, byte[] use... method FormatNetNtlmV2Hash (line 234) | private static string FormatNetNtlmV2Hash(string challenge, byte[] use... method StringToByteArray (line 241) | private static byte[] StringToByteArray(string hexString) method ByteArrayToString (line 253) | private static string ByteArrayToString(byte[] ba) FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Slack/Slack.cs class Slack (line 8) | internal static class Slack method PrintInfo (line 12) | internal static void PrintInfo() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/SuperPutty/SuperPutty.cs class SuperPutty (line 8) | static class SuperPutty method PrintInfo (line 10) | public static void PrintInfo() method PrintConfigurationFiles (line 15) | private static void PrintConfigurationFiles() FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Vault/Enums/VAULT_ELEMENT_TYPE.cs type VAULT_ELEMENT_TYPE (line 5) | public enum VAULT_ELEMENT_TYPE : Int32 FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Vault/Enums/VAULT_SCHEMA_ELEMENT_ID.cs type VAULT_SCHEMA_ELEMENT_ID (line 5) | public enum VAULT_SCHEMA_ELEMENT_ID : Int32 FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Vault/Structs/VAULT_ITEM_ELEMENT.cs type VAULT_ITEM_ELEMENT (line 6) | [StructLayout(LayoutKind.Explicit, CharSet = CharSet.Ansi)] FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Vault/Structs/VAULT_ITEM_WIN7.cs type VAULT_ITEM_WIN7 (line 6) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Vault/Structs/VAULT_ITEM_WIN8.cs type VAULT_ITEM_WIN8 (line 6) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] FILE: winPEAS/winPEASexe/winPEAS/KnownFileCreds/Vault/VaultCli.cs class VaultCli (line 10) | public static class VaultCli method DumpVault (line 12) | public static List> DumpVault() method GetVaultElementValue (line 186) | private static object GetVaultElementValue(IntPtr vaultElementPtr) FILE: winPEAS/winPEASexe/winPEAS/Native/Advapi32.cs class Advapi32 (line 17) | internal class Advapi32 method CredRead (line 38) | [DllImport("Advapi32.dll", EntryPoint = "CredReadW", CharSet = CharSet... method CredWrite (line 61) | [DllImport("Advapi32.dll", EntryPoint = "CredWriteW", CharSet = CharSe... method CredFree (line 68) | [DllImport("Advapi32.dll", EntryPoint = "CredFree", SetLastError = true)] method CredDelete (line 86) | [DllImport("Advapi32.dll", EntryPoint = "CredDeleteW", CharSet = CharS... method CredEnumerate (line 126) | [DllImport("Advapi32.dll", EntryPoint = "CredEnumerate", SetLastError ... method OpenProcessToken (line 129) | [DllImport("advapi32.dll", SetLastError = true)] method QueryServiceObjectSecurity (line 137) | [DllImport("advapi32.dll", SetLastError = true)] method GetNamedSecurityInfo (line 145) | [DllImport("advapi32.dll", EntryPoint = "GetNamedSecurityInfoW", CharS... method ConvertSecurityDescriptorToStringSecurityDescriptor (line 156) | [DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Unic... method GetTokenInformation (line 164) | [DllImport("advapi32.dll", SetLastError = true)] method LookupPrivilegeName (line 172) | [DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Auto)] method DuplicateToken (line 180) | [DllImport("advapi32.dll")] method ImpersonateLoggedOnUser (line 184) | [DllImport("advapi32.dll", SetLastError = true)] method RevertToSelf (line 187) | [DllImport("advapi32.dll", SetLastError = true)] method DuplicateTokenEx (line 190) | [ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail), Dl... method GetTokenInformation (line 194) | [DllImport("advapi32.dll", CharSet = CharSet.Auto, SetLastError = true)] method LogonUser (line 198) | [DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Unic... method LookupPrivilegeValue (line 201) | [DllImport("advapi32.dll", SetLastError = true)] method OpenProcessToken (line 205) | [DllImport("advapi32.dll", SetLastError = true)] method OpenThreadToken (line 209) | [DllImport("advapi32.dll", SetLastError = true)] method SetThreadToken (line 213) | [DllImport("advapi32.dll", SetLastError = true)] method LookupAccountSid (line 217) | [DllImport("advapi32.dll", CharSet = CharSet.Unicode, SetLastError = t... method RegQueryValueExW (line 228) | [DllImport("advapi32.dll", CharSet = CharSet.Unicode, SetLastError = t... method ReadRegistryValue (line 237) | public byte[] ReadRegistryValue(string keyPath, string valueName) method TranslateSid (line 279) | public static string TranslateSid(string sid) FILE: winPEAS/winPEASexe/winPEAS/Native/Classes/SafeTokenHandle.cs class SafeTokenHandle (line 7) | public partial class SafeTokenHandle : Microsoft.Win32.SafeHandles.SafeH... method SafeTokenHandle (line 13) | private SafeTokenHandle() : base(true) { } method SafeTokenHandle (line 15) | internal SafeTokenHandle(IntPtr handle, bool own = true) : base(own) method ReleaseHandle (line 20) | protected override bool ReleaseHandle() => Kernel32.CloseHandle(handle); method GetInfo (line 22) | public T GetInfo(TOKEN_INFORMATION_CLASS type) method FromCurrentProcess (line 80) | public static SafeTokenHandle FromCurrentProcess(AccessTypes desiredAc... method FromCurrentThread (line 90) | public static SafeTokenHandle FromCurrentThread(AccessTypes desiredAcc... method FromProcess (line 93) | public static SafeTokenHandle FromProcess(IntPtr hProcess, AccessTypes... method FromThread (line 101) | public static SafeTokenHandle FromThread(IntPtr hThread, AccessTypes d... FILE: winPEAS/winPEASexe/winPEAS/Native/Classes/UNICODE_STRING.cs class UNICODE_STRING (line 7) | [StructLayout(LayoutKind.Sequential)] method UNICODE_STRING (line 14) | public UNICODE_STRING() method UNICODE_STRING (line 19) | public UNICODE_STRING(string s) method ToString (line 29) | public override string ToString() => Buffer != IntPtr.Zero ? Marshal.P... method Dispose (line 31) | protected virtual void Dispose(bool disposing) method Dispose (line 49) | public void Dispose() FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/AccessTypes.cs type AccessTypes (line 5) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/CredentialType.cs type CredentialType (line 8) | public enum CredentialType : uint FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/DS_NAME_FLAGS.cs type DS_NAME_FLAGS (line 8) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/DS_NAME_FORMAT.cs type DS_NAME_FORMAT (line 6) | public enum DS_NAME_FORMAT FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/GPOLink.cs type GPOLink (line 5) | enum GPOLink FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/GPOOptions.cs type GPOOptions (line 5) | enum GPOOptions FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/NetJoinStatus.cs type NetJoinStatus (line 3) | public enum NetJoinStatus FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/PrivilegeAttributes.cs type PrivilegeAttributes (line 5) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/SECURITY_IMPERSONATION_LEVEL.cs type SECURITY_IMPERSONATION_LEVEL (line 3) | public enum SECURITY_IMPERSONATION_LEVEL FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/SECURITY_LOGON_TYPE.cs type SECURITY_LOGON_TYPE (line 3) | public enum SECURITY_LOGON_TYPE : uint FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/SE_OBJECT_TYPE.cs type SE_OBJECT_TYPE (line 3) | public enum SE_OBJECT_TYPE FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/SID_NAME_USE.cs type SID_NAME_USE (line 3) | public enum SID_NAME_USE FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/ServerTypes.cs type ServerTypes (line 5) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/SessionSecurity.cs type SessionSecurity (line 6) | [Flags] FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/TOKEN_ELEVATION_TYPE.cs type TOKEN_ELEVATION_TYPE (line 3) | public enum TOKEN_ELEVATION_TYPE FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/TOKEN_INFORMATION_CLASS.cs type TOKEN_INFORMATION_CLASS (line 3) | public enum TOKEN_INFORMATION_CLASS FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/TokenType.cs type TokenType (line 5) | [Serializable] FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/UserPrivType.cs type UserPrivType (line 3) | public enum UserPrivType FILE: winPEAS/winPEASexe/winPEAS/Native/Enums/WTS_INFO_CLASS.cs type WTS_INFO_CLASS (line 3) | public enum WTS_INFO_CLASS FILE: winPEAS/winPEASexe/winPEAS/Native/Iphlpapi.cs class Iphlpapi (line 7) | internal class Iphlpapi method GetExtendedTcpTable (line 9) | [DllImport("iphlpapi.dll", CharSet = CharSet.Auto, SetLastError = true)] method GetExtendedUdpTable (line 13) | [DllImport("iphlpapi.dll", CharSet = CharSet.Auto, SetLastError = true)] method GetIpNetTable (line 17) | [DllImport("IpHlpApi.dll")] method FreeMibTable (line 21) | [DllImport("IpHlpApi.dll", SetLastError = true, CharSet = CharSet.Auto)] FILE: winPEAS/winPEASexe/winPEAS/Native/Kernel32.cs class Kernel32 (line 9) | internal class Kernel32 method FindFirstFile (line 15) | [DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method FindNextFile (line 18) | [DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method FindClose (line 22) | [DllImport("kernel32.dll", SetLastError = true)] method LoadLibrary (line 25) | [DllImport("kernel32.dll")] method GetProcAddress (line 28) | [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, S... method CloseHandle (line 32) | [ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success), Dl... method GetCurrentProcess (line 36) | [DllImport("Kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method GetCurrentThread (line 39) | [DllImport("Kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method GlobalLock (line 49) | [DllImport("Kernel32.dll", SetLastError = true)] method GlobalUnlock (line 57) | [DllImport("Kernel32.dll", SetLastError = true)] method FreeLibrary (line 61) | [DllImport("Kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method GetPrivateProfileSection (line 65) | [DllImport("kernel32.dll", CharSet = CharSet.Unicode)] method GetPrivateProfileString (line 68) | [DllImport("kernel32.dll", CharSet = CharSet.Unicode)] method OpenProcess (line 71) | [DllImport("kernel32.dll")] method OpenProcess (line 74) | [DllImport("kernel32.dll")] method DuplicateHandle (line 77) | [DllImport("kernel32.dll", SetLastError = true)] method DuplicateHandle (line 81) | [DllImport("kernel32.dll", SetLastError = true)] method GetProcessIdOfThread (line 85) | [DllImport("kernel32.dll", SetLastError = true)] method GetProcessId (line 88) | [DllImport("kernel32.dll", SetLastError = true)] method GetFinalPathNameByHandle (line 91) | [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Auto)] method GetFileInformationByHandleEx (line 94) | [DllImport("kernel32.dll", SetLastError = true)] method GetFullPathName (line 97) | [DllImport("kernel32.dll", SetLastError = true, CharSet = CharSet.Unic... FILE: winPEAS/winPEASexe/winPEAS/Native/Netapi32.cs class Netapi32 (line 8) | internal class Netapi32 method NetGetJoinInformation (line 10) | [DllImport("Netapi32.dll", CharSet = CharSet.Unicode, SetLastError = t... method NetServerGetInfo (line 16) | [DllImport("Netapi32", CharSet = CharSet.Auto, SetLastError = true)] method NetServerEnum (line 19) | [DllImport("Netapi32", CharSet = CharSet.Auto, SetLastError = true), S... method NetApiBufferFree (line 32) | [DllImport("Netapi32", SetLastError = true), SuppressUnmanagedCodeSecu... method NetUserEnum (line 35) | [DllImport("Netapi32.dll")] method NetFreeAadJoinInformation (line 46) | [DllImport("netapi32.dll", CharSet = CharSet.Unicode, SetLastError = t... method NetGetAadJoinInformation (line 49) | [DllImport("netapi32.dll", CharSet = CharSet.Unicode, SetLastError = t... FILE: winPEAS/winPEASexe/winPEAS/Native/Ntdll.cs class Ntdll (line 6) | internal class Ntdll method NtQueryObject (line 8) | [DllImport("ntdll.dll")] method NtQuerySystemInformation (line 11) | [DllImport("ntdll.dll")] method NtQueryInformationProcess (line 14) | [DllImport("ntdll.dll")] method NtQueryInformationThread (line 17) | [DllImport("ntdll.dll")] method NtDuplicateObject (line 20) | [DllImport("ntdll.dll")] method NtQueryKey (line 23) | [DllImport("ntdll.dll")] FILE: winPEAS/winPEASexe/winPEAS/Native/Ntdsapi.cs class Ntdsapi (line 7) | internal class Ntdsapi method DsBind (line 9) | [DllImport("ntdsapi.dll", CharSet = CharSet.Auto, PreserveSig = false)] method DsCrackNames (line 15) | [DllImport("ntdsapi.dll", CharSet = CharSet.Auto)] method DsFreeNameResult (line 25) | [DllImport("ntdsapi.dll", CharSet = CharSet.Auto)] method DsUnBind (line 28) | [DllImport("ntdsapi.dll", CharSet = CharSet.Auto)] FILE: winPEAS/winPEASexe/winPEAS/Native/Psapi.cs class Psapi (line 7) | internal class Psapi method EnumDeviceDrivers (line 9) | [DllImport("psapi")] method GetDeviceDriverFileName (line 16) | [DllImport("psapi")] method GetDeviceDriverBaseName (line 23) | [DllImport("psapi")] method GetProcessImageFileName (line 30) | [DllImport("psapi.dll")] FILE: winPEAS/winPEASexe/winPEAS/Native/Samlib.cs class Samlib (line 8) | internal class Samlib method SamConnect (line 10) | [DllImport("samlib.dll", CharSet = CharSet.Unicode)] method SamCloseHandle (line 13) | [DllImport("samlib.dll", CharSet = CharSet.Unicode)] method SamFreeMemory (line 16) | [DllImport("samlib.dll", CharSet = CharSet.Unicode)] method SamOpenDomain (line 19) | [DllImport("samlib.dll", CharSet = CharSet.Unicode)] method SamLookupDomainInSamServer (line 22) | [DllImport("samlib.dll", CharSet = CharSet.Unicode)] method SamQueryInformationDomain (line 25) | [DllImport("samlib.dll", CharSet = CharSet.Unicode)] method SamSetInformationDomain (line 28) | [DllImport("samlib.dll", CharSet = CharSet.Unicode)] method SamEnumerateDomainsInSamServer (line 31) | [DllImport("samlib.dll", CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/Native/Secur32.cs class Secur32 (line 8) | internal class Secur32 method AcquireCredentialsHandle (line 10) | [DllImport("secur32.dll", CharSet = CharSet.Unicode)] method InitializeSecurityContext (line 22) | [DllImport("secur32.dll", CharSet = CharSet.Unicode, SetLastError = tr... method InitializeSecurityContext (line 37) | [DllImport("secur32.dll", CharSet = CharSet.Unicode, SetLastError = tr... method AcceptSecurityContext (line 52) | [DllImport("secur32.dll", SetLastError = true)] method DeleteSecurityContext (line 64) | [DllImport("secur32.dll", SetLastError = true)] method FreeCredentialsHandle (line 67) | [DllImport("secur32.dll", SetLastError = true)] method LsaRegisterLogonProcess (line 70) | [DllImport("secur32.dll", SetLastError = true)] method LsaEnumerateLogonSessions (line 74) | [DllImport("Secur32.dll", SetLastError = false)] method LsaGetLogonSessionData (line 77) | [DllImport("Secur32.dll", SetLastError = false)] method LsaLookupAuthenticationPackage (line 80) | [DllImport("secur32.dll", SetLastError = false)] method LsaCallAuthenticationPackage (line 83) | [DllImport("secur32.dll", SetLastError = false)] method LsaFreeReturnBuffer (line 86) | [DllImport("secur32.dll", SetLastError = false)] method LsaConnectUntrusted (line 89) | [DllImport("secur32.dll", SetLastError = false)] method LsaDeregisterLogonProcess (line 92) | [DllImport("secur32.dll", SetLastError = false)] method LsaCallAuthenticationPackage_KERB_RETRIEVE_TKT (line 95) | [DllImport("secur32.dll", EntryPoint = "LsaCallAuthenticationPackage",... FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/DSREG_JOIN_INFO.cs type DSREG_JOIN_INFO (line 6) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/DSREG_USER_INFO.cs type DSREG_USER_INFO (line 5) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/LUID.cs type LUID (line 5) | [StructLayout(LayoutKind.Sequential, Pack = 1)] method FromName (line 11) | public static LUID FromName(string name, string systemName = null) FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/LUID_AND_ATTRIBUTES.cs type LUID_AND_ATTRIBUTES (line 6) | [StructLayout(LayoutKind.Sequential, Pack = 1)] method LUID_AND_ATTRIBUTES (line 12) | public LUID_AND_ATTRIBUTES(LUID luid, PrivilegeAttributes attr) FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/LastInputInfo.cs type LastInputInfo (line 3) | internal struct LastInputInfo FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/PRIVILEGE_SET.cs type PRIVILEGE_SET (line 6) | [StructLayout(LayoutKind.Sequential)] method PRIVILEGE_SET (line 13) | public PRIVILEGE_SET(uint control, params LUID_AND_ATTRIBUTES[] privil... method Dispose (line 22) | public void Dispose() FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/SID_AND_ATTRIBUTES.cs type SID_AND_ATTRIBUTES (line 6) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/TOKEN_ELEVATION.cs type TOKEN_ELEVATION (line 6) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/TOKEN_MANDATORY_LABEL.cs type TOKEN_MANDATORY_LABEL (line 5) | [StructLayout(LayoutKind.Sequential)] FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/TOKEN_PRIVILEGES.cs type TOKEN_PRIVILEGES (line 7) | [StructLayout(LayoutKind.Sequential, Pack = 1)] method TOKEN_PRIVILEGES (line 13) | public TOKEN_PRIVILEGES(LUID luid, PrivilegeAttributes attribute) FILE: winPEAS/winPEASexe/winPEAS/Native/Structs/USER_INFO_3.cs type USER_INFO_3 (line 6) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/Native/User32.cs class User32 (line 8) | internal class User32 method GetForegroundWindow (line 11) | [DllImport("user32.dll")] method GetWindowText (line 14) | [DllImport("user32.dll")] method GetLastInputInfo (line 16) | [DllImport("User32.dll")] method SetProcessDPIAware (line 19) | [DllImport("user32.dll")] FILE: winPEAS/winPEASexe/winPEAS/Native/Vaultcli.cs class Vaultcli (line 6) | internal class Vaultcli method VaultOpenVault (line 10) | [DllImport("vaultcli.dll")] method VaultEnumerateVaults (line 13) | [DllImport("vaultcli.dll")] method VaultEnumerateItems (line 16) | [DllImport("vaultcli.dll")] method VaultGetItem_WIN8 (line 19) | [DllImport("vaultcli.dll", EntryPoint = "VaultGetItem")] method VaultGetItem_WIN7 (line 22) | [DllImport("vaultcli.dll", EntryPoint = "VaultGetItem")] FILE: winPEAS/winPEASexe/winPEAS/Native/WlanApi.cs class WlanApi (line 7) | internal class WlanApi method WlanOpenHandle (line 9) | [DllImport("wlanapi.dll")] method WlanCloseHandle (line 16) | [DllImport("wlanapi.dll")] method WlanEnumInterfaces (line 21) | [DllImport("wlanapi.dll")] method WlanGetProfile (line 28) | [DllImport("wlanapi.dll")] method WlanGetProfileList (line 38) | [DllImport("wlanapi.dll")] method WlanFreeMemory (line 46) | [DllImport("wlanapi.dll")] method WlanConnect (line 49) | [DllImport("wlanapi.dll")] FILE: winPEAS/winPEASexe/winPEAS/Native/Wtsapi32.cs class Wtsapi32 (line 8) | internal class Wtsapi32 method WTSCloseServer (line 10) | [DllImport("wtsapi32.dll")] method WTSQuerySessionInformation (line 14) | [DllImport("Wtsapi32.dll", SetLastError = true)] method WTSOpenServer (line 23) | [DllImport("wtsapi32.dll", SetLastError = true)] method WTSEnumerateSessionsEx (line 26) | [DllImport("wtsapi32.dll", SetLastError = true)] method WTSFreeMemory (line 34) | [DllImport("wtsapi32.dll")] FILE: winPEAS/winPEASexe/winPEAS/Native/crypt32.cs class Crypt32 (line 7) | internal class Crypt32 type DATA_BLOB (line 10) | [StructLayout(LayoutKind.Sequential)] method CryptUnprotectData (line 17) | [DllImport("crypt32.dll", SetLastError = true, CharSet = CharSet.Unico... FILE: winPEAS/winPEASexe/winPEAS/Program.cs class Program (line 6) | public static class Program method Main (line 11) | [STAThread] FILE: winPEAS/winPEASexe/winPEAS/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/AccessControlExtension.cs class AccessControlExtension (line 9) | public static class AccessControlExtension method Canonicalize (line 13) | public static void Canonicalize(this RawAcl acl) method CanonicalizeAccessRules (line 31) | public static void CanonicalizeAccessRules(this ObjectSecurity objectS... method GetBinaryForm (line 47) | public static byte[] GetBinaryForm(this GenericSecurityDescriptor sd) method GetComparisonValue (line 61) | private static byte GetComparisonValue(GenericAce ace) FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/Action.cs type TaskActionType (line 15) | public enum TaskActionType type IBindAsExecAction (line 34) | internal interface IBindAsExecAction class Action (line 42) | [PublicAPI] method Action (line 51) | internal Action() method Action (line 55) | internal Action([NotNull] IAction action) => iAction = action; method Action (line 57) | internal Action([NotNull] ITask iTask) => v1Task = iTask; method CreateAction (line 81) | public static Action CreateAction(TaskActionType actionType) => Activa... method Clone (line 85) | public object Clone() method CompareTo (line 98) | public int CompareTo(Action obj) => string.Compare(Id, obj?.Id, String... method Dispose (line 101) | public virtual void Dispose() method Equals (line 110) | public override bool Equals([CanBeNull] object obj) method Equals (line 120) | public virtual bool Equals([NotNull] Action other) => ActionType == ot... method GetHashCode (line 124) | public override int GetHashCode() => new { A = ActionType, B = Id }.Ge... method ToString (line 128) | public override string ToString() => Id; method ToString (line 133) | public virtual string ToString([NotNull] System.Globalization.CultureI... method CompareTo (line 139) | int IComparable.CompareTo(object obj) => CompareTo(obj as Action); method ActionFromScript (line 141) | internal static Action ActionFromScript(string actionType, string script) method ConvertFromPowerShellAction (line 148) | internal static Action ConvertFromPowerShellAction(ExecAction execAction) method CreateAction (line 167) | internal static Action CreateAction(ITask iTask) method CreateAction (line 176) | internal static Action CreateAction(IAction iAction) method TryParse (line 182) | internal static T TryParse(string val, T defaultVal) method Bind (line 190) | internal virtual void Bind(ITask iTask) method Bind (line 205) | internal virtual void Bind(ITaskDefinition iTaskDef) method CopyProperties (line 223) | internal virtual void CopyProperties([NotNull] Action sourceAction) =>... method CreateV2Action (line 225) | internal abstract void CreateV2Action(IActionCollection iActions); method GetPowerShellCommand (line 227) | internal abstract string GetPowerShellCommand(); method GetProperty (line 229) | internal T GetProperty(string propName, T defaultValue = default) method OnPropertyChanged (line 236) | internal void OnPropertyChanged(string propName) => PropertyChanged?.I... method SetProperty (line 238) | internal void SetProperty(string propName, T value) method GetObjectType (line 252) | [NotNull] class ComHandlerAction (line 285) | [XmlType(IncludeInSchema = true)] method ComHandlerAction (line 290) | public ComHandlerAction() { } method ComHandlerAction (line 295) | public ComHandlerAction(Guid classId, [CanBeNull] string data) method ComHandlerAction (line 301) | internal ComHandlerAction([NotNull] ITask task) : base(task) method ComHandlerAction (line 305) | internal ComHandlerAction([NotNull] IAction action) : base(action) method Equals (line 333) | public override bool Equals(Action other) => base.Equals(other) && C... method ToString (line 337) | public override string ToString() => string.Format(Properties.Resour... method FromPowerShellCommand (line 339) | internal static Action FromPowerShellCommand(string p) method CopyProperties (line 347) | internal override void CopyProperties(Action sourceAction) method CreateV2Action (line 357) | internal override void CreateV2Action([NotNull] IActionCollection iA... method GetPowerShellCommand (line 359) | internal override string GetPowerShellCommand() method GetNameForCLSID (line 370) | [CanBeNull] class EmailAction (line 406) | [XmlType(IncludeInSchema = true)] method EmailAction (line 416) | public EmailAction() { } method EmailAction (line 424) | public EmailAction([CanBeNull] string subject, [NotNull] string from... method EmailAction (line 433) | internal EmailAction([NotNull] ITask task) : base(task) method EmailAction (line 437) | internal EmailAction([NotNull] IAction action) : base(action) method Equals (line 576) | public override bool Equals(Action other) => base.Equals(other) && G... method ToString (line 580) | public override string ToString() => string.Format(Properties.Resour... method FromPowerShellCommand (line 582) | internal static Action FromPowerShellCommand(string p) method Bind (line 600) | internal override void Bind(ITaskDefinition iTaskDef) method CopyProperties (line 608) | internal override void CopyProperties(Action sourceAction) method CreateV2Action (line 628) | internal override void CreateV2Action(IActionCollection iActions) =>... method GetPowerShellCommand (line 630) | internal override string GetPowerShellCommand() method FromPS (line 681) | private static string[] FromPS(string p) method FromPS (line 687) | private static string FromPS(System.Text.RegularExpressions.Group g,... method FromUTF8 (line 689) | private static string FromUTF8(string s) method Prep (line 695) | private static string Prep(string s) => s?.Replace("'", "''"); method ToPS (line 697) | private static string ToPS(string input, char[] delimeters = null) method ToPS (line 704) | private static string ToPS(string[] input) => string.Join(", ", Arra... method ToUTF8 (line 706) | private static string ToUTF8(string s) method UnPrep (line 713) | private static string UnPrep(string s) => s?.Replace("''", "'"); class ExecAction (line 730) | [XmlRoot("Exec", Namespace = TaskDefinition.tns, IsNullable = false)] method ExecAction (line 742) | public ExecAction() { } method ExecAction (line 750) | public ExecAction([NotNull] string path, string arguments = null, st... method ExecAction (line 757) | internal ExecAction([NotNull] ITask task) : base(task) method ExecAction (line 761) | internal ExecAction([NotNull] IAction action) : base(action) method IsValidPath (line 832) | public static bool IsValidPath(string path, bool checkIfExists = tru... method Equals (line 859) | public override bool Equals(Action other) => base.Equals(other) && P... method SetValidatedPath (line 867) | public void SetValidatedPath([NotNull] string path, bool checkIfExis... method ToString (line 875) | public override string ToString() => string.Format(Properties.Resour... method BuildPowerShellCmd (line 877) | internal static string BuildPowerShellCmd(string actionType, string ... method ConvertToPowerShellAction (line 879) | internal static ExecAction ConvertToPowerShellAction(Action action) ... method CreatePowerShellAction (line 881) | internal static ExecAction CreatePowerShellAction(string actionType,... method FromPowerShellCommand (line 883) | internal static Action FromPowerShellCommand(string p) method CopyProperties (line 891) | internal override void CopyProperties(Action sourceAction) method CreateV2Action (line 902) | internal override void CreateV2Action(IActionCollection iActions) =>... method GetPowerShellCommand (line 904) | internal override string GetPowerShellCommand() method ParsePowerShellItems (line 914) | internal string[] ParsePowerShellItems() class ShowMessageAction (line 941) | [XmlType(IncludeInSchema = true)] method ShowMessageAction (line 946) | public ShowMessageAction() method ShowMessageAction (line 953) | public ShowMessageAction([CanBeNull] string messageBody, [CanBeNull]... method ShowMessageAction (line 959) | internal ShowMessageAction([NotNull] ITask task) : base(task) method ShowMessageAction (line 963) | internal ShowMessageAction([NotNull] IAction action) : base(action) method Equals (line 989) | public override bool Equals(Action other) => base.Equals(other) && method ToString (line 996) | public override string ToString() => method FromPowerShellCommand (line 999) | internal static Action FromPowerShellCommand(string p) method CopyProperties (line 1011) | internal override void CopyProperties(Action sourceAction) method CreateV2Action (line 1021) | internal override void CreateV2Action(IActionCollection iActions) => method GetPowerShellCommand (line 1024) | internal override string GetPowerShellCommand() FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/ActionCollection.cs type PowerShellActionPlatformOption (line 16) | [Flags] class ActionCollection (line 43) | [XmlRoot("Actions", Namespace = TaskDefinition.tns, IsNullable = false)] method ActionCollection (line 57) | internal ActionCollection([NotNull] ITask task) method ActionCollection (line 64) | internal ActionCollection([NotNull] ITaskDefinition iTaskDef) method Add (line 284) | [NotNull] method Add (line 311) | [NotNull] method AddNew (line 318) | [NotNull] method AddRange (line 338) | public void AddRange([ItemNotNull, NotNull] IEnumerable actions) method Clear (line 359) | public void Clear() method Contains (line 376) | public bool Contains([NotNull] Action item) => Find(a => a.Equals(item... method ContainsType (line 381) | public bool ContainsType(Type actionType) => Find(a => a.GetType() == ... method CopyTo (line 391) | public void CopyTo(Action[] array, int arrayIndex) => CopyTo(0, array,... method CopyTo (line 410) | public void CopyTo(int index, [NotNull] Action[] array, int arrayIndex... method Dispose (line 427) | public void Dispose() method Find (line 444) | public Action Find(Predicate match) method FindIndexOf (line 463) | public int FindIndexOf(int startIndex, int count, [NotNull] Predicate<... method FindIndexOf (line 484) | public int FindIndexOf([NotNull] Predicate match) => FindIndex... method GetEnumerator (line 491) | public IEnumerator GetEnumerator() method IndexOf (line 501) | public int IndexOf(Action item) => FindIndexOf(a => a.Equals(item)); method IndexOf (line 506) | public int IndexOf(string actionId) method Insert (line 516) | public void Insert(int index, [NotNull] Action action) method Remove (line 559) | public bool Remove([NotNull] Action item) method RemoveAt (line 577) | public void RemoveAt(int index) method ToArray (line 599) | [NotNull, ItemNotNull] method ToString (line 609) | public override string ToString() method Add (line 618) | void ICollection.Add(Action item) => Add(item); method Add (line 620) | int IList.Add(object value) method Contains (line 626) | bool IList.Contains(object value) => Contains((Action)value); method CopyTo (line 628) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 637) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); method GetSchema (line 639) | System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() => null; method IndexOf (line 641) | int IList.IndexOf(object value) => IndexOf((Action)value); method Insert (line 643) | void IList.Insert(int index, object value) => Insert(index, (Action)va... method ReadXml (line 645) | void IXmlSerializable.ReadXml(System.Xml.XmlReader reader) method Remove (line 658) | void IList.Remove(object value) => Remove((Action)value); method WriteXml (line 660) | void IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) method ConvertUnsupportedActions (line 667) | internal void ConvertUnsupportedActions() method GetV1Actions (line 681) | private List GetV1Actions() method OnNotifyPropertyChanged (line 718) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... method SaveV1Actions (line 720) | private void SaveV1Actions() method UnconvertUnsupportedActions (line 756) | private void UnconvertUnsupportedActions() FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/CultureSwitcher.cs class CultureSwitcher (line 6) | internal class CultureSwitcher : IDisposable method CultureSwitcher (line 10) | public CultureSwitcher([NotNull] System.Globalization.CultureInfo cult... method Dispose (line 17) | public void Dispose() FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/EnumGlobalizer.cs class TaskEnumGlobalizer (line 10) | public static class TaskEnumGlobalizer method GetString (line 17) | public static string GetString(object enumValue) method GetCultureEquivalentString (line 37) | private static string GetCultureEquivalentString(DaysOfTheWeek val) method GetCultureEquivalentString (line 53) | private static string GetCultureEquivalentString(MonthsOfTheYear val) method BuildEnumString (line 69) | private static string BuildEnumString(string preface, object enumValue) FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/EnumUtil.cs class EnumUtil (line 7) | internal static class EnumUtil method CheckIsEnum (line 9) | public static void CheckIsEnum(bool checkHasFlags = false) method IsFlags (line 17) | public static bool IsFlags() => Attribute.IsDefined(typeof(T), type... method CheckHasValue (line 19) | public static void CheckHasValue(T value, string argName = null) method BitPosition (line 35) | public static byte BitPosition(this T flags) where T : struct, ICon... method IsFlagSet (line 45) | public static bool IsFlagSet(this T flags, T flag) where T : struct... method IsValidFlagValue (line 52) | public static bool IsValidFlagValue(this T flags) where T : struct,... method SetFlags (line 64) | public static void SetFlags(ref T flags, T flag, bool set = true) w... method SetFlags (line 76) | public static T SetFlags(this T flags, T flag, bool set = true) whe... method ClearFlags (line 83) | public static T ClearFlags(this T flags, T flag) where T : struct, ... method GetFlags (line 85) | public static IEnumerable GetFlags(this T value) where T : struc... method CombineFlags (line 95) | public static T CombineFlags(this IEnumerable flags) where T : s... method GetDescription (line 107) | public static string GetDescription(this T value) where T : struct,... method TryParse (line 134) | public static TEnum TryParse(string value, bool ignoreCase = fa... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/JetBrains.Annotations.cs class CanBeNullAttribute (line 17) | [AttributeUsage( class NotNullAttribute (line 31) | [AttributeUsage( class ItemNotNullAttribute (line 42) | [AttributeUsage( class ItemCanBeNullAttribute (line 52) | [AttributeUsage( class StringFormatMethodAttribute (line 70) | [AttributeUsage( method StringFormatMethodAttribute (line 78) | public StringFormatMethodAttribute([NotNull] string formatParameterName) class ValueProviderAttribute (line 90) | [AttributeUsage( method ValueProviderAttribute (line 95) | public ValueProviderAttribute([NotNull] string name) class InvokerParameterNameAttribute (line 114) | [AttributeUsage(AttributeTargets.Parameter)] class NotifyPropertyChangedInvocatorAttribute (line 155) | [AttributeUsage(AttributeTargets.Method)] method NotifyPropertyChangedInvocatorAttribute (line 158) | public NotifyPropertyChangedInvocatorAttribute() { } method NotifyPropertyChangedInvocatorAttribute (line 159) | public NotifyPropertyChangedInvocatorAttribute([NotNull] string parame... class ContractAnnotationAttribute (line 211) | [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)] method ContractAnnotationAttribute (line 214) | public ContractAnnotationAttribute([NotNull] string contract) method ContractAnnotationAttribute (line 217) | public ContractAnnotationAttribute([NotNull] string contract, bool for... class LocalizationRequiredAttribute (line 237) | [AttributeUsage(AttributeTargets.All)] method LocalizationRequiredAttribute (line 240) | public LocalizationRequiredAttribute() : this(true) { } method LocalizationRequiredAttribute (line 242) | public LocalizationRequiredAttribute(bool required) class CannotApplyEqualityOperatorAttribute (line 270) | [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class | At... class BaseTypeRequiredAttribute (line 284) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] method BaseTypeRequiredAttribute (line 288) | public BaseTypeRequiredAttribute([NotNull] Type baseType) class UsedImplicitlyAttribute (line 300) | [AttributeUsage(AttributeTargets.All)] method UsedImplicitlyAttribute (line 303) | public UsedImplicitlyAttribute() method UsedImplicitlyAttribute (line 306) | public UsedImplicitlyAttribute(ImplicitUseKindFlags useKindFlags) method UsedImplicitlyAttribute (line 309) | public UsedImplicitlyAttribute(ImplicitUseTargetFlags targetFlags) method UsedImplicitlyAttribute (line 312) | public UsedImplicitlyAttribute(ImplicitUseKindFlags useKindFlags, Impl... class MeansImplicitUseAttribute (line 327) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.GenericParamet... method MeansImplicitUseAttribute (line 330) | public MeansImplicitUseAttribute() method MeansImplicitUseAttribute (line 333) | public MeansImplicitUseAttribute(ImplicitUseKindFlags useKindFlags) method MeansImplicitUseAttribute (line 336) | public MeansImplicitUseAttribute(ImplicitUseTargetFlags targetFlags) method MeansImplicitUseAttribute (line 339) | public MeansImplicitUseAttribute(ImplicitUseKindFlags useKindFlags, Im... type ImplicitUseKindFlags (line 350) | [Flags] type ImplicitUseTargetFlags (line 371) | [Flags] class PublicAPIAttribute (line 386) | [MeansImplicitUse(ImplicitUseTargetFlags.WithMembers)] method PublicAPIAttribute (line 389) | public PublicAPIAttribute() { } method PublicAPIAttribute (line 391) | public PublicAPIAttribute([NotNull] string comment) class InstantHandleAttribute (line 404) | [AttributeUsage(AttributeTargets.Parameter)] class PureAttribute (line 418) | [AttributeUsage(AttributeTargets.Method)] class MustUseReturnValueAttribute (line 424) | [AttributeUsage(AttributeTargets.Method)] method MustUseReturnValueAttribute (line 427) | public MustUseReturnValueAttribute() { } method MustUseReturnValueAttribute (line 429) | public MustUseReturnValueAttribute([NotNull] string justification) class ProvidesContextAttribute (line 452) | [AttributeUsage( class PathReferenceAttribute (line 461) | [AttributeUsage(AttributeTargets.Parameter)] method PathReferenceAttribute (line 464) | public PathReferenceAttribute() { } method PathReferenceAttribute (line 466) | public PathReferenceAttribute([NotNull, PathReference] string basePath) class SourceTemplateAttribute (line 497) | [AttributeUsage(AttributeTargets.Method)] class MacroAttribute (line 528) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method, Al... class AspMvcAreaMasterLocationFormatAttribute (line 554) | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Field | Att... method AspMvcAreaMasterLocationFormatAttribute (line 557) | public AspMvcAreaMasterLocationFormatAttribute([NotNull] string format) class AspMvcAreaPartialViewLocationFormatAttribute (line 565) | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Field | Att... method AspMvcAreaPartialViewLocationFormatAttribute (line 568) | public AspMvcAreaPartialViewLocationFormatAttribute([NotNull] string f... class AspMvcAreaViewLocationFormatAttribute (line 576) | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Field | Att... method AspMvcAreaViewLocationFormatAttribute (line 579) | public AspMvcAreaViewLocationFormatAttribute([NotNull] string format) class AspMvcMasterLocationFormatAttribute (line 587) | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Field | Att... method AspMvcMasterLocationFormatAttribute (line 590) | public AspMvcMasterLocationFormatAttribute([NotNull] string format) class AspMvcPartialViewLocationFormatAttribute (line 598) | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Field | Att... method AspMvcPartialViewLocationFormatAttribute (line 601) | public AspMvcPartialViewLocationFormatAttribute([NotNull] string format) class AspMvcViewLocationFormatAttribute (line 609) | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Field | Att... method AspMvcViewLocationFormatAttribute (line 612) | public AspMvcViewLocationFormatAttribute([NotNull] string format) class AspMvcActionAttribute (line 626) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] method AspMvcActionAttribute (line 629) | public AspMvcActionAttribute() { } method AspMvcActionAttribute (line 631) | public AspMvcActionAttribute([NotNull] string anonymousProperty) class AspMvcAreaAttribute (line 644) | [AttributeUsage(AttributeTargets.Parameter)] method AspMvcAreaAttribute (line 647) | public AspMvcAreaAttribute() { } method AspMvcAreaAttribute (line 649) | public AspMvcAreaAttribute([NotNull] string anonymousProperty) class AspMvcControllerAttribute (line 663) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] method AspMvcControllerAttribute (line 666) | public AspMvcControllerAttribute() { } method AspMvcControllerAttribute (line 668) | public AspMvcControllerAttribute([NotNull] string anonymousProperty) class AspMvcMasterAttribute (line 680) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcModelTypeAttribute (line 687) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcPartialViewAttribute (line 696) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] class AspMvcSuppressViewErrorAttribute (line 702) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)] class AspMvcDisplayTemplateAttribute (line 710) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcEditorTemplateAttribute (line 718) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcTemplateAttribute (line 726) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcViewAttribute (line 735) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] class AspMvcViewComponentAttribute (line 742) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcViewComponentViewAttribute (line 749) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] class AspMvcActionSelectorAttribute (line 763) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Property)] class HtmlElementAttributesAttribute (line 766) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Property |... method HtmlElementAttributesAttribute (line 769) | public HtmlElementAttributesAttribute() { } method HtmlElementAttributesAttribute (line 771) | public HtmlElementAttributesAttribute([NotNull] string name) class HtmlAttributeValueAttribute (line 779) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Field | At... method HtmlAttributeValueAttribute (line 782) | public HtmlAttributeValueAttribute([NotNull] string name) class RazorSectionAttribute (line 795) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] class CollectionAccessAttribute (line 802) | [AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor |... method CollectionAccessAttribute (line 805) | public CollectionAccessAttribute(CollectionAccessType collectionAccess... type CollectionAccessType (line 813) | [Flags] class AssertionMethodAttribute (line 831) | [AttributeUsage(AttributeTargets.Method)] class AssertionConditionAttribute (line 839) | [AttributeUsage(AttributeTargets.Parameter)] method AssertionConditionAttribute (line 842) | public AssertionConditionAttribute(AssertionConditionType conditionType) type AssertionConditionType (line 854) | internal enum AssertionConditionType class TerminatesProgramAttribute (line 870) | [Obsolete("Use [ContractAnnotation('=> halt')] instead")] class LinqTunnelAttribute (line 879) | [AttributeUsage(AttributeTargets.Method)] class NoEnumerationAttribute (line 885) | [AttributeUsage(AttributeTargets.Parameter)] class RegexPatternAttribute (line 891) | [AttributeUsage(AttributeTargets.Parameter)] class NoReorderAttribute (line 900) | [AttributeUsage( class XamlItemsControlAttribute (line 908) | [AttributeUsage(AttributeTargets.Class)] class XamlItemBindingOfItemsControlAttribute (line 920) | [AttributeUsage(AttributeTargets.Property)] class AspChildControlTypeAttribute (line 923) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] method AspChildControlTypeAttribute (line 926) | public AspChildControlTypeAttribute([NotNull] string tagName, [NotNull... class AspDataFieldAttribute (line 937) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method)] class AspDataFieldsAttribute (line 940) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method)] class AspMethodPropertyAttribute (line 943) | [AttributeUsage(AttributeTargets.Property)] class AspRequiredAttributeAttribute (line 946) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] method AspRequiredAttributeAttribute (line 949) | public AspRequiredAttributeAttribute([NotNull] string attribute) class AspTypePropertyAttribute (line 957) | [AttributeUsage(AttributeTargets.Property)] method AspTypePropertyAttribute (line 962) | public AspTypePropertyAttribute(bool createConstructorReferences) class RazorImportNamespaceAttribute (line 968) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method RazorImportNamespaceAttribute (line 971) | public RazorImportNamespaceAttribute([NotNull] string name) class RazorInjectionAttribute (line 979) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method RazorInjectionAttribute (line 982) | public RazorInjectionAttribute([NotNull] string type, [NotNull] string... class RazorDirectiveAttribute (line 993) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method RazorDirectiveAttribute (line 996) | public RazorDirectiveAttribute([NotNull] string directive) class RazorPageBaseTypeAttribute (line 1004) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method RazorPageBaseTypeAttribute (line 1007) | public RazorPageBaseTypeAttribute([NotNull] string baseType) method RazorPageBaseTypeAttribute (line 1011) | public RazorPageBaseTypeAttribute([NotNull] string baseType, string pa... class RazorHelperCommonAttribute (line 1021) | [AttributeUsage(AttributeTargets.Method)] class RazorLayoutAttribute (line 1024) | [AttributeUsage(AttributeTargets.Property)] class RazorWriteLiteralMethodAttribute (line 1027) | [AttributeUsage(AttributeTargets.Method)] class RazorWriteMethodAttribute (line 1030) | [AttributeUsage(AttributeTargets.Method)] class RazorWriteMethodParameterAttribute (line 1033) | [AttributeUsage(AttributeTargets.Parameter)] FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/NamedValueCollection.cs class NameValuePair (line 15) | [PublicAPI] method NameValuePair (line 29) | public NameValuePair() { } method NameValuePair (line 31) | internal NameValuePair([NotNull] ITaskNamedValuePair iPair) method NameValuePair (line 36) | internal NameValuePair([NotNull] string name, [NotNull] string value) method Clone (line 76) | [NotNull] method Clone (line 79) | object ICloneable.Clone() => Clone(); method Equals (line 88) | public override bool Equals(object obj) method Equals (line 102) | public bool Equals([NotNull] NameValuePair other) => other.Name == Nam... method Equals (line 107) | bool IEquatable.Equals(ITaskNamedValuePair other)... method GetHashCode (line 115) | public override int GetHashCode() => new { A = Name, B = Value }.GetHa... method ToString (line 123) | public override string ToString() => $"{Name}={Value}"; method GetSchema (line 134) | System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 136) | void IXmlSerializable.ReadXml(System.Xml.XmlReader reader) method WriteXml (line 152) | void IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) class NamedValueCollection (line 169) | [PublicAPI] method NamedValueCollection (line 185) | internal NamedValueCollection([NotNull] ITaskNamedValueCollection iCol... method NamedValueCollection (line 187) | internal NamedValueCollection() method Bind (line 195) | internal void Bind([NotNull] ITaskNamedValueCollection iTaskNamedValue... method CopyTo (line 207) | public void CopyTo([NotNull] NamedValueCollection destCollection) method Dispose (line 224) | public void Dispose() method Add (line 350) | public void Add([NotNull] NameValuePair item) method Add (line 364) | public void Add([NotNull] string name, [NotNull] string value) method AddRange (line 373) | public void AddRange([ItemNotNull, NotNull] IEnumerable... method Clear (line 388) | public void Clear() method GetEnumerator (line 405) | public IEnumerator GetEnumerator() method OnCollectionChanged (line 413) | private void OnCollectionChanged(NotifyCollectionChangedEventArgs e) method Remove (line 426) | public bool Remove([NotNull] string name) method RemoveAt (line 470) | public void RemoveAt(int index) method TryGetValue (line 496) | public bool TryGetValue(string name, out string value) method GetEnumerator (line 521) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Contains (line 523) | bool ICollection.Contains(NameValuePair item) method CopyTo (line 533) | void ICollection.CopyTo(NameValuePair[] array, int arra... method Remove (line 554) | bool ICollection.Remove(NameValuePair item) method ContainsKey (line 589) | bool IDictionary.ContainsKey(string key) => Names.Cont... method Add (line 591) | void ICollection>.Add(KeyValuePair>.Contains(KeyValuePair>.CopyTo(KeyValuePair>.Remove(KeyValuePair> IEnumerable(Type type, string methodName, params o... method InvokeMethod (line 77) | public static T InvokeMethod(Type type, object[] instArgs, string m... method InvokeMethod (line 87) | public static T InvokeMethod(object obj, string methodName, params ... method InvokeMethod (line 100) | public static T InvokeMethod(object obj, string methodName, Type[] ... method GetProperty (line 114) | public static T GetProperty(object obj, string propName, T defaultV... method SetProperty (line 129) | public static void SetProperty(object obj, string propName, T value) FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/Task.cs type TaskCompatibility (line 31) | public enum TaskCompatibility type TaskCreation (line 173) | [DefaultValue(CreateOrUpdate)] type TaskInstancesPolicy (line 218) | [DefaultValue(IgnoreNew)] type TaskLogonType (line 235) | [DefaultValue(S4U)] type TaskPrincipalPrivilege (line 270) | public enum TaskPrincipalPrivilege type TaskProcessTokenSidType (line 426) | public enum TaskProcessTokenSidType type TaskRunFlags (line 443) | [Flags] type TaskRunLevel (line 463) | public enum TaskRunLevel type TaskSessionStateChangeType (line 478) | public enum TaskSessionStateChangeType type TaskSetSecurityOptions (line 516) | [Flags] type TaskState (line 618) | public enum TaskState class IdleSettings (line 642) | [PublicAPI] method IdleSettings (line 648) | internal IdleSettings([NotNull] IIdleSettings iSettings) => v2Settings... method IdleSettings (line 650) | internal IdleSettings([NotNull] ITask iTask) => v1Task = iTask; method Dispose (line 760) | public void Dispose() method ToString (line 769) | public override string ToString() method OnNotifyPropertyChanged (line 778) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... class MaintenanceSettings (line 782) | [XmlType(IncludeInSchema = false)] method MaintenanceSettings (line 789) | internal MaintenanceSettings([CanBeNull] ITaskSettings3 iSettings3) method Dispose (line 874) | public void Dispose() method ToString (line 882) | public override string ToString() => iMaintSettings != null ? DebugHel... method IsSet (line 884) | internal bool IsSet() => iMaintSettings != null && (iMaintSettings.Per... method OnNotifyPropertyChanged (line 888) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... class NetworkSettings (line 892) | [XmlType(IncludeInSchema = false)] method NetworkSettings (line 898) | internal NetworkSettings([CanBeNull] INetworkSettings iSettings) => v2... method Dispose (line 942) | public void Dispose() method ToString (line 950) | public override string ToString() method IsSet (line 957) | internal bool IsSet() => v2Settings != null && (!string.IsNullOrEmpty(... method OnNotifyPropertyChanged (line 961) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... class RunningTask (line 965) | [XmlType(IncludeInSchema = false)] method RunningTask (line 971) | internal RunningTask([NotNull] TaskService svc, [NotNull] IRegisteredT... method RunningTask (line 974) | internal RunningTask([NotNull] TaskService svc, [NotNull] ITask iTask) method Dispose (line 1001) | public new void Dispose() method Refresh (line 1009) | public void Refresh() class Task (line 1023) | [XmlType(IncludeInSchema = false)] method Task (line 1036) | internal Task([NotNull] TaskService svc, [NotNull] ITask iTask) method Task (line 1043) | internal Task([NotNull] TaskService svc, [NotNull] IRegisteredTask iTa... method CompareTo (line 1246) | public int CompareTo(Task other) => string.Compare(Path, other?.Path, ... method Dispose (line 1249) | public void Dispose() method Export (line 1258) | public void Export([NotNull] string outputFileName) => File.WriteAllTe... method GetAccessControl (line 1265) | public TaskSecurity GetAccessControl() => GetAccessControl(defaultAcce... method GetAccessControl (line 1276) | public TaskSecurity GetAccessControl(AccessControlSections includeSect... method GetInstances (line 1281) | [NotNull, ItemNotNull] method GetLastRegistrationTime (line 1291) | public DateTime GetLastRegistrationTime() method GetRunTimes (line 1310) | [NotNull] method GetSecurityDescriptorSddlForm (line 1347) | public string GetSecurityDescriptorSddlForm(SecurityInfos includeSecti... method RegisterChanges (line 1355) | public void RegisterChanges() method Run (line 1397) | public RunningTask Run(params string[] parameters) method RunEx (line 1473) | public RunningTask RunEx(TaskRunFlags flags, int sessionID, string use... method SetAccessControl (line 1504) | public void SetAccessControl([NotNull] TaskSecurity taskSecurity) => t... method SetSecurityDescriptorSddlForm (line 1510) | public void SetSecurityDescriptorSddlForm([NotNull] string sddlForm, T... method ShowEditor (line 1524) | public bool ShowEditor() method ShowPropertyPage (line 1537) | public void ShowPropertyPage() method Stop (line 1554) | public void Stop() method ToString (line 1564) | public override string ToString() => Name; method CompareTo (line 1566) | int IComparable.CompareTo(object other) => CompareTo(other as Task); method CreateTask (line 1568) | internal static Task CreateTask(TaskService svc, IRegisteredTask iTask... method GetOSLibraryMinorVersion (line 1576) | internal static int GetOSLibraryMinorVersion() => TaskService.LibraryV... method GetV1Path (line 1578) | [NotNull] method GetV2Definition (line 1595) | internal static ITaskDefinition GetV2Definition(TaskService svc, IRegi... method GetV2StrippedDefinition (line 1664) | internal static ITaskDefinition GetV2StrippedDefinition(TaskService sv... method StringToTimeSpan (line 1728) | internal static TimeSpan StringToTimeSpan(string input) method TimeSpanToString (line 1735) | internal static string TimeSpanToString(TimeSpan span) method V1Reactivate (line 1742) | internal void V1Reactivate() method OnNotifyPropertyChanged (line 1751) | protected void OnNotifyPropertyChanged([CallerMemberName] string prope... class DefDoc (line 1753) | private class DefDoc method DefDoc (line 1757) | public DefDoc(string xml) method Contains (line 1785) | public bool Contains(string tag, string defaultVal = null, bool remo... method RemoveTag (line 1799) | public void RemoveTag(string tag) class TaskCompatibilityEntry (line 1813) | [PublicAPI] method TaskCompatibilityEntry (line 1816) | internal TaskCompatibilityEntry(TaskCompatibility comp, string prop, s... class TaskDefinition (line 1837) | [XmlRoot("Task", Namespace = tns, IsNullable = false)] method TaskDefinition (line 1854) | internal TaskDefinition([NotNull] ITask iTask, string name) method TaskDefinition (line 1860) | internal TaskDefinition([NotNull] ITaskDefinition iDef) => v2Def = iDef; method GetV1SchemaFile (line 1948) | public static XmlSchemaComplexType GetV1SchemaFile([NotNull] XmlSchema... method CanUseUnifiedSchedulingEngine (line 1974) | public bool CanUseUnifiedSchedulingEngine(bool throwExceptionWithDetai... method Dispose (line 2072) | public void Dispose() method Validate (line 2088) | public bool Validate(bool throwException = false) method GetSchema (line 2143) | XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 2145) | void IXmlSerializable.ReadXml(XmlReader reader) method WriteXml (line 2152) | void IXmlSerializable.WriteXml(XmlWriter writer) => method GetV1TaskDataDictionary (line 2156) | internal static Dictionary GetV1TaskDataDictionary(ITa... method SetV1TaskData (line 2167) | internal static void SetV1TaskData(ITask v1Task, object value) method V1Save (line 2180) | internal void V1Save(string newName) method GetV1TaskData (line 2206) | private static object GetV1TaskData(ITask v1Task) method TryAdd (line 2229) | private static void TryAdd(IDictionary d, object k, object v) method GetLowestSupportedVersion (line 2238) | private TaskCompatibility GetLowestSupportedVersion(IList d... method TaskPrincipal (line 2351) | internal TaskPrincipal([NotNull] ITask iTask) => v1Task = iTask; method ValidateAccountForSidType (line 2585) | public static bool ValidateAccountForSidType(string acct, TaskProcessT... method Dispose (line 2592) | public void Dispose() method RequiresPassword (line 2601) | public bool RequiresPassword() => LogonType == TaskLogonType.Interacti... method ToString (line 2606) | public override string ToString() => LogonType == TaskLogonType.Group ... method GetSchema (line 2608) | XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 2610) | void IXmlSerializable.ReadXml(XmlReader reader) method WriteXml (line 2634) | void IXmlSerializable.WriteXml(XmlWriter writer) method OnNotifyPropertyChanged (line 2646) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... class TaskPrincipalPrivileges (line 2653) | [PublicAPI] method TaskPrincipalPrivileges (line 2658) | internal TaskPrincipalPrivileges(IPrincipal2 iPrincipal2 = null) => v2... method Add (line 2688) | public void Add(TaskPrincipalPrivilege item) method Contains (line 2701) | public bool Contains(TaskPrincipalPrivilege item) => IndexOf(item) != -1; method CopyTo (line 2706) | public void CopyTo(TaskPrincipalPrivilege[] array, int arrayIndex) method GetEnumerator (line 2719) | public IEnumerator GetEnumerator() => new Task... method IndexOf (line 2724) | public int IndexOf(TaskPrincipalPrivilege item) method Clear (line 2736) | void ICollection.Clear() => throw new NotImple... method GetEnumerator (line 2738) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); method Insert (line 2745) | void IList.Insert(int index, TaskPrincipalPriv... method Remove (line 2754) | bool ICollection.Remove(TaskPrincipalPrivilege... method RemoveAt (line 2760) | void IList.RemoveAt(int index) => throw new No... class TaskPrincipalPrivilegesEnumerator (line 2763) | public sealed class TaskPrincipalPrivilegesEnumerator : IEnumerator... method TaskRegistrationInfo (line 2823) | internal TaskRegistrationInfo([NotNull] ITask iTask) => v1Task = iTask; method Dispose (line 3014) | public void Dispose() method ToString (line 3023) | public override string ToString() method GetSchema (line 3030) | XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 3032) | void IXmlSerializable.ReadXml(XmlReader reader) method WriteXml (line 3044) | void IXmlSerializable.WriteXml(XmlWriter writer) => XmlSerializationHe... method FixCrLf (line 3046) | internal static string FixCrLf(string text) => text == null ? null : R... method OnNotifyPropertyChanged (line 3050) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... method ProcessVersionXml (line 3052) | private bool ProcessVersionXml(PropertyInfo pi, object obj, ref object... class TaskSettings (line 3064) | [XmlRoot("Settings", Namespace = TaskDefinition.tns, IsNullable = true)] method TaskSettings (line 3078) | internal TaskSettings([NotNull] ITaskSettings iSettings) method TaskSettings (line 3087) | internal TaskSettings([NotNull] ITask iTask) => v1Task = iTask; method Dispose (line 3557) | public void Dispose() method ToString (line 3568) | public override string ToString() method GetSchema (line 3575) | XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 3577) | void IXmlSerializable.ReadXml(XmlReader reader) method WriteXml (line 3589) | void IXmlSerializable.WriteXml(XmlWriter writer) => XmlSerializationHe... method ConvertXmlProperty (line 3591) | private bool ConvertXmlProperty(PropertyInfo pi, object obj, ref objec... method GetPriorityAsInt (line 3604) | private int GetPriorityAsInt(ProcessPriorityClass value) method GetPriorityFromInt (line 3635) | private ProcessPriorityClass GetPriorityFromInt(int value) method OnNotifyPropertyChanged (line 3665) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... class DebugHelper (line 3668) | internal static class DebugHelper method GetDebugString (line 3670) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Language", "CSE0003:... class TSInteropExt (line 3698) | internal static class TSInteropExt method GetDataItem (line 3700) | public static string GetDataItem(this ITask v1Task, string name) method HasFlags (line 3706) | public static bool HasFlags(this ITask v1Task, TaskFlags flags) => v1T... method SetDataItem (line 3708) | public static void SetDataItem(this ITask v1Task, string name, string ... method SetFlags (line 3715) | public static void SetFlags(this ITask v1Task, TaskFlags flags, bool v... class DefaultValueExAttribute (line 3718) | internal class DefaultValueExAttribute : DefaultValueAttribute method DefaultValueExAttribute (line 3720) | public DefaultValueExAttribute(Type type, string value) : base(null) FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskCollection.cs class RunningTaskCollection (line 16) | public sealed class RunningTaskCollection : IReadOnlyList, ... method RunningTaskCollection (line 21) | internal RunningTaskCollection([NotNull] TaskService svc) => this.svc ... method RunningTaskCollection (line 23) | internal RunningTaskCollection([NotNull] TaskService svc, [NotNull] IR... method Dispose (line 67) | public void Dispose() method GetEnumerator (line 75) | public IEnumerator GetEnumerator() method ToString (line 89) | public override string ToString() => $"RunningTaskCollection; Count: {... method GetEnumerator (line 91) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class V1RunningTaskEnumerator (line 93) | private class V1RunningTaskEnumerator : IEnumerator method V1RunningTaskEnumerator (line 98) | internal V1RunningTaskEnumerator([NotNull] TaskService svc) method Dispose (line 109) | public void Dispose() => tEnum.Dispose(); method MoveNext (line 111) | public bool MoveNext() => tEnum.MoveNext() && (tEnum.Current?.State ... method Reset (line 113) | public void Reset() => tEnum.Reset(); class TaskCollection (line 151) | [PublicAPI] method TaskCollection (line 160) | internal TaskCollection([NotNull] TaskService svc, Regex filter = null) method TaskCollection (line 167) | internal TaskCollection([NotNull] TaskFolder folder, [NotNull] IRegist... method Dispose (line 251) | public void Dispose() method Exists (line 261) | public bool Exists([NotNull] string taskName) method GetEnumerator (line 276) | public IEnumerator GetEnumerator() method ToString (line 285) | public override string ToString() => $"TaskCollection; Count: {Count}"; method GetEnumerator (line 287) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class V1TaskEnumerator (line 289) | internal class V1TaskEnumerator : IEnumerator method V1TaskEnumerator (line 300) | internal V1TaskEnumerator(TaskService svc, Regex filter = null) method Dispose (line 330) | public void Dispose() method MoveNext (line 338) | public bool MoveNext() method Reset (line 376) | public void Reset() class V2TaskEnumerator (line 383) | private class V2TaskEnumerator : ComEnumerator method V2TaskEnumerator (line 387) | internal V2TaskEnumerator(TaskFolder folder, IRegisteredTaskCollecti... method MoveNext (line 390) | public override bool MoveNext() FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskEditor/Native/InteropUtil.cs class InteropUtil (line 8) | internal static class InteropUtil method ToStructure (line 12) | public static T ToStructure(IntPtr ptr) => (T)Marshal.PtrToStructur... method StructureToPtr (line 14) | public static IntPtr StructureToPtr(object value) method AllocString (line 21) | public static void AllocString(ref IntPtr ptr, ref uint size) method FreeString (line 28) | public static void FreeString(ref IntPtr ptr, ref uint size) method GetString (line 38) | public static string GetString(IntPtr pString) => Marshal.PtrToStringU... method SetString (line 40) | public static bool SetString(ref IntPtr ptr, ref uint size, string val... method ToArray (line 65) | public static T[] ToArray(IntPtr ptr, int count) where TS : ICo... method ToArray (line 85) | public static T[] ToArray(IntPtr ptr, int count) class ComEnumerator (line 98) | internal class ComEnumerator : IEnumerator where T : class wh... method ComEnumerator (line 103) | public ComEnumerator(Func getCount, Func indexer, Func<... method ComEnumerator (line 115) | public ComEnumerator(Func getCount, Func indexer, Fu... method Dispose (line 131) | public virtual void Dispose() method MoveNext (line 137) | public virtual bool MoveNext() => iEnum?.MoveNext() ?? false; method Reset (line 139) | public virtual void Reset() FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskEditor/Native/NTDSAPI.cs class NativeMethods (line 10) | internal static partial class NativeMethods type DS_NAME_ERROR (line 15) | public enum DS_NAME_ERROR : uint class DomainService (line 46) | [SuppressUnmanagedCodeSecurity, ReliabilityContract(Consistency.WillNo... method DomainService (line 57) | public DomainService(string domainControllerName = null, string dnsD... method CrackName (line 68) | public string CrackName(string name) method CrackNames (line 84) | public DS_NAME_RESULT_ITEM[] CrackNames(string[] names = null, DS_NA... method Dispose (line 102) | public void Dispose() type DS_NAME_RESULT (line 111) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] type DS_NAME_RESULT_ITEM (line 137) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] method ToString (line 144) | public override string ToString() FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskEditor/Native/NetServerEnum.cs class NativeMethods (line 9) | internal static partial class NativeMethods type ServerPlatform (line 13) | public enum ServerPlatform type SERVER_INFO_100 (line 22) | [StructLayout(LayoutKind.Sequential)] type SERVER_INFO_101 (line 30) | [StructLayout(LayoutKind.Sequential)] type SERVER_INFO_102 (line 43) | [StructLayout(LayoutKind.Sequential)] type NetworkComputerInfo (line 65) | [StructLayout(LayoutKind.Sequential)] method GetNetworkComputerNames (line 84) | public static IEnumerable GetNetworkComputerNames(ServerTypes ... method GetNetworkComputerInfo (line 87) | public static IEnumerable GetNetworkComputerInfo(... method NetServerEnum (line 90) | public static T[] NetServerEnum(ServerTypes serverTypes = ServerTyp... method NetServerGetInfo (line 112) | public static T NetServerGetInfo(string serverName, int level = 0) ... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskEditor/Native/SYSTEMTIME.cs class NativeMethods (line 6) | internal static partial class NativeMethods type SYSTEMTIME (line 8) | [StructLayout(LayoutKind.Sequential, Pack = 2)] method SYSTEMTIME (line 20) | public SYSTEMTIME(DateTime dt) method SYSTEMTIME (line 33) | public SYSTEMTIME(ushort year, ushort month, ushort day, ushort hour... method SYSTEMTIME (line 62) | static SYSTEMTIME() method Equals (line 68) | public override bool Equals(object obj) method GetHashCode (line 77) | public override int GetHashCode() => ((DateTime)this).GetHashCode(); method ToString (line 79) | public override string ToString() => ((DateTime)this).ToString(); method GetTypeCode (line 81) | TypeCode IConvertible.GetTypeCode() => ((IConvertible)(DateTime)this... method ToBoolean (line 83) | bool IConvertible.ToBoolean(IFormatProvider provider) => ((IConverti... method ToByte (line 85) | byte IConvertible.ToByte(IFormatProvider provider) => ((IConvertible... method ToChar (line 87) | char IConvertible.ToChar(IFormatProvider provider) => ((IConvertible... method ToDateTime (line 89) | DateTime IConvertible.ToDateTime(IFormatProvider provider) => (DateT... method ToDecimal (line 91) | decimal IConvertible.ToDecimal(IFormatProvider provider) => ((IConve... method ToDouble (line 93) | double IConvertible.ToDouble(IFormatProvider provider) => ((IConvert... method ToInt16 (line 95) | short IConvertible.ToInt16(IFormatProvider provider) => ((IConvertib... method ToInt32 (line 97) | int IConvertible.ToInt32(IFormatProvider provider) => ((IConvertible... method ToInt64 (line 99) | long IConvertible.ToInt64(IFormatProvider provider) => ((IConvertibl... method ToSByte (line 101) | sbyte IConvertible.ToSByte(IFormatProvider provider) => ((IConvertib... method ToSingle (line 103) | float IConvertible.ToSingle(IFormatProvider provider) => ((IConverti... method ToString (line 105) | string IConvertible.ToString(IFormatProvider provider) => ((IConvert... method ToType (line 107) | object IConvertible.ToType(Type conversionType, IFormatProvider prov... method ToUInt16 (line 109) | ushort IConvertible.ToUInt16(IFormatProvider provider) => ((IConvert... method ToUInt32 (line 111) | uint IConvertible.ToUInt32(IFormatProvider provider) => ((IConvertib... method ToUInt64 (line 113) | ulong IConvertible.ToUInt64(IFormatProvider provider) => ((IConverti... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskEvent.cs type StandardTaskEventId (line 10) | public enum StandardTaskEventId class TaskEvent (line 346) | [PublicAPI] method TaskEvent (line 349) | internal TaskEvent([NotNull] EventRecord rec) method TaskEvent (line 366) | internal TaskEvent([NotNull] string taskPath, StandardTaskEventId id, ... method GetDataValue (line 462) | [Obsolete("Use the DataVales property instead.")] method ToString (line 471) | public override string ToString() => EventRecord?.FormatDescription() ... method CompareTo (line 480) | public int CompareTo(TaskEvent other) class EventDataValues (line 495) | public class EventDataValues method EventDataValues (line 499) | internal EventDataValues(EventLogRecord eventRec) class TaskEventEnumerator (line 532) | public sealed class TaskEventEnumerator : IEnumerator method TaskEventEnumerator (line 537) | internal TaskEventEnumerator([NotNull] EventLogReader log) method Dispose (line 561) | public void Dispose() method MoveNext (line 577) | public bool MoveNext() => (curRec = log.ReadEvent()) != null; method Reset (line 585) | public void Reset() method Seek (line 595) | public void Seek(EventBookmark bookmark, long offset = 0L) method Seek (line 605) | public void Seek(System.IO.SeekOrigin origin, long offset) class TaskEventLog (line 639) | public sealed class TaskEventLog : IEnumerable method TaskEventLog (line 649) | public TaskEventLog([CanBeNull] string taskPath) : this(".", taskPath) method TaskEventLog (line 663) | public TaskEventLog([NotNull] string machineName, [CanBeNull] string t... method TaskEventLog (line 677) | public TaskEventLog(DateTime startTime, string taskName = null, string... method TaskEventLog (line 693) | public TaskEventLog(string taskName = null, int[] eventIDs = null, Dat... method TaskEventLog (line 709) | public TaskEventLog(string taskName = null, int[] eventIDs = null, int... method BuildQuery (line 714) | internal static string BuildQuery(string taskName = null, int[] eventI... method Initialize (line 759) | private void Initialize(string machineName, string query, bool revDir,... method GetEnumerator (line 849) | IEnumerator IEnumerable.GetEnumerator() => GetEn... method GetEnumerator (line 858) | [NotNull] method GetEnumerator (line 871) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskFolder.cs class TaskFolder (line 16) | [PublicAPI] method TaskFolder (line 24) | internal TaskFolder([NotNull] TaskService svc) method TaskFolder (line 30) | internal TaskFolder([NotNull] TaskService svc, [NotNull] ITaskFolder i... method Dispose (line 39) | public void Dispose() method GetFolder (line 89) | [NotNull] method CompareTo (line 147) | int IComparable.CompareTo(TaskFolder other) => string.Comp... method CreateFolder (line 155) | [Obsolete("This method will be removed in deference to the CreateFolde... method CreateFolder (line 164) | public TaskFolder CreateFolder([NotNull] string subFolderName, [NotNul... method CreateFolder (line 181) | public TaskFolder CreateFolder([NotNull] string subFolderName, string ... method DeleteFolder (line 223) | public void DeleteFolder([NotNull] string subFolderName, bool exceptio... method DeleteTask (line 247) | public void DeleteTask([NotNull] string name, bool exceptionOnNotExist... method EnumerateFolders (line 270) | [NotNull, ItemNotNull] method EnumerateTasks (line 284) | [NotNull, ItemNotNull] method Equals (line 290) | public override bool Equals(object obj) method GetAccessControl (line 303) | [NotNull] method GetAccessControl (line 314) | [NotNull] method GetHashCode (line 319) | public override int GetHashCode() => new { A = Path, B = TaskService.T... method GetSecurityDescriptor (line 324) | [Obsolete("This method will be removed in deference to the GetAccessCo... method GetSecurityDescriptorSddlForm (line 333) | public string GetSecurityDescriptorSddlForm(SecurityInfos includeSecti... method GetTasks (line 345) | [NotNull, ItemNotNull] method ImportTask (line 359) | public Task ImportTask(string path, [NotNull] string xmlFile, bool ove... method RegisterTask (line 396) | public Task RegisterTask(string path, [NotNull] string xmlText, TaskCr... method RegisterTaskDefinition (line 428) | public Task RegisterTaskDefinition(string path, [NotNull] TaskDefiniti... method RegisterTaskDefinition (line 481) | public Task RegisterTaskDefinition([NotNull] string path, [NotNull] Ta... method SetAccessControl (line 581) | public void SetAccessControl([NotNull] TaskSecurity taskSecurity) { ta... method SetSecurityDescriptor (line 588) | [Obsolete("This method will be removed in deference to the SetAccessCo... method SetSecurityDescriptorSddlForm (line 597) | public void SetSecurityDescriptorSddlForm([NotNull] string sddlForm, T... method ToString (line 611) | public override string ToString() => Path; method EnumerateFolderTasks (line 620) | internal static IEnumerable EnumerateFolderTasks(TaskFolder fold... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskFolderCollection.cs class TaskFolderCollection (line 12) | public sealed class TaskFolderCollection : ICollection, IDis... method TaskFolderCollection (line 19) | internal TaskFolderCollection() => v1FolderList = new TaskFolder[0]; method TaskFolderCollection (line 21) | internal TaskFolderCollection([NotNull] TaskFolder folder, [NotNull] I... method Add (line 77) | public void Add([NotNull] TaskFolder item) => throw new NotImplemented... method Clear (line 80) | public void Clear() method Contains (line 95) | public bool Contains([NotNull] TaskFolder item) method CopyTo (line 114) | public void CopyTo(TaskFolder[] array, int arrayIndex) method Dispose (line 134) | public void Dispose() method Exists (line 148) | public bool Exists([NotNull] string path) method GetEnumerator (line 161) | public IEnumerator GetEnumerator() method Remove (line 202) | public bool Remove([NotNull] TaskFolder item) method GetEnumerator (line 228) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method OnNotifyPropertyChanged (line 232) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskHandlerInterfaces.cs type ITaskHandler (line 12) | [ComImport, Guid("839D7762-5121-4009-9234-4F0D19394F04"), InterfaceType(... method Start (line 20) | void Start([In, MarshalAs(UnmanagedType.IUnknown)] object pHandlerServ... method Stop (line 25) | void Stop([MarshalAs(UnmanagedType.Error)] out int pRetCode); method Pause (line 29) | void Pause(); method Resume (line 33) | void Resume(); type ITaskHandlerStatus (line 39) | [ComImport, Guid("EAEC7A8F-27A0-4DDC-8675-14726A01A38A"), InterfaceType(... method UpdateStatus (line 47) | void UpdateStatus([In] short percentComplete, [In, MarshalAs(Unmanaged... method TaskCompleted (line 52) | void TaskCompleted([In, MarshalAs(UnmanagedType.Error)] int taskErrCode); FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskSecurity.cs type TaskRights (line 11) | [Flags] class TaskAccessRule (line 55) | public sealed class TaskAccessRule : AccessRule method TaskAccessRule (line 63) | public TaskAccessRule([NotNull] IdentityReference identity, TaskRights... method TaskAccessRule (line 74) | public TaskAccessRule([NotNull] string identity, TaskRights eventRight... method TaskAccessRule (line 79) | private TaskAccessRule([NotNull] IdentityReference identity, int acces... class TaskAuditRule (line 96) | public sealed class TaskAuditRule : AuditRule method TaskAuditRule (line 104) | public TaskAuditRule([NotNull] IdentityReference identity, TaskRights ... method TaskAuditRule (line 109) | internal TaskAuditRule([NotNull] IdentityReference identity, int acces... class TaskSecurity (line 151) | public sealed class TaskSecurity : CommonObjectSecurity method TaskSecurity (line 156) | public TaskSecurity() method TaskSecurity (line 166) | public TaskSecurity([NotNull] Task task, AccessControlSections section... method TaskSecurity (line 178) | public TaskSecurity([NotNull] TaskFolder folder, AccessControlSections... method AccessRuleFactory (line 233) | public override AccessRule AccessRuleFactory(IdentityReference identit... method AddAccessRule (line 239) | public void AddAccessRule([NotNull] TaskAccessRule rule) method AddAuditRule (line 248) | public void AddAuditRule([NotNull] TaskAuditRule rule) method AuditRuleFactory (line 265) | public override AuditRule AuditRuleFactory(IdentityReference identityR... method RemoveAccessRule (line 272) | public bool RemoveAccessRule([NotNull] TaskAccessRule rule) => base.Re... method RemoveAccessRuleAll (line 278) | public void RemoveAccessRuleAll([NotNull] TaskAccessRule rule) method RemoveAccessRuleSpecific (line 287) | public void RemoveAccessRuleSpecific([NotNull] TaskAccessRule rule) method RemoveAuditRule (line 297) | public bool RemoveAuditRule([NotNull] TaskAuditRule rule) => base.Remo... method RemoveAuditRuleAll (line 303) | public void RemoveAuditRuleAll(TaskAuditRule rule) method RemoveAuditRuleSpecific (line 312) | public void RemoveAuditRuleSpecific([NotNull] TaskAuditRule rule) method ResetAccessRule (line 321) | public void ResetAccessRule([NotNull] TaskAccessRule rule) method SetAccessRule (line 330) | public void SetAccessRule([NotNull] TaskAccessRule rule) method SetAuditRule (line 339) | public void SetAuditRule([NotNull] TaskAuditRule rule) method ToString (line 350) | public override string ToString() => GetSecurityDescriptorSddlForm(Tas... method Convert (line 352) | private static SecurityInfos Convert(AccessControlSections si) method Convert (line 366) | private static AccessControlSections Convert(SecurityInfos si) method GetAccessControlSectionsFromChanges (line 380) | private AccessControlSections GetAccessControlSectionsFromChanges() method Persist (line 407) | [SecurityCritical] method Persist (line 431) | [SecurityCritical] method Persist (line 455) | protected override void Persist([NotNull] string name, AccessControlSe... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TaskService.cs type QuickTriggerType (line 15) | public enum QuickTriggerType class TaskServiceVersion (line 46) | public static class TaskServiceVersion class TaskService (line 74) | [Description("Provides access to the Task Scheduler service.")] method TaskService (line 104) | public TaskService() method TaskService (line 122) | public TaskService(string targetServer, string userName = null, string... method TaskService (line 134) | private TaskService([NotNull] System.Runtime.Serialization.Serializati... method CreateFromToken (line 406) | public static TaskService CreateFromToken(ConnectionToken token) => Co... method GetDllResourceString (line 416) | public static string GetDllResourceString([NotNull] string dllPath, in... method RunComHandlerAction (line 430) | public static int RunComHandlerAction(Guid clsid, string data = null, ... method RunComHandlerActionAsync (line 449) | public static void RunComHandlerActionAsync(Guid clsid, Action on... method AddAutomaticMaintenanceTask (line 467) | public Task AddAutomaticMaintenanceTask([NotNull] string taskPathAndNa... method AddTask (line 506) | public Task AddTask([NotNull] string path, [NotNull] Trigger trigger, ... method AddTask (line 546) | public Task AddTask([NotNull] string path, QuickTriggerType trigger, [... method BeginInit (line 592) | public void BeginInit() => initializing = true; method EndInit (line 595) | public void EndInit() method Equals (line 604) | public override bool Equals(object obj) method FindAllTasks (line 616) | public Task[] FindAllTasks(System.Text.RegularExpressions.Regex name, ... method FindAllTasks (line 627) | public Task[] FindAllTasks(Predicate filter, bool searchAllFolde... method FindTask (line 639) | public Task FindTask([NotNull] string name, bool searchAllFolders = true) method GetEventLog (line 650) | public TaskEventLog GetEventLog(string taskPath = null) => new TaskEve... method GetFolder (line 662) | public TaskFolder GetFolder(string folderName) method GetHashCode (line 686) | public override int GetHashCode() => new { A = TargetServer, B = UserA... method GetRunningTasks (line 691) | public RunningTaskCollection GetRunningTasks(bool includeHidden = true) method GetTask (line 707) | public Task GetTask([NotNull] string taskPath) method NewTask (line 731) | public TaskDefinition NewTask() method NewTaskFromFile (line 743) | public TaskDefinition NewTaskFromFile([NotNull] string xmlFile) method StartSystemTaskSchedulerManager (line 751) | public void StartSystemTaskSchedulerManager() method GetObjectData (line 757) | [System.Security.SecurityCritical] method GetTask (line 767) | internal static IRegisteredTask GetTask([NotNull] ITaskService iSvc, [... method GetTask (line 785) | internal static ITask GetTask([NotNull] ITaskScheduler iSvc, [NotNull]... method Dispose (line 812) | protected override void Dispose(bool disposing) method GetLibraryVersionFromLocalOS (line 842) | private static Version GetLibraryVersionFromLocalOS() method Instance_ServiceDisconnected (line 876) | private static void Instance_ServiceDisconnected(object sender, EventA... method Connect (line 879) | private void Connect() method FindTaskInFolder (line 943) | private bool FindTaskInFolder([NotNull] TaskFolder fld, System.Text.Re... method FindTaskInFolder (line 964) | private bool FindTaskInFolder([NotNull] TaskFolder fld, Predicate maxVer = Connected ? (v... method ResetUnsetProperties (line 996) | private void ResetUnsetProperties() method ShouldSerializeHighestSupportedVersion (line 1005) | private bool ShouldSerializeHighestSupportedVersion() => LibraryIsV2 &... method ShouldSerializeTargetServer (line 1007) | private bool ShouldSerializeTargetServer() => targetServer != null && ... method ShouldSerializeUserAccountDomain (line 1009) | private bool ShouldSerializeUserAccountDomain() => userDomain != null ... method ShouldSerializeUserName (line 1011) | private bool ShouldSerializeUserName() => userName != null && !userNam... type ConnectionToken (line 1017) | public struct ConnectionToken method ConnectionToken (line 1021) | internal ConnectionToken(int value) => token = value; class ConnectionDataManager (line 1025) | private static class ConnectionDataManager method InstanceFromToken (line 1029) | public static TaskService InstanceFromToken(ConnectionToken token) method TokenFromInstance (line 1039) | public static ConnectionToken TokenFromInstance(string targetServer,... class ComHandlerThread (line 1056) | private class ComHandlerThread method ComHandlerThread (line 1065) | public ComHandlerThread(Guid clsid, string data, int millisecondsTim... method Start (line 1077) | public System.Threading.Thread Start() method ThreadProc (line 1084) | private void ThreadProc() class TaskHandlerStatus (line 1109) | private class TaskHandlerStatus : ITaskHandlerStatus method TaskHandlerStatus (line 1114) | public TaskHandlerStatus(Action onCompleted, ComHandlerUpdate... method TaskCompleted (line 1120) | public void TaskCompleted([In, MarshalAs(UnmanagedType.Error)] int... method UpdateStatus (line 1122) | public void UpdateStatus([In] short percentComplete, [In, MarshalA... class ConnectionData (line 1127) | private class ConnectionData : IEquatable method ConnectionData (line 1132) | public ConnectionData(string targetServer, string userName = null, s... method Equals (line 1141) | public bool Equals(ConnectionData other) => string.Equals(TargetServ... class VersionConverter (line 1148) | private class VersionConverter : TypeConverter method CanConvertFrom (line 1150) | public override bool CanConvertFrom(ITypeDescriptorContext context, ... method ConvertFrom (line 1157) | public override object ConvertFrom(ITypeDescriptorContext context, S... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/Trigger.cs type DaysOfTheWeek (line 16) | [Flags] type MonthsOfTheYear (line 45) | [Flags] type TaskTriggerType (line 89) | [DefaultValue(Time)] type WhichWeek (line 130) | [Flags] type ICalendarTrigger (line 153) | public interface ICalendarTrigger { } type ITriggerDelay (line 156) | public interface ITriggerDelay type ITriggerUserId (line 164) | public interface ITriggerUserId class BootTrigger (line 184) | public sealed class BootTrigger : Trigger, ITriggerDelay method BootTrigger (line 187) | public BootTrigger() : base(TaskTriggerType.Boot) { } method BootTrigger (line 189) | internal BootTrigger([NotNull] ITaskTrigger iTrigger) : base(iTrigger,... method BootTrigger (line 193) | internal BootTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method V2GetTriggerString (line 218) | protected override string V2GetTriggerString() => Resources.TriggerBoot1; class CustomTrigger (line 225) | public sealed class CustomTrigger : Trigger, ITriggerDelay method CustomTrigger (line 231) | internal CustomTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method Clone (line 254) | public override object Clone() => throw new InvalidOperationException(... method UpdateFromXml (line 258) | internal void UpdateFromXml(string xml) method V2GetTriggerString (line 303) | protected override string V2GetTriggerString() => Resources.TriggerCus... class DailyTrigger (line 322) | [XmlRoot("CalendarTrigger", Namespace = TaskDefinition.tns, IsNullable =... method DailyTrigger (line 327) | public DailyTrigger(short daysInterval = 1) : base(TaskTriggerType.Dai... method DailyTrigger (line 329) | internal DailyTrigger([NotNull] ITaskTrigger iTrigger) : base(iTrigger... method DailyTrigger (line 335) | internal DailyTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method CopyProperties (line 397) | public override void CopyProperties(Trigger sourceTrigger) method Equals (line 409) | public override bool Equals(Trigger other) => other is DailyTrigger dt... method GetSchema (line 411) | System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 413) | void IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => Calendar... method WriteXml (line 415) | void IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => Calenda... method V2GetTriggerString (line 419) | protected override string V2GetTriggerString() => DaysInterval == 1 ? method ReadMyXml (line 423) | private void ReadMyXml(System.Xml.XmlReader reader) method WriteMyXml (line 433) | private void WriteMyXml(System.Xml.XmlWriter writer) class EventTrigger (line 456) | [XmlType(IncludeInSchema = false)] method EventTrigger (line 462) | public EventTrigger() : base(TaskTriggerType.Event) { } method EventTrigger (line 468) | public EventTrigger(string log, string source, int? eventId) : this() ... method EventTrigger (line 470) | internal EventTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method BuildQuery (line 519) | public static string BuildQuery(string log, string source, int? eventId) method CopyProperties (line 546) | public override void CopyProperties(Trigger sourceTrigger) method Equals (line 559) | public override bool Equals(Trigger other) => other is EventTrigger et... method GetBasic (line 566) | public bool GetBasic(out string log, out string source, out int? eventId) method SetBasic (line 617) | public void SetBasic([NotNull] string log, string source, int? eventId) method Bind (line 623) | internal override void Bind(ITaskDefinition iTaskDef) method V2GetTriggerString (line 631) | protected override string V2GetTriggerString() class IdleTrigger (line 660) | public sealed class IdleTrigger : Trigger method IdleTrigger (line 663) | public IdleTrigger() : base(TaskTriggerType.Idle) { } method IdleTrigger (line 665) | internal IdleTrigger([NotNull] ITaskTrigger iTrigger) : base(iTrigger,... method IdleTrigger (line 669) | internal IdleTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method V2GetTriggerString (line 675) | protected override string V2GetTriggerString() => Resources.TriggerIdle1; class LogonTrigger (line 697) | public sealed class LogonTrigger : Trigger, ITriggerDelay, ITriggerUserId method LogonTrigger (line 700) | public LogonTrigger() : base(TaskTriggerType.Logon) { } method LogonTrigger (line 702) | internal LogonTrigger([NotNull] ITaskTrigger iTrigger) : base(iTrigger... method LogonTrigger (line 706) | internal LogonTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method V2GetTriggerString (line 760) | protected override string V2GetTriggerString() class MonthlyDOWTrigger (line 771) | [XmlRoot("CalendarTrigger", Namespace = TaskDefinition.tns, IsNullable =... method MonthlyDOWTrigger (line 778) | public MonthlyDOWTrigger(DaysOfTheWeek daysOfWeek = DaysOfTheWeek.Sund... method MonthlyDOWTrigger (line 785) | internal MonthlyDOWTrigger([NotNull] ITaskTrigger iTrigger) : base(iTr... method MonthlyDOWTrigger (line 793) | internal MonthlyDOWTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method CopyProperties (line 939) | public override void CopyProperties(Trigger sourceTrigger) method Equals (line 956) | public override bool Equals(Trigger other) => other is MonthlyDOWTrigg... method GetSchema (line 959) | System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 961) | void IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => Calendar... method WriteXml (line 963) | void IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => Calenda... method V2GetTriggerString (line 967) | protected override string V2GetTriggerString() method ReadMyXml (line 977) | private void ReadMyXml([NotNull] System.Xml.XmlReader reader) method WriteMyXml (line 1055) | private void WriteMyXml([NotNull] System.Xml.XmlWriter writer) class MonthlyTrigger (line 1091) | [XmlRoot("CalendarTrigger", Namespace = TaskDefinition.tns, IsNullable =... method MonthlyTrigger (line 1100) | public MonthlyTrigger(int dayOfMonth = 1, MonthsOfTheYear monthsOfYear... method MonthlyTrigger (line 1114) | internal MonthlyTrigger([NotNull] ITaskTrigger iTrigger) : base(iTrigg... method MonthlyTrigger (line 1122) | internal MonthlyTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method CopyProperties (line 1221) | public override void CopyProperties(Trigger sourceTrigger) method Equals (line 1237) | public override bool Equals(Trigger other) => other is MonthlyTrigger ... method GetSchema (line 1240) | System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 1242) | void IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => Calendar... method WriteXml (line 1244) | void IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => Calenda... method V2GetTriggerString (line 1248) | protected override string V2GetTriggerString() method IndicesToMask (line 1263) | private static int IndicesToMask(int[] indices) method ListsEqual (line 1280) | private static bool ListsEqual(ICollection left, ICollection ... method MaskToIndices (line 1298) | private static int[] MaskToIndices(int mask) method ReadMyXml (line 1316) | private void ReadMyXml([NotNull] System.Xml.XmlReader reader) method WriteMyXml (line 1365) | private void WriteMyXml([NotNull] System.Xml.XmlWriter writer) class RegistrationTrigger (line 1398) | [XmlType(IncludeInSchema = false)] method RegistrationTrigger (line 1402) | public RegistrationTrigger() : base(TaskTriggerType.Registration) { } method RegistrationTrigger (line 1404) | internal RegistrationTrigger([NotNull] ITrigger iTrigger) : base(iTrig... method V2GetTriggerString (line 1429) | protected override string V2GetTriggerString() => Resources.TriggerReg... class RepetitionPattern (line 1451) | [XmlRoot("Repetition", Namespace = TaskDefinition.tns, IsNullable = true)] method RepetitionPattern (line 1471) | public RepetitionPattern(TimeSpan interval, TimeSpan duration, bool st... method RepetitionPattern (line 1478) | internal RepetitionPattern([NotNull] Trigger parent) method Dispose (line 1587) | public void Dispose() method Equals (line 1596) | public override bool Equals(object obj) => obj is RepetitionPattern pa... method Equals (line 1601) | public bool Equals(RepetitionPattern other) => other != null && Durati... method GetHashCode (line 1605) | public override int GetHashCode() => new { A = Duration, B = Interval,... method IsSet (line 1609) | public bool IsSet() method GetSchema (line 1618) | System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 1620) | void IXmlSerializable.ReadXml(System.Xml.XmlReader reader) method WriteXml (line 1632) | void IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => XmlSeri... method Bind (line 1634) | internal void Bind() method Set (line 1648) | internal void Set([NotNull] RepetitionPattern value) method OnNotifyPropertyChanged (line 1657) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... method ReadXmlConverter (line 1659) | private bool ReadXmlConverter(System.Reflection.PropertyInfo pi, objec... class SessionStateChangeTrigger (line 1688) | [XmlType(IncludeInSchema = false)] method SessionStateChangeTrigger (line 1692) | public SessionStateChangeTrigger() : base(TaskTriggerType.SessionState... method SessionStateChangeTrigger (line 1697) | public SessionStateChangeTrigger(TaskSessionStateChangeType stateChang... method SessionStateChangeTrigger (line 1699) | internal SessionStateChangeTrigger([NotNull] ITrigger iTrigger) : base... method CopyProperties (line 1755) | public override void CopyProperties(Trigger sourceTrigger) method Equals (line 1765) | public override bool Equals(Trigger other) => other is SessionStateCha... method V2GetTriggerString (line 1769) | protected override string V2GetTriggerString() method StateChangeIsSet (line 1780) | private bool StateChangeIsSet() => v2Trigger != null || (unboundValues... class TimeTrigger (line 1794) | public sealed class TimeTrigger : Trigger, ITriggerDelay, ICalendarTrigger method TimeTrigger (line 1797) | public TimeTrigger() : base(TaskTriggerType.Time) { } method TimeTrigger (line 1801) | public TimeTrigger(DateTime startBoundary) : base(TaskTriggerType.Time... method TimeTrigger (line 1803) | internal TimeTrigger([NotNull] ITaskTrigger iTrigger) : base(iTrigger,... method TimeTrigger (line 1807) | internal TimeTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method V2GetTriggerString (line 1840) | protected override string V2GetTriggerString() => string.Format(Resour... class Trigger (line 1847) | public abstract partial class Trigger : IDisposable, ICloneable, IEquata... method Trigger (line 1864) | internal Trigger([NotNull] ITaskTrigger trigger, V1.TaskTriggerType type) method Trigger (line 1872) | internal Trigger([NotNull] ITrigger iTrigger) method Trigger (line 1880) | internal Trigger(TaskTriggerType triggerType) method CreateTrigger (line 2087) | public static Trigger CreateTrigger(TaskTriggerType triggerType) method Clone (line 2135) | public virtual object Clone() method CompareTo (line 2148) | public int CompareTo(Trigger other) => string.Compare(Id, other?.Id, S... method CopyProperties (line 2155) | public virtual void CopyProperties(Trigger sourceTrigger) method Dispose (line 2177) | public virtual void Dispose() method Equals (line 2189) | public override bool Equals(object obj) => obj is Trigger trigger ? Eq... method Equals (line 2194) | public virtual bool Equals(Trigger other) method GetHashCode (line 2211) | public override int GetHashCode() => new method SetRepetition (line 2235) | [Obsolete("Set the Repetition property directly with a new instance of... method ToString (line 2245) | public override string ToString() => v1Trigger != null ? v1Trigger.Get... method ToString (line 2250) | public virtual string ToString([NotNull] CultureInfo culture) method CompareTo (line 2256) | int IComparable.CompareTo(object obj) => CompareTo(obj as Trigger); method AdjustToLocal (line 2258) | internal static DateTime AdjustToLocal(DateTime dt) => dt.Kind == Date... method ConvertToV1TriggerType (line 2260) | internal static V1.TaskTriggerType ConvertToV1TriggerType(TaskTriggerT... method CreateTrigger (line 2269) | internal static Trigger CreateTrigger([NotNull] ITaskTrigger trigger) ... method CreateTrigger (line 2271) | internal static Trigger CreateTrigger([NotNull] ITaskTrigger trigger, ... method CreateTrigger (line 2288) | internal static Trigger CreateTrigger([NotNull] ITrigger iTrigger, ITa... method GetBestTimeSpanString (line 2339) | internal static string GetBestTimeSpanString(TimeSpan span) method Bind (line 2367) | internal virtual void Bind([NotNull] ITask iTask) method Bind (line 2376) | internal virtual void Bind([NotNull] ITaskDefinition iTaskDef) method SetV1TriggerData (line 2402) | internal void SetV1TriggerData() method CheckBindValue (line 2417) | protected virtual void CheckBindValue(string key, ref object o) method GetUnboundValueOrDefault (line 2435) | protected T GetUnboundValueOrDefault(string prop, T def = default) ... method OnNotifyPropertyChanged (line 2439) | protected void OnNotifyPropertyChanged([CallerMemberName] string prope... method V2GetTriggerString (line 2443) | protected virtual string V2GetTriggerString() => string.Empty; method ConvertFromV1TriggerType (line 2445) | private static TaskTriggerType ConvertFromV1TriggerType(V1.TaskTrigger... method V2BaseTriggerString (line 2452) | private string V2BaseTriggerString() class WeeklyTrigger (line 2484) | [XmlRoot("CalendarTrigger", Namespace = TaskDefinition.tns, IsNullable =... method WeeklyTrigger (line 2490) | public WeeklyTrigger(DaysOfTheWeek daysOfWeek = DaysOfTheWeek.Sunday, ... method WeeklyTrigger (line 2496) | internal WeeklyTrigger([NotNull] ITaskTrigger iTrigger) : base(iTrigge... method WeeklyTrigger (line 2504) | internal WeeklyTrigger([NotNull] ITrigger iTrigger) : base(iTrigger) method CopyProperties (line 2584) | public override void CopyProperties(Trigger sourceTrigger) method Equals (line 2597) | public override bool Equals(Trigger other) => other is WeeklyTrigger w... method GetSchema (line 2599) | System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() => null; method ReadXml (line 2601) | void IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => Calendar... method WriteXml (line 2603) | void IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => Calenda... method V2GetTriggerString (line 2607) | protected override string V2GetTriggerString() method ReadMyXml (line 2615) | private void ReadMyXml(System.Xml.XmlReader reader) method WriteMyXml (line 2654) | private void WriteMyXml(System.Xml.XmlWriter writer) class CalendarTrigger (line 2671) | internal static class CalendarTrigger method WriteXml (line 2677) | public static void WriteXml([NotNull] System.Xml.XmlWriter writer, [No... method GetTriggerFromXml (line 2688) | internal static Trigger GetTriggerFromXml([NotNull] System.Xml.XmlRead... method ReadXml (line 2724) | internal static void ReadXml([NotNull] System.Xml.XmlReader reader, [N... class RepetitionPatternConverter (line 2767) | internal sealed class RepetitionPatternConverter : TypeConverter method CanConvertTo (line 2769) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertTo (line 2771) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/TriggerCollection.cs class TriggerCollection (line 15) | [XmlRoot("Triggers", Namespace = TaskDefinition.tns, IsNullable = false)] method TriggerCollection (line 24) | internal TriggerCollection([NotNull] ITask iTask) => v1Task = iTask; method TriggerCollection (line 26) | internal TriggerCollection([NotNull] ITaskDefinition iTaskDef) method Add (line 157) | public TTrigger Add([NotNull] TTrigger unboundTrigger) where... method AddNew (line 174) | public Trigger AddNew(TaskTriggerType taskTriggerType) method AddRange (line 188) | public void AddRange([NotNull] IEnumerable triggers) method Clear (line 197) | public void Clear() method Contains (line 222) | public bool Contains([NotNull] Trigger item) => Find(a => a.Equals(ite... method ContainsType (line 227) | public bool ContainsType(Type triggerType) => Find(a => a.GetType() ==... method CopyTo (line 237) | public void CopyTo(Trigger[] array, int arrayIndex) => CopyTo(0, array... method CopyTo (line 256) | public void CopyTo(int index, Trigger[] array, int arrayIndex, int count) method Dispose (line 273) | public void Dispose() method Find (line 290) | public Trigger Find([NotNull] Predicate match) method FindIndexOf (line 309) | public int FindIndexOf(int startIndex, int count, [NotNull] Predicate<... method FindIndexOf (line 330) | public int FindIndexOf([NotNull] Predicate match) => FindInde... method GetEnumerator (line 334) | public IEnumerator GetEnumerator() method IndexOf (line 344) | public int IndexOf([NotNull] Trigger item) => FindIndexOf(a => a.Equal... method IndexOf (line 349) | public int IndexOf([NotNull] string triggerId) method Insert (line 359) | public void Insert(int index, [NotNull] Trigger trigger) method Remove (line 381) | public bool Remove([NotNull] Trigger item) method RemoveAt (line 399) | public void RemoveAt(int index) method ToArray (line 418) | public Trigger[] ToArray() method ToString (line 427) | public override string ToString() method Add (line 436) | void ICollection.Add(Trigger item) => Add(item); method Add (line 438) | int IList.Add(object value) method Contains (line 444) | bool IList.Contains(object value) => Contains((Trigger)value); method CopyTo (line 446) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 455) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); method GetSchema (line 457) | System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() => null; method IndexOf (line 459) | int IList.IndexOf(object value) => IndexOf((Trigger)value); method Insert (line 461) | void IList.Insert(int index, object value) => Insert(index, (Trigger)v... method ReadXml (line 463) | void IXmlSerializable.ReadXml(System.Xml.XmlReader reader) method Remove (line 498) | void IList.Remove(object value) => Remove((Trigger)value); method WriteXml (line 500) | void IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) method Bind (line 506) | internal void Bind() method OnNotifyPropertyChanged (line 514) | private void OnNotifyPropertyChanged([CallerMemberName] string propert... class V1TriggerEnumerator (line 516) | private sealed class V1TriggerEnumerator : IEnumerator method V1TriggerEnumerator (line 521) | internal V1TriggerEnumerator(ITask task) => iTask = task; method Dispose (line 528) | public void Dispose() => iTask = null; method MoveNext (line 530) | public bool MoveNext() => (++curItem < iTask.GetTriggerCount()); method Reset (line 532) | public void Reset() => curItem = -1; FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/User.cs class User (line 8) | internal class User : IEquatable, IDisposable method User (line 18) | public User(string userName = null) method User (line 67) | internal User(WindowsIdentity wid) { Identity = wid; sid = wid.User; } method FromSidString (line 115) | public static User FromSidString(string sid) => new User(((NTAccount)n... method Dispose (line 118) | public void Dispose() => Identity?.Dispose(); method Equals (line 123) | public override bool Equals(object obj) method Equals (line 141) | public bool Equals(User other) => (other != null && sid != null) ? sid... method GetHashCode (line 145) | public override int GetHashCode() => sid?.GetHashCode() ?? 0; FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/V1/TaskSchedulerV1Interop.cs class HResult (line 10) | internal class HResult type TaskFlags (line 69) | [Flags] type TaskStatus (line 139) | internal enum TaskStatus type TaskTriggerType (line 162) | internal enum TaskTriggerType type TaskTriggerFlags (line 182) | [Flags] type Daily (line 194) | [StructLayout(LayoutKind.Sequential)] type Weekly (line 200) | [StructLayout(LayoutKind.Sequential)] type MonthlyDate (line 207) | [StructLayout(LayoutKind.Sequential)] type MonthlyDOW (line 214) | [StructLayout(LayoutKind.Sequential)] type TriggerTypeData (line 238) | [StructLayout(LayoutKind.Explicit)] type TaskTrigger (line 251) | [StructLayout(LayoutKind.Sequential)] method ToString (line 311) | public override string ToString() => $"Trigger Type: {Type};\n> Start:... type ITaskScheduler (line 316) | [ComImport, Guid("148BD527-A2AB-11CE-B11F-00AA00530503"), InterfaceType(... method SetTargetComputer (line 319) | void SetTargetComputer([In, MarshalAs(UnmanagedType.LPWStr)] string Co... method GetTargetComputer (line 320) | CoTaskMemString GetTargetComputer(); method Enum (line 321) | [return: MarshalAs(UnmanagedType.Interface)] method Activate (line 323) | [return: MarshalAs(UnmanagedType.Interface)] method Delete (line 325) | void Delete([In, MarshalAs(UnmanagedType.LPWStr)][NotNull] string Name); method NewWorkItem (line 326) | [return: MarshalAs(UnmanagedType.Interface)] method AddWorkItem (line 328) | void AddWorkItem([In, MarshalAs(UnmanagedType.LPWStr)][NotNull] string... method IsOfType (line 329) | void IsOfType([In, MarshalAs(UnmanagedType.LPWStr)][NotNull] string Ta... type IEnumWorkItems (line 332) | [Guid("148BD528-A2AB-11CE-B11F-00AA00530503"), InterfaceType(ComInterfac... method Next (line 335) | [PreserveSig()] method Skip (line 338) | void Skip([In] uint Count); method Reset (line 339) | void Reset(); method Clone (line 340) | [return: MarshalAs(UnmanagedType.Interface)] type IScheduledWorkItem (line 347) | [Guid("a6b952f0-a4b1-11d0-997d-00aa006887ec"), InterfaceType(ComInterfac... method CreateTrigger (line 350) | void CreateTrigger([Out] out ushort NewTriggerIndex, [Out, MarshalAs(U... method DeleteTrigger (line 351) | void DeleteTrigger([In] ushort TriggerIndex); method GetTriggerCount (line 352) | void GetTriggerCount([Out] out ushort Count); method GetTrigger (line 353) | void GetTrigger([In] ushort TriggerIndex, [Out, MarshalAs(UnmanagedTyp... method GetTriggerString (line 354) | void GetTriggerString([In] ushort TriggerIndex, out System.IntPtr Trig... method GetRunTimes (line 355) | void GetRunTimes([In, MarshalAs(UnmanagedType.Struct)] SystemTime Begi... method GetNextRunTime (line 356) | void GetNextRunTime([In, Out, MarshalAs(UnmanagedType.Struct)] ref Sys... method SetIdleWait (line 357) | void SetIdleWait([In] ushort IdleMinutes, [In] ushort DeadlineMinutes); method GetIdleWait (line 358) | void GetIdleWait([Out] out ushort IdleMinutes, [Out] out ushort Deadli... method Run (line 359) | void Run(); method Terminate (line 360) | void Terminate(); method EditWorkItem (line 361) | void EditWorkItem([In] uint hParent, [In] uint dwReserved); method GetMostRecentRunTime (line 362) | void GetMostRecentRunTime([In, Out, MarshalAs(UnmanagedType.Struct)] r... method GetStatus (line 363) | void GetStatus([Out, MarshalAs(UnmanagedType.Error)] out int Status); method GetExitCode (line 364) | void GetExitCode([Out] out uint ExitCode); method SetComment (line 365) | void SetComment([In, MarshalAs(UnmanagedType.LPWStr)] string Comment); method GetComment (line 366) | void GetComment(out System.IntPtr Comment); method SetCreator (line 367) | void SetCreator([In, MarshalAs(UnmanagedType.LPWStr)] string Creator); method GetCreator (line 368) | void GetCreator(out System.IntPtr Creator); method SetWorkItemData (line 369) | void SetWorkItemData([In] ushort DataLen, [In, MarshalAs(UnmanagedType... method GetWorkItemData (line 370) | void GetWorkItemData([Out] out ushort DataLen, [Out] out System.IntPtr... method SetErrorRetryCount (line 371) | void SetErrorRetryCount([In] ushort RetryCount); method GetErrorRetryCount (line 372) | void GetErrorRetryCount([Out] out ushort RetryCount); method SetErrorRetryInterval (line 373) | void SetErrorRetryInterval([In] ushort RetryInterval); method GetErrorRetryInterval (line 374) | void GetErrorRetryInterval([Out] out ushort RetryInterval); method SetFlags (line 375) | void SetFlags([In] uint Flags); method GetFlags (line 376) | void GetFlags([Out] out uint Flags); method SetAccountInformation (line 377) | void SetAccountInformation([In, MarshalAs(UnmanagedType.LPWStr)] strin... method GetAccountInformation (line 378) | void GetAccountInformation(out System.IntPtr AccountName); type ITask (line 382) | [ComImport, Guid("148BD524-A2AB-11CE-B11F-00AA00530503"), InterfaceType(... method CreateTrigger (line 385) | [return: MarshalAs(UnmanagedType.Interface)] method DeleteTrigger (line 387) | void DeleteTrigger([In] ushort TriggerIndex); method GetTriggerCount (line 388) | [return: MarshalAs(UnmanagedType.U2)] method GetTrigger (line 390) | [return: MarshalAs(UnmanagedType.Interface)] method GetTriggerString (line 392) | CoTaskMemString GetTriggerString([In] ushort TriggerIndex); method GetRunTimes (line 393) | void GetRunTimes([In, MarshalAs(UnmanagedType.Struct)] ref NativeMetho... method GetNextRunTime (line 394) | [return: MarshalAs(UnmanagedType.Struct)] method SetIdleWait (line 396) | void SetIdleWait([In] ushort IdleMinutes, [In] ushort DeadlineMinutes); method GetIdleWait (line 397) | void GetIdleWait([Out] out ushort IdleMinutes, [Out] out ushort Deadli... method Run (line 398) | void Run(); method Terminate (line 399) | void Terminate(); method EditWorkItem (line 400) | void EditWorkItem([In] IntPtr hParent, [In] uint dwReserved); method GetMostRecentRunTime (line 401) | [return: MarshalAs(UnmanagedType.Struct)] method GetStatus (line 403) | TaskStatus GetStatus(); method GetExitCode (line 404) | uint GetExitCode(); method SetComment (line 405) | void SetComment([In, MarshalAs(UnmanagedType.LPWStr)] string Comment); method GetComment (line 406) | CoTaskMemString GetComment(); method SetCreator (line 407) | void SetCreator([In, MarshalAs(UnmanagedType.LPWStr)] string Creator); method GetCreator (line 408) | CoTaskMemString GetCreator(); method SetWorkItemData (line 409) | void SetWorkItemData([In] ushort DataLen, [In, MarshalAs(UnmanagedType... method GetWorkItemData (line 410) | void GetWorkItemData(out ushort DataLen, [Out] out IntPtr Data); method SetErrorRetryCount (line 411) | void SetErrorRetryCount([In] ushort RetryCount); method GetErrorRetryCount (line 412) | ushort GetErrorRetryCount(); method SetErrorRetryInterval (line 413) | void SetErrorRetryInterval([In] ushort RetryInterval); method GetErrorRetryInterval (line 414) | ushort GetErrorRetryInterval(); method SetFlags (line 415) | void SetFlags([In] TaskFlags Flags); method GetFlags (line 416) | TaskFlags GetFlags(); method SetAccountInformation (line 417) | void SetAccountInformation([In, MarshalAs(UnmanagedType.LPWStr)] strin... method GetAccountInformation (line 418) | CoTaskMemString GetAccountInformation(); method SetApplicationName (line 419) | void SetApplicationName([In, MarshalAs(UnmanagedType.LPWStr)] string A... method GetApplicationName (line 420) | CoTaskMemString GetApplicationName(); method SetParameters (line 421) | void SetParameters([In, MarshalAs(UnmanagedType.LPWStr)] string Parame... method GetParameters (line 422) | CoTaskMemString GetParameters(); method SetWorkingDirectory (line 423) | void SetWorkingDirectory([In, MarshalAs(UnmanagedType.LPWStr)] string ... method GetWorkingDirectory (line 424) | CoTaskMemString GetWorkingDirectory(); method SetPriority (line 425) | void SetPriority([In] uint Priority); method GetPriority (line 426) | uint GetPriority(); method SetTaskFlags (line 427) | void SetTaskFlags([In] uint Flags); method GetTaskFlags (line 428) | uint GetTaskFlags(); method SetMaxRunTime (line 429) | void SetMaxRunTime([In] uint MaxRunTimeMS); method GetMaxRunTime (line 430) | uint GetMaxRunTime(); type ITaskTrigger (line 433) | [Guid("148BD52B-A2AB-11CE-B11F-00AA00530503"), InterfaceType(ComInterfac... method SetTrigger (line 436) | void SetTrigger([In, Out, MarshalAs(UnmanagedType.Struct)] ref TaskTri... method GetTrigger (line 437) | [return: MarshalAs(UnmanagedType.Struct)] method GetTriggerString (line 439) | CoTaskMemString GetTriggerString(); class CTaskScheduler (line 442) | [ComImport, Guid("148BD52A-A2AB-11CE-B11F-00AA00530503"), System.Securit... class CTask (line 447) | [ComImport, Guid("148BD520-A2AB-11CE-B11F-00AA00530503"), System.Securit... class CoTaskMemString (line 452) | internal sealed class CoTaskMemString : SafeHandle method CoTaskMemString (line 454) | public CoTaskMemString() : base(IntPtr.Zero, true) { } method CoTaskMemString (line 455) | public CoTaskMemString(IntPtr handle) : this() { SetHandle(handle); } method CoTaskMemString (line 456) | public CoTaskMemString(string text) : this() { SetHandle(Marshal.Strin... method ReleaseHandle (line 462) | protected override bool ReleaseHandle() method ToString (line 468) | public override string ToString() => Marshal.PtrToStringUni(handle); FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/V2/TaskSchedulerV2Interop.cs type TaskEnumFlags (line 11) | internal enum TaskEnumFlags type IAction (line 17) | [ComImport, Guid("BAE54997-48B1-4CBE-9965-D6BE263EBEA4"), InterfaceType(... type IActionCollection (line 24) | [ComImport, Guid("02820E19-7B98-4ED2-B2E8-FDCCCEFF619B"), InterfaceType(... method GetEnumerator (line 29) | [return: MarshalAs(UnmanagedType.Interface)] method Create (line 32) | [return: MarshalAs(UnmanagedType.Interface)] method Remove (line 34) | void Remove([In, MarshalAs(UnmanagedType.Struct)][NotNull] object index); method Clear (line 35) | void Clear(); type IBootTrigger (line 39) | [ComImport, Guid("2A9C35DA-D357-41F4-BBC1-207AC1B1F3CB"), InterfaceType(... type IComHandlerAction (line 53) | [ComImport, Guid("6D2FD252-75C5-4F66-90BA-2A7D8CC3039F"), InterfaceType(... type IDailyTrigger (line 62) | [ComImport, InterfaceType(ComInterfaceType.InterfaceIsDual), Guid("126C5... type IEmailAction (line 77) | [ComImport, Guid("10F62C64-7E16-4314-A0C2-0C3683F99D40"), InterfaceType(... type IEventTrigger (line 95) | [ComImport, Guid("D45B0167-9653-4EEF-B94F-0732CA7AF251"), InterfaceType(... type IExecAction (line 111) | [ComImport, Guid("4C3D624D-FD6B-49A3-B9B7-09CB3CD3F047"), InterfaceType(... type IIdleSettings (line 122) | [ComImport, Guid("84594461-0053-4342-A8FD-088FABF11F32"), InterfaceType(... type IIdleTrigger (line 131) | [ComImport, Guid("D537D2B0-9FB3-4D34-9739-1FF5CE7B1EF3"), InterfaceType(... type ILogonTrigger (line 143) | [ComImport, Guid("72DADE38-FAE4-4B3E-BAF4-5D009AF02B1C"), InterfaceType(... type IMonthlyDOWTrigger (line 158) | [ComImport, Guid("77D025A3-90FA-43AA-B52E-CDA5499B946A"), InterfaceType(... type IMonthlyTrigger (line 176) | [ComImport, Guid("97C45EF1-6B02-4A1A-9C0E-1EBFBA1500AC"), InterfaceType(... type INetworkSettings (line 193) | [ComImport, Guid("9F7DEA84-C30B-4245-80B6-00E9F646F1B4"), InterfaceType(... type IPrincipal (line 200) | [ComImport, Guid("D98D51E5-C9B4-496A-A9C1-18980261CF0F"), InterfaceType(... type IPrincipal2 (line 211) | [ComImport, Guid("248919AE-E345-4A6D-8AEB-E0D3165C904E"), InterfaceType(... method AddRequiredPrivilege (line 217) | void AddRequiredPrivilege([In, MarshalAs(UnmanagedType.BStr)] string p... type IRegisteredTask (line 220) | [ComImport, Guid("9C86F320-DEE3-4DD1-B972-A303F26B061E"), InterfaceType(... method Run (line 227) | [return: MarshalAs(UnmanagedType.Interface)] method RunEx (line 229) | [return: MarshalAs(UnmanagedType.Interface)] method GetInstances (line 231) | [return: MarshalAs(UnmanagedType.Interface)] method GetSecurityDescriptor (line 239) | [return: MarshalAs(UnmanagedType.BStr)] method SetSecurityDescriptor (line 241) | void SetSecurityDescriptor([In, MarshalAs(UnmanagedType.BStr)] string ... method Stop (line 242) | void Stop(int flags); method GetRunTimes (line 243) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... type IRegisteredTaskCollection (line 247) | [ComImport, Guid("86627EB4-42A7-41E4-A4D9-AC33A72F2D52"), InterfaceType(... method GetEnumerator (line 252) | [return: MarshalAs(UnmanagedType.Interface)] type IRegistrationInfo (line 256) | [ComImport, Guid("416D8B73-CB41-4EA1-805C-9BE9A5AC4A74"), InterfaceType(... type IRegistrationTrigger (line 270) | [ComImport, Guid("4C8FEC3A-C218-4E0C-B23D-629024DB91A2"), InterfaceType(... type IRepetitionPattern (line 284) | [ComImport, Guid("7FB9ACF1-26BE-400E-85B5-294B9C75DFD6"), InterfaceType(... type IRunningTask (line 292) | [ComImport, Guid("653758FB-7B9A-4F1E-A471-BEEB8E9B834E"), InterfaceType(... method Stop (line 300) | void Stop(); method Refresh (line 301) | void Refresh(); type IRunningTaskCollection (line 305) | [ComImport, Guid("6A67614B-6828-4FEC-AA54-6D52E8F1F2DB"), InterfaceType(... method GetEnumerator (line 310) | [return: MarshalAs(UnmanagedType.Interface)] type ISessionStateChangeTrigger (line 314) | [ComImport, InterfaceType(ComInterfaceType.InterfaceIsDual), Guid("754DA... type IShowMessageAction (line 330) | [ComImport, Guid("505E9E68-AF89-46B8-A30F-56162A83D537"), InterfaceType(... type ITaskDefinition (line 340) | [ComImport, Guid("F5BC8FC5-536D-4F77-B852-FBC1356FDEB6"), InterfaceType(... type ITaskFolder (line 352) | [ComImport, Guid("8CFAC062-A080-4C15-9A88-AA7C2AF80DFC"), InterfaceType(... method GetFolder (line 357) | [return: MarshalAs(UnmanagedType.Interface)] method GetFolders (line 359) | [return: MarshalAs(UnmanagedType.Interface)] method CreateFolder (line 361) | [return: MarshalAs(UnmanagedType.Interface)] method DeleteFolder (line 363) | void DeleteFolder([MarshalAs(UnmanagedType.BStr)] string subFolderName... method GetTask (line 364) | [return: MarshalAs(UnmanagedType.Interface)] method GetTasks (line 366) | [return: MarshalAs(UnmanagedType.Interface)] method DeleteTask (line 368) | void DeleteTask([In, MarshalAs(UnmanagedType.BStr)][NotNull] string Na... method RegisterTask (line 369) | [return: MarshalAs(UnmanagedType.Interface)] method RegisterTaskDefinition (line 371) | [return: MarshalAs(UnmanagedType.Interface)] method GetSecurityDescriptor (line 373) | [return: MarshalAs(UnmanagedType.BStr)] method SetSecurityDescriptor (line 375) | void SetSecurityDescriptor([In, MarshalAs(UnmanagedType.BStr)] string ... type ITaskFolderCollection (line 378) | [ComImport, Guid("79184A66-8664-423F-97F1-637356A5D812"), InterfaceType(... method GetEnumerator (line 383) | [return: MarshalAs(UnmanagedType.Interface)] type ITaskNamedValueCollection (line 387) | [ComImport, Guid("B4EF826B-63C3-46E4-A504-EF69E4F7EA4D"), InterfaceType(... method GetEnumerator (line 392) | [return: MarshalAs(UnmanagedType.Interface)] method Create (line 394) | [return: MarshalAs(UnmanagedType.Interface)] method Remove (line 396) | void Remove([In] int index); method Clear (line 397) | void Clear(); type ITaskNamedValuePair (line 400) | [ComImport, Guid("39038068-2B46-4AFD-8662-7BB6F868D221"), InterfaceType(... type ITaskService (line 407) | [ComImport, DefaultMember("TargetServer"), Guid("2FABA4C7-4DA9-4013-9697... method GetFolder (line 410) | [return: MarshalAs(UnmanagedType.Interface)] method GetRunningTasks (line 413) | [return: MarshalAs(UnmanagedType.Interface)] method NewTask (line 416) | [return: MarshalAs(UnmanagedType.Interface)] method Connect (line 419) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... class TaskSchedulerClass (line 433) | [ComImport, DefaultMember("TargetServer"), Guid("0F87369F-A4E5-4CFC-BD3E... type ITaskSettings (line 438) | [ComImport, Guid("8FD4711D-2D02-4C8C-87E3-EFF699DE127E"), InterfaceType(... type ITaskSettings2 (line 463) | [ComImport, Guid("2C05C3F0-6EED-4c05-A15F-ED7D7A98A369"), InterfaceType(... type ITaskSettings3 (line 470) | [ComImport, Guid("0AD9D0D7-0C7F-4EBB-9A5F-D1C648DCA528"), InterfaceType(... method CreateMaintenanceSettings (line 497) | [return: MarshalAs(UnmanagedType.Interface)] type IMaintenanceSettings (line 502) | [ComImport, Guid("A6024FA8-9652-4ADB-A6BF-5CFCD877A7BA"), InterfaceType(... type ITaskVariables (line 510) | [ComImport, Guid("3E4C9351-D966-4B8B-BB87-CEBA68BB0107"), InterfaceType(... method GetInput (line 513) | [return: MarshalAs(UnmanagedType.BStr)] method SetOutput (line 516) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetContext (line 518) | [return: MarshalAs(UnmanagedType.BStr)] type ITimeTrigger (line 523) | [ComImport, Guid("B45747E0-EBA7-4276-9F29-85C5BB300006"), InterfaceType(... type ITrigger (line 537) | [ComImport, Guid("09941815-EA89-4B5B-89E0-2A773801FAC3"), InterfaceType(... type ITriggerCollection (line 549) | [ComImport, Guid("85DF5081-1B24-4F32-878A-D9D14DF4CB77"), InterfaceType(... method GetEnumerator (line 554) | [return: MarshalAs(UnmanagedType.Interface)] method Create (line 556) | [return: MarshalAs(UnmanagedType.Interface)] method Remove (line 558) | void Remove([In, MarshalAs(UnmanagedType.Struct)] object index); method Clear (line 559) | void Clear(); type IWeeklyTrigger (line 562) | [ComImport, Guid("5038FC98-82FF-436D-8728-A512A57C9DC1"), InterfaceType(... FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/Wildcard.cs class Wildcard (line 9) | public class Wildcard : Regex method Wildcard (line 16) | public Wildcard([NotNull] string pattern, RegexOptions options = Regex... method WildcardToRegex (line 26) | public static string WildcardToRegex([NotNull] string pattern) FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/WindowsImpersonatedIdentity.cs class WindowsImpersonatedIdentity (line 16) | internal class WindowsImpersonatedIdentity : IDisposable, IIdentity method WindowsImpersonatedIdentity (line 38) | public WindowsImpersonatedIdentity(string userName, string domainName,... method Dispose (line 69) | public void Dispose() FILE: winPEAS/winPEASexe/winPEAS/TaskScheduler/XmlSerializationHelper.cs class XmlSerializationHelper (line 11) | internal static class XmlSerializationHelper method GetDefaultValue (line 13) | public static object GetDefaultValue([NotNull] PropertyInfo prop) method GetPropertyValue (line 28) | private static bool GetPropertyValue(object obj, [NotNull] string prop... method GetAttributeValue (line 39) | private static bool GetAttributeValue(Type objType, Type attrType, str... method GetAttributeValue (line 47) | private static bool GetAttributeValue([NotNull] PropertyInfo propInfo,... method IsStandardType (line 53) | private static bool IsStandardType(Type type) => type.IsPrimitive || t... method HasMembers (line 55) | private static bool HasMembers([NotNull] object obj) method GetPropertyAttributeName (line 92) | public static string GetPropertyAttributeName([NotNull] PropertyInfo pi) method GetPropertyElementName (line 101) | public static string GetPropertyElementName([NotNull] PropertyInfo pi) method WriteProperty (line 114) | public static bool WriteProperty([NotNull] XmlWriter writer, [NotNull]... method GetXmlValue (line 169) | private static string GetXmlValue([NotNull] object value, Type propType) method WriteObjectAttributes (line 243) | public static void WriteObjectAttributes([NotNull] XmlWriter writer, [... method WriteObjectAttribute (line 251) | public static void WriteObjectAttribute([NotNull] XmlWriter writer, [N... method WriteObjectProperties (line 265) | public static void WriteObjectProperties([NotNull] XmlWriter writer, [... method WriteObject (line 272) | public static void WriteObject([NotNull] XmlWriter writer, [NotNull] o... method GetElementName (line 301) | public static string GetElementName([NotNull] object obj) method GetTopLevelNamespace (line 307) | public static string GetTopLevelNamespace([NotNull] object obj) method ReadObjectProperties (line 313) | public static void ReadObjectProperties([NotNull] XmlReader reader, [N... method ReadObject (line 475) | public static void ReadObject([NotNull] XmlReader reader, [NotNull] ob... method ReadObjectFromXmlText (line 505) | public static void ReadObjectFromXmlText([NotNull] string xml, [NotNul... method WriteObjectToXmlText (line 517) | public static string WriteObjectToXmlText([NotNull] object obj, Proper... FILE: winPEAS/winPEASexe/winPEAS/Wifi/NativeWifiApi/Enums.cs type WlanGetAvailableNetworkFlags (line 8) | [Flags] type WlanProfileFlags (line 25) | [Flags] type WlanAccess (line 41) | [Flags] type WlanNotificationSource (line 61) | [Flags] type WlanConnectionFlags (line 90) | [Flags] type WlanInterfaceState (line 119) | public enum WlanInterfaceState type Dot11PhyType (line 162) | public enum Dot11PhyType : uint type Dot11BssType (line 212) | public enum Dot11BssType type WlanConnectionMode (line 234) | public enum WlanConnectionMode FILE: winPEAS/winPEASexe/winPEAS/Wifi/NativeWifiApi/Interop.cs class Wlan (line 6) | public static class Wlan method ThrowIfError (line 23) | [DebuggerStepThrough] FILE: winPEAS/winPEASexe/winPEAS/Wifi/NativeWifiApi/Structs.cs type WlanNotificationData (line 12) | [StructLayout(LayoutKind.Sequential)] type WlanConnectionParameters (line 46) | [StructLayout(LayoutKind.Sequential)] type WlanBssListHeader (line 103) | [StructLayout(LayoutKind.Sequential)] type WlanBssEntry (line 113) | [StructLayout(LayoutKind.Sequential)] type WlanRateSet (line 183) | [StructLayout(LayoutKind.Sequential)] type Dot11Ssid (line 202) | public struct Dot11Ssid type WlanInterfaceInfo (line 218) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type WlanInterfaceInfoListHeader (line 239) | [StructLayout(LayoutKind.Sequential)] type WlanProfileInfoListHeader (line 249) | [StructLayout(LayoutKind.Sequential)] type WlanProfileInfo (line 259) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] FILE: winPEAS/winPEASexe/winPEAS/Wifi/NativeWifiApi/WlanClient.cs class WlanClient (line 8) | internal class WlanClient class WlanInterface (line 13) | public class WlanInterface method WlanInterface (line 18) | internal WlanInterface(WlanClient client, WlanInterfaceInfo info) method GetProfileXml (line 30) | public string GetProfileXml(string profileName, bool unencryptedPass... method GetProfiles (line 51) | public WlanProfileInfo[] GetProfiles() method WlanClient (line 84) | public WlanClient() FILE: winPEAS/winPEASexe/winPEAS/Wifi/Wifi.cs class Wifi (line 7) | internal class Wifi method Retrieve (line 9) | public static Dictionary Retrieve() method GetSSIDs (line 21) | private static IEnumerable GetSSIDs() method GetPassword (line 40) | private static string GetPassword(string ssid)