MCPcopy Create free account

hub / github.com/CyberForce/Pesidious / functions

Functions960 in github.com/CyberForce/Pesidious

↓ 1 callersMethodget_rva_of_managed_native_header
Returns RVA of managed native header (precompiled header info, usually set to zero, for internal use)
portable-executable/portable-executable-library2/pe_lib/pe_dotnet.cpp:142
↓ 1 callersMethodget_rva_of_strong_name_signature
Returns RVA of strong name signature
portable-executable/portable-executable-library2/pe_lib/pe_dotnet.cpp:93
↓ 1 callersMethodget_rva_of_vtable_fixups
Returns RVA of VTable fixups
portable-executable/portable-executable-library2/pe_lib/pe_dotnet.cpp:117
↓ 1 callersFunctionget_score_remote
(bytez)
gym_malware/envs/utils/interface.py:86
↓ 1 callersMethodget_signature
Returns debug PDB 2.0 structure signature
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:348
↓ 1 callersMethodget_size_of_code_manager_table
Returns size of code manager table
portable-executable/portable-executable-library2/pe_lib/pe_dotnet.cpp:111
↓ 1 callersMethodget_size_of_export_address_table_jumps
Returns size of export address table jumps
portable-executable/portable-executable-library2/pe_lib/pe_dotnet.cpp:135
↓ 1 callersMethodget_size_of_managed_native_header
Returns size of managed native header (precompiled header info, usually set to zero, for internal use)
portable-executable/portable-executable-library2/pe_lib/pe_dotnet.cpp:149
↓ 1 callersMethodget_size_of_strong_name_signature
Returns size of strong name signature
portable-executable/portable-executable-library2/pe_lib/pe_dotnet.cpp:99
↓ 1 callersMethodget_size_of_vtable_fixups
Returns size of VTable fixups
portable-executable/portable-executable-library2/pe_lib/pe_dotnet.cpp:123
↓ 1 callersMethodget_sizeof_opt_headers
Returns sizeof() optional headers
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1631
↓ 1 callersMethodget_stack_size_commit_32
Returns stack size commit for PE32 and PE64 respectively
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1468
↓ 1 callersMethodget_stack_size_reserve_32
Returns stack size reserve for PE32 and PE64 respectively
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1479
↓ 1 callersMethodget_string_by_id
Returns string from string table by ID and index in language directory (instead of language)
portable-executable/portable-executable-library2/pe_lib/resource_string_table_reader.cpp:78
↓ 1 callersMethodget_string_by_id_lang
Returns string from string table by ID and language
portable-executable/portable-executable-library2/pe_lib/resource_string_table_reader.cpp:66
↓ 1 callersMethodget_time_stamp
Returns the date and time stamp value
portable-executable/portable-executable-library2/pe_lib/pe_load_config.cpp:55
↓ 1 callersMethodget_timestamp
Returns date and time stamp of directory
portable-executable/portable-executable-library2/pe_lib/pe_resources.cpp:228
↓ 1 callersMethodget_timestamp
Returns timestamp
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:112
↓ 1 callersMethodhas_delay_import
Returns true if image has delay import directory
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:595
↓ 1 callersMethodhas_security
Returns true if image has security directory
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:565
↓ 1 callersFunctionimport_extractor
(adversarial_vector: str, feature_mapping: str)
binary_builder.py:618
↓ 1 callersFunctionimports_append
(bytez, show)
mutated_builder.py:210
↓ 1 callersMethodis_32bit_required
Returns true if 32 bit required
portable-executable/portable-executable-library2/pe_lib/pe_dotnet.cpp:56
↓ 1 callersMethodis_debug
Returns true if file is debug-built
portable-executable/portable-executable-library2/pe_lib/file_version_info.cpp:29
↓ 1 callersFunctionload_config_dir
(bytez)
mutated_builder.py:320
↓ 1 callersFunctionload_model
(saved_model)
mutate.py:169
↓ 1 callersFunctionlogging_setup
(logfile: str , log_level: str)
classifier.py:107
↓ 1 callersFunctionlogging_setup
(logfile: str , log_level: str)
mutate.py:106
↓ 1 callersFunctionlogging_setup
(logfile: str, log_level: str)
binary_builder.py:97
↓ 1 callersFunctionlogging_setup
(logfile: str , log_level: str)
rl_train.py:100
↓ 1 callersFunctionlogging_setup
(logfile: str , log_level: str)
extract_features.py:61
↓ 1 callersFunctionmain
()
classifier.py:179
↓ 1 callersFunctionmain
()
mutate.py:211
↓ 1 callersFunctionmain
()
binary_builder.py:893
↓ 1 callersFunctionmain
()
rl_train.py:297
↓ 1 callersFunctionmain
()
extract_features.py:414
↓ 1 callersFunctionmain
()
main_malgan.py:155
↓ 1 callersMethodmeasure_and_export_results
r""" Measure the test accuracy and provide results information :param cyc_len: Number of cycles (epochs) to train the model. #ADDE
malgan/__init__.py:357
↓ 1 callersMethodnames
r""" Builds the list of all enum names
malgan/detector.py:34
↓ 1 callersFunctionoverlay_append
(bytez, show)
mutated_builder.py:198
↓ 1 callersFunctionparse_args
()
classifier.py:76
↓ 1 callersFunctionparse_args
()
mutate.py:74
↓ 1 callersFunctionparse_args
()
binary_builder.py:29
↓ 1 callersFunctionparse_args
()
rl_train.py:67
↓ 1 callersFunctionparse_args
()
extract_features.py:38
↓ 1 callersFunctionparse_args
r""" Parse the command line arguments :return: Parsed argument structure
main_malgan.py:41
↓ 1 callersFunctionpe_test_print_error
portable-executable/portable-executable-library2/tests/test.h:14
↓ 1 callersFunctionprocess_resource_directory
Processes resource directory
portable-executable/portable-executable-library2/pe_lib/pe_resources.cpp:324
↓ 1 callersMethodpush
(self, state, action, reward, next_state, done)
rl_train.py:153
↓ 1 callersFunctionput_banner
()
classifier.py:51
↓ 1 callersFunctionput_banner
()
mutate.py:40
↓ 1 callersFunctionput_banner
()
rl_train.py:42
↓ 1 callersMethodrealign_all_sections
Realigns all sections
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:153
↓ 1 callersFunctionrebuild_resource_directory
Helper function to rebuild resource directory
portable-executable/portable-executable-library2/pe_lib/pe_resources.cpp:463
↓ 1 callersFunctionremove_debug
(bytez, show)
mutated_builder.py:333
↓ 1 callersMethodremove_directory
Removes directory
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:509
↓ 1 callersFunctionremove_encoding_indicator
In many functions there is a following "A" or "W" to indicate unicode or ANSI respectively that we want to remove. Make a check that we hav
binary_builder.py:802
↓ 1 callersFunctionremove_signature
(bytez, show)
mutated_builder.py:278
↓ 1 callersMethodremove_version_info
Removes version info by language (ID = 1)
portable-executable/portable-executable-library2/pe_lib/resource_version_info_writer.cpp:258
↓ 1 callersMethodreset
(self)
gym_malware/envs/malware_score_env.py:105
↓ 1 callersMethodrva_to_va_32
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1241
↓ 1 callersMethodsample
(self, batch_size, beta=0.4)
rl_train.py:167
↓ 1 callersFunctionsection_add
(bytez, show)
mutated_builder.py:244
↓ 1 callersFunctionsection_extractor
(adversarial_vector: str, feature_mapping: str)
binary_builder.py:671
↓ 1 callersFunctionsection_rename
(bytez, show)
mutated_builder.py:262
↓ 1 callersMethodset_base_of_code
Sets base of code
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1643
↓ 1 callersMethodset_characteristics
Sets characteristics
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:172
↓ 1 callersMethodset_checksum
Sets checksum of PE file
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:407
↓ 1 callersMethodset_company_name
Sets company name
portable-executable/portable-executable-library2/pe_lib/version_info_editor.cpp:23
↓ 1 callersMethodset_ep
Sets image entry point (just a value of PE header)
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:263
↓ 1 callersMethodset_file_description
Sets file description
portable-executable/portable-executable-library2/pe_lib/version_info_editor.cpp:29
↓ 1 callersMethodset_file_name
Sets file name
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:576
↓ 1 callersMethodset_file_os
Sets file OS type
portable-executable/portable-executable-library2/pe_lib/file_version_info.cpp:295
↓ 1 callersMethodset_file_version_ls
Sets file version least significant DWORD
portable-executable/portable-executable-library2/pe_lib/file_version_info.cpp:271
↓ 1 callersMethodset_file_version_ms
Sets file version most significant DWORD
portable-executable/portable-executable-library2/pe_lib/file_version_info.cpp:265
↓ 1 callersMethodset_forwarded_name
Sets forwarded function name (or clears it, if empty name is passed)
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:85
↓ 1 callersMethodset_heap_size_commit
Sets heap size commit for PE32 and PE64 respectively
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1402
↓ 1 callersMethodset_heap_size_reserve
Sets heap size reserve for PE32 and PE64 respectively
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1413
↓ 1 callersMethodset_hint
Sets hint
portable-executable/portable-executable-library2/pe_lib/pe_imports.cpp:169
↓ 1 callersMethodset_index
Sets symbol index
portable-executable/portable-executable-library2/pe_lib/pe_debug.cpp:558
↓ 1 callersMethodset_index_rva
Sets TLS index RVA
portable-executable/portable-executable-library2/pe_lib/pe_tls.cpp:101
↓ 1 callersMethodset_internal_name
Sets internal file name
portable-executable/portable-executable-library2/pe_lib/version_info_editor.cpp:41
↓ 1 callersMethodset_legal_copyright
Sets legal copyright
portable-executable/portable-executable-library2/pe_lib/version_info_editor.cpp:47
↓ 1 callersMethodset_lock_prefix_table_va
Sets VA of a list of addresses where the LOCK prefix is used If you rebuild this list, VA will be re-assigned automatically
portable-executable/portable-executable-library2/pe_lib/pe_load_config.cpp:252
↓ 1 callersMethodset_major_version
Sets major version
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:184
↓ 1 callersMethodset_minor_version
Sets minor version
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:190
↓ 1 callersMethodset_name_ordinal
Sets name ordinal
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:79
↓ 1 callersMethodset_number
portable-executable/portable-executable-library2/pe_lib/pe_rich_data.cpp:27
↓ 1 callersMethodset_number_of_functions
Sets number of functions
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:208
↓ 1 callersMethodset_number_of_names
Sets number of function names
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:214
↓ 1 callersMethodset_number_of_rvas_and_sizes
Sets number of RVA and sizes (number of DATA_DIRECTORY entries)
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:275
↓ 1 callersMethodset_number_of_sections
Sets number of sections
portable-executable/portable-executable-library2/pe_lib/pe_base.cpp:1589
↓ 1 callersMethodset_ordinal
Sets ordinal of function
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:60
↓ 1 callersMethodset_original_filename
Sets original file name
portable-executable/portable-executable-library2/pe_lib/version_info_editor.cpp:53
↓ 1 callersMethodset_pointer_to_raw_data
Sets pointer to section raw data
portable-executable/portable-executable-library2/pe_lib/pe_section.cpp:239
↓ 1 callersMethodset_product_name
Sets product name
portable-executable/portable-executable-library2/pe_lib/version_info_editor.cpp:59
↓ 1 callersMethodset_product_version
Sets product version
portable-executable/portable-executable-library2/pe_lib/version_info_editor.cpp:65
↓ 1 callersMethodset_property
Sets version info property value property_name - property name value - property value If translation does not exist, it will be added If property does
portable-executable/portable-executable-library2/pe_lib/version_info_editor.cpp:75
↓ 1 callersMethodset_raw_data_end_rva
Sets end RVA of TLS raw data
portable-executable/portable-executable-library2/pe_lib/pe_tls.cpp:95
↓ 1 callersMethodset_rva
Sets RVA of function
portable-executable/portable-executable-library2/pe_lib/pe_exports.cpp:66
← previousnext →401–500 of 960, ranked by callers