MCPcopy Create free account

hub / github.com/CyberForce/Pesidious / functions

Functions960 in github.com/CyberForce/Pesidious

Functioncalculate_hash
(bytez)
gym_malware/envs/controls/manipulate2.py:270
Methodcheck_cursor_presence
Checks for cursor presence inside cursor group, fills cursor headers if found
portable-executable/portable-executable-library2/pe_lib/resource_cursor_icon_reader.cpp:414
Methodcheck_icon_presence
Checks for icon presence inside icon group, fills icon headers if found
portable-executable/portable-executable-library2/pe_lib/resource_cursor_icon_reader.cpp:169
Methodclear_characteristics_flags
Clears PE characteristics flag
portable-executable/portable-executable-library2/pe_lib/pe_properties.cpp:10
Methodclear_file_flag
Helper to clear file flag
portable-executable/portable-executable-library2/pe_lib/file_version_info.cpp:211
Methodclear_lock_prefix_list
Clears Lock Prefix list
portable-executable/portable-executable-library2/pe_lib/pe_load_config.cpp:195
Methodclear_module_refs
Clears module references list
portable-executable/portable-executable-library2/pe_lib/pe_bound_import.cpp:85
Methodclear_resource_directory_entry_list
Clears resource_directory_entry array
portable-executable/portable-executable-library2/pe_lib/pe_resources.cpp:280
Methodclear_se_handler_list
Clears SE Handler list
portable-executable/portable-executable-library2/pe_lib/pe_load_config.cpp:183
Methodclear_tls_callbacks
Clears TLS callbacks list
portable-executable/portable-executable-library2/pe_lib/pe_tls.cpp:77
Methodcoff_debug_info
Default constructor
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:423
Methodcoff_symbol
Default constructor
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:507
Methodcopy_advanced_info
Helper for advanced debug information copying
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:168
Methodcreate_bitmap
Helper function of creating bitmap header
portable-executable/portable-executable-library2/pe_lib/resource_bitmap_reader.cpp:39
Methodcreate_pe
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:19
Methoddebug_info
DEBUG Default constructor
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:10
Methoddirectory_exists
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:45
Methodempty
(self)
gym_malware/envs/utils/pefeatures.py:36
Methodentry_finder
Finds resource_directory_entry by name or ID (universal)
portable-executable/portable-executable-library2/pe_lib/pe_resources.cpp:670
Methodexception_entry
EXCEPTION DIRECTORY (exists on PE+ only) Default constructor
portable-executable/portable-executable-library2/pe_lib/pe_exception_directory.cpp:9
Methodexport_info
Default constructor
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:92
Methodexported_function
EXPORTS Default constructor
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:13
Methodextract_x
(ds: Subset)
malgan/__init__.py:197
Functionf
(bytez)
mutated_builder.py:163
Functionfetch_file
(sha256)
gym_malware/envs/utils/interface.py:61
Methodfile_offset_to_section
RAW file offset to section convertion helper (4gb max)
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1359
Methodfile_version_info
Default constructor
portable-executable/portable-executable-library2/pe_lib/file_version_info.cpp:9
Methodformat_cursor_headers
Helper function of creating cursor headers Returns cursor count
portable-executable/portable-executable-library2/pe_lib/resource_cursor_icon_reader.cpp:274
Methodformat_icon_headers
Helper function of creating icon headers from ICON_GROUP resource data Returns icon count
portable-executable/portable-executable-library2/pe_lib/resource_cursor_icon_reader.cpp:16
Methodforward
r""" Forward path through the discriminator. :param X: Input example tensor :return: :math:`D_{sigma}(x)` -- Value predic
malgan/discriminator.py:33
Methodforward
(self, x: torch.Tensor)
malgan/__init__.py:489
Methodforward
r""" Forward pass through the generator. Automatically generates the noise vector \p z that is coupled with \p m. :param
malgan/generator.py:41
Methodfree_present_advanced_info
Helper for clearing any present advanced debug information
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:194
Methodfrom_ucs2
portable-executable/portable-executable-library2/pe_lib/utils.cpp:52
FunctiongetPEfileInformation
portable-executable/project-add-sections/main.cpp:169
Functionget_available_sha256
()
gym_malware/envs/utils/interface.py:73
Methodget_base_of_code
Returns base of code
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1649
Methodget_base_of_code
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:602
Methodget_bitmap_by_id_lang
Returns bitmap data by ID and language (minimum checks of format correctness)
portable-executable/portable-executable-library2/pe_lib/resource_bitmap_reader.cpp:27
Methodget_characteristics
Returns PE characteristics
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:281
Methodget_characteristics
Returns section characteristics
portable-executable/portable-executable-library2/pe_lib/pe_section.cpp:190
Methodget_characteristics
Returns debug characteristics
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:34
Methodget_characteristics
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:332
Methodget_checksum
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:339
Methodget_cursor_by_id
Returns cursor data by ID and index in language directory (instead of language) (minimum checks of format correctness)
portable-executable/portable-executable-library2/pe_lib/resource_cursor_icon_reader.cpp:393
Methodget_data_type
Returns debug data type
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:393
Methodget_directory_rva
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:74
Methodget_directory_size
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:106
Methodget_dll_characteristics
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:353
Methodget_ep
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:171
Methodget_file_alignment
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:185
Methodget_file_size
Returns stream size
portable-executable/portable-executable-library2/pe_lib/utils.cpp:14
Methodget_file_version_string
portable-executable/portable-executable-library2/pe_lib/file_version_info.h:96
Methodget_flags
Returns unwind info flags
portable-executable/portable-executable-library2/pe_lib/pe_exception_directory.cpp:55
Methodget_heap_size_commit_32
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:255
Methodget_heap_size_commit_64
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:262
Methodget_heap_size_reserve_32
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:269
Methodget_heap_size_reserve_64
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:276
Methodget_icon_or_cursor_free_id_list
Returns free icon or cursor ID list depending on icon_place_mode
portable-executable/portable-executable-library2/pe_lib/resource_cursor_icon_writer.cpp:106
Methodget_id
Returns exception ID
portable-executable/portable-executable-library2/pe_lib/pe_exception.cpp:15
Methodget_id_list
Helper function to get ID list from entry list
portable-executable/portable-executable-library2/pe_lib/pe_resource_viewer.cpp:78
Methodget_image_base_32
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:143
Methodget_image_base_64
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:150
Functionget_image_config_base
portable-executable/portable-executable-library2/pe_lib/pe_load_config.cpp:339
Functionget_imported_functions_base
portable-executable/portable-executable-library2/pe_lib/pe_imports.cpp:273
Functionget_label_local
(bytez)
gym_malware/envs/utils/interface.py:121
Functionget_label_remote
(bytez)
classifier.py:160
Functionget_label_remote
(bytez)
gym_malware/envs/utils/interface.py:109
Methodget_machine
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:381
Methodget_magic
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:437
Methodget_major_os_version
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:459
Methodget_major_subsystem_version
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:481
Methodget_message_table_by_id
Returns message table data by ID and index in language directory (instead of language)
portable-executable/portable-executable-library2/pe_lib/resource_message_list_reader.cpp:100
Methodget_minor_os_version
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:452
Methodget_minor_subsystem_version
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:474
Methodget_name_list
Helper function to get name list from entry list
portable-executable/portable-executable-library2/pe_lib/pe_resource_viewer.cpp:63
Methodget_needed_magic
Returns needed magic of image
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1655
Methodget_needed_magic
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:609
Methodget_nt_headers_ptr
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:560
Methodget_number_of_rvas_and_sizes
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:318
Methodget_number_of_sections
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:525
Methodget_pe_signature
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:430
Methodget_pe_type
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:616
Methodget_product_version_string
portable-executable/portable-executable-library2/pe_lib/file_version_info.h:103
Methodget_rva
Returns RVA
portable-executable/portable-executable-library2/pe_lib/pe_directory.cpp:16
Methodget_section_alignment
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:192
Methodget_single_cursor_by_id_lang
Returns single cursor data by ID and language (minimum checks of format correctness)
portable-executable/portable-executable-library2/pe_lib/resource_cursor_icon_reader.cpp:247
Methodget_single_icon_by_id_lang
Returns single icon data by ID and language (minimum checks of format correctness)
portable-executable/portable-executable-library2/pe_lib/resource_cursor_icon_reader.cpp:61
Methodget_size_of_headers
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:402
Methodget_size_of_image
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:311
Methodget_size_of_optional_header
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:423
Methodget_sizeof_nt_header
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:574
Methodget_sizeof_opt_headers
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:581
Methodget_stack_size_commit_32
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:283
Methodget_stack_size_commit_64
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:290
Methodget_stack_size_reserve_32
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:297
Methodget_stack_size_reserve_64
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:304
Methodget_string_table_by_id
Returns string table data by ID and index in language directory (instead of language)
portable-executable/portable-executable-library2/pe_lib/resource_string_table_reader.cpp:11
Methodget_subsystem
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:409
Methodget_time_date_stamp
portable-executable/portable-executable-library2/pe_lib/pe_properties_generic.cpp:360
← previousnext →601–700 of 960, ranked by callers