Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | to_hex (s) |
def | get_code (f, size) |
def | cs (md, code) |
def | cs_lite (md, code) |
Variables | |
string | FILE = '/usr/bin/python' |
tuple | all_tests |
cfile = open(FILE) | |
request = sys.argv[1] | |
md = Cs(arch, mode) | |
syntax | |
def | code = get_code(cfile, 128) |
int | c_t = 0 |
t1 = time() | |
def benchmark.cs | ( | md, | |
code | |||
) |
Definition at line 57 of file benchmark.py.
def benchmark.cs_lite | ( | md, | |
code | |||
) |
Definition at line 66 of file benchmark.py.
def benchmark.get_code | ( | f, | |
size | |||
) |
def benchmark.to_hex | ( | s | ) |
Definition at line 44 of file benchmark.py.
tuple benchmark.all_tests |
Definition at line 24 of file benchmark.py.
int benchmark.c_t = 0 |
Definition at line 101 of file benchmark.py.
benchmark.cfile = open(FILE) |
Definition at line 73 of file benchmark.py.
Referenced by core_get_file(), execute_command(), rz_core_file_open_load(), rz_core_io_file_open(), rz_diff_load_file_with_core(), and rz_open_malloc_handler().
Definition at line 95 of file benchmark.py.
string benchmark.FILE = '/usr/bin/python' |
Definition at line 21 of file benchmark.py.
Referenced by __write(), _zip_fopen_close_on_exec(), _zip_stdio_op_close(), _zip_stdio_op_read(), _zip_stdio_op_seek(), _zip_stdio_op_stat(), _zip_stdio_op_tell(), _zip_stdio_op_write(), add_download(), BMK_benchFiles(), BMK_loadFiles(), buffer_from_file(), buffer_to_file(), check_exist_file(), clusterLoadConfig(), DEFINE_HANDLE_TS_FCN_AND_SYMBOL(), do_extract_currentfile(), download_and_write(), fclose_file_func(), ferror_file_func(), file_create(), file_exists(), fopen64_file_func(), fopen_file_func(), fread_file_func(), fseek64_file_func(), fseek_file_func(), ftell64_file_func(), ftell_file_func(), fullSpeedBench(), fwrite_file_func(), get_data(), getFileCrc(), ihex_write(), isLargeFile(), load(), load_1(), loadFile(), log_log(), LZ4IO_compressFilename_extRess(), LZ4IO_compressFilename_Legacy(), LZ4IO_createDict(), LZ4IO_decompressDstFile(), LZ4IO_decompressSrcFile(), LZ4IO_getCompressedFileInfo(), LZ4IO_openDstFile(), LZ4IO_openSrcFile(), main(), mpc_parse_contents(), mpca_lang_contents(), pids_sons_of_r(), print_filename(), print_insn_lanai(), print_insn_sparc(), read_cpufreq(), read_models(), read_to_memory(), ReadFileMemory(), rip(), rz_cmd_cmp_file_handler(), rz_cons_flush(), rz_core_cmd_foreach(), rz_core_dump(), rz_file_dump(), rz_file_hexdump(), rz_file_slurp(), rz_file_slurp_hexpairs(), rz_file_slurp_range(), rz_line_hist_load(), rz_line_hist_save(), rz_run_parseline(), rz_save_panels_layout(), rz_sys_fopen(), rz_vlog(), spp_file(), TAG_CALLBACK(), tar(), unzRepair(), usage(), use_data(), uv__open_file(), uv_cpu_info(), write_memory_src_to_file(), and zip_fdopen().
Definition at line 86 of file benchmark.py.
Referenced by _createKDNetPacket(), _initializeDatakey(), _verifyhmac(), add_file_hash(), bin_pe_compute_authentihash(), calculate_hash(), hash_print_digest(), info_from_stat(), main(), print_details(), rz_bin_file_compute_hashes(), rz_hash_cfg_configure(), rz_hash_cfg_final(), rz_hash_cfg_free(), rz_hash_cfg_get_result(), rz_hash_cfg_get_result_string(), rz_hash_cfg_hmac(), rz_hash_cfg_init(), rz_hash_cfg_iterate(), rz_hash_cfg_new(), rz_hash_cfg_new_with_algo(), rz_hash_cfg_size(), rz_hash_cfg_update(), and sh_op_compare().
benchmark.request = sys.argv[1] |
Definition at line 77 of file benchmark.py.
benchmark.syntax |
Definition at line 90 of file benchmark.py.
Referenced by arc_opcode_init_tables(), cb_asmsyntax(), TestBasic.main(), rz_asm_set_syntax(), rz_main_rz_asm(), and test().
benchmark.t1 = time() |
Definition at line 107 of file benchmark.py.
Referenced by _nettle_aes_decrypt(), _nettle_aes_encrypt(), amd29k_instr_jump(), amd29k_instr_print(), typecmp(), and uv_thread_equal().