MCPcopy Index your code

hub / github.com/endgameinc/xori / functions

Functions408 in github.com/endgameinc/xori

↓ 2 callersFunctioncheck_backward_loop_exists
( _offset: &u64, _right_destination: &mut i64, _branch_is_taken: &mut bool, _state: &mut State
src/arch/x86/emulatex86.rs:339
↓ 2 callersFunctioncheck_for_function_header
( offset: usize, address_size: usize, analysis: &mut Analysisx86, mem_manager: &mut MemoryMa
src/analysis/data_analyzer.rs:307
↓ 2 callersFunctiondefocusSearchBar
()
docs/main.js:11
↓ 2 callersFunctiondisassemble_init
Only x86 for now
src/analysis/analyze.rs:194
↓ 2 callersMethoddisplacement
(&mut self)
src/arch/x86/archx86.rs:427
↓ 2 callersFunctiondisplay_disassembly
(analysis: &mut Analysisx86)
src/analysis/analyze.rs:170
↓ 2 callersMethoddrawGraph
(graph, selectedFunction)
gui/src/components/CFG/CFGView.jsx:31
↓ 2 callersFunctionexport_table_entry
(input:&[u8], count: usize)
src/analysis/formats/pe.rs:161
↓ 2 callersFunctionextract_exports
(dll_path: &Path)
src/bin/pesymbols.rs:73
↓ 2 callersFunctionfindArg
(obj,val,literalSearch)
docs/main.js:11
↓ 2 callersMethodflirt_match
(&self, bytes:&[u8])
src/analysis/signature_analysis.rs:298
↓ 2 callersFunctionfunc
(e)
docs/main.js:11
↓ 2 callersFunctiongetPageId
()
docs/main.js:11
↓ 2 callersFunctiongetVirtualKey
(ev)
docs/main.js:11
↓ 2 callersFunctionget_load_order
(analysis: &mut Analysisx86)
src/analysis/formats/peloader.rs:1245
↓ 2 callersFunctionhandleEscape
(ev,help)
docs/main.js:11
↓ 2 callersFunctionimplHider
(addOrRemove)
docs/main.js:11
↓ 2 callersFunctionimport_address_table32
(input: &[u8])
src/analysis/formats/pe.rs:685
↓ 2 callersFunctionimport_address_table64
(input: &[u8])
src/analysis/formats/pe.rs:703
↓ 2 callersFunctionimport_table
(input:&[u8])
src/analysis/formats/pe.rs:134
↓ 2 callersMethodis_code
(&self)
src/analysis/formats/peloader.rs:445
↓ 2 callersMethodload_internal_flirts
(&mut self, btype: &BinaryType, mode: &Mode)
src/analysis/signature_analysis.rs:404
↓ 2 callersMethodmod_rm
(&mut self)
src/arch/x86/archx86.rs:412
↓ 2 callersFunctiononEveryMatchingChild
(elem,className,func)
docs/main.js:11
↓ 2 callersFunctionopcode_read_sib
determine addressing info for instruction by the scaled-index-base
src/arch/x86/opcodex86.rs:942
↓ 2 callersFunctionordinalAddressToHexAddress
(ordinalAddress)
gui/src/components/linearDisassemblyView/linearDisassemblyView.jsx:8
↓ 2 callersFunctionpathSplitter
(path)
docs/main.js:11
↓ 2 callersFunctionprint_instruction
(_instructions: &mut Instruction<T>)
src/test.rs:23
↓ 2 callersFunctionprint_opcode
(_index: usize)
src/arch/x86/displayx86.rs:20904
↓ 2 callersMethodprinting_opcode
(&mut self)
src/arch/x86/archx86.rs:397
↓ 2 callersFunctionputBackSearch
(search_input)
docs/main.js:11
↓ 2 callersFunctionread_register_specifier
get the register based on the specifier
src/arch/x86/operandx86.rs:1133
↓ 2 callersFunctionregisterValidSW
(swUrl)
gui/src/registerServiceWorker.js:55
↓ 2 callersMethodrender
()
gui/src/components/app/app.jsx:8
↓ 2 callersMethodrex
(&mut self)
src/arch/x86/archx86.rs:400
↓ 2 callersFunctionset_fragment
(name)
docs/main.js:11
↓ 2 callersMethodstack_read
( &mut self, address: i64, value_size: usize)
src/arch/x86/analyzex86.rs:341
↓ 2 callersMethodstack_write
( &mut self, address: u64, value: i64, value_size: usize, bounds_size:
src/arch/x86/analyzex86.rs:383
↓ 2 callersFunctionswitchTheme
(styleElem,mainStyleElem,newTheme)
docs/storage.js:11
↓ 2 callersFunctiontoggleAllDocs
(pageId,fromAutoCollapse)
docs/main.js:11
↓ 1 callersMethodadd_jump
Add the jump address to the state's current function jump table.
src/arch/x86/analyzex86.rs:88
↓ 1 callersMethodadd_return_value
Check if the return value is valid
src/arch/x86/analyzex86.rs:138
↓ 1 callersFunctionanalyze_datax86
( offset: usize, analysis: &mut Analysisx86, mem_manager: &mut MemoryManager, state: &mut St
src/analysis/data_analyzer.rs:62
↓ 1 callersFunctionautoCollapse
(pageId,collapse)
docs/main.js:11
↓ 1 callersMethodavx_cc
(&mut self)
src/arch/x86/archx86.rs:433
↓ 1 callersMethodavx_rm
(&mut self)
src/arch/x86/archx86.rs:439
↓ 1 callersFunctionbinary_write
( address: usize, value: u64, value_size: usize, base_addr: usize, binary: &mut [u8])
src/arch/x86/analyzex86.rs:478
↓ 1 callersFunctionbuildIndex
(rawSearchIndex)
docs/main.js:11
↓ 1 callersFunctionbuild_dll_header_with_exportrva
( _binary: &[u8], export_table_rva: usize, export_table_offset: usize, export_table_size: usiz
src/bin/pesymbols.rs:337
↓ 1 callersFunctionbuild_dll_import_addresses
( analysis: &mut Analysisx86, mem_image: &mut MemoryBounds<'a>, mem_manager: &mut MemoryManager,
src/analysis/formats/peloader.rs:673
↓ 1 callersFunctionbuild_dll_memory
( analysis: &mut Analysisx86, mem_manager: &mut MemoryManager)
src/analysis/formats/peloader.rs:620
↓ 1 callersFunctionbuild_image
( _binary: &'a mut [u8], _header: &Header, _new_binary: &'a mut [u8], )
src/analysis/formats/peloader.rs:788
↓ 1 callersFunctionbuild_immediate
( _detail: &mut T, _nmemonic: &mut String, _imm: i64, _size: u8, _mode: &Modex86, _pri
src/arch/x86/displayx86.rs:21362
↓ 1 callersFunctionbuild_immediates
( _detail: &mut T, _nmemonic: &mut String, _imm: i64, _operand_pair: &OperandSetPair, _ins
src/arch/x86/displayx86.rs:21399
↓ 1 callersFunctionbuild_instruction
( _instr_int: &Instructionx86, _instr_ext: &mut Instruction<T>, )
src/arch/x86/displayx86.rs:22419
↓ 1 callersFunctionbuild_operand
( _instr: &Instructionx86, _operand_pair: &OperandSetPair, _op_index: &mut usize, _instr_ext:
src/arch/x86/displayx86.rs:21937
↓ 1 callersFunctionbuild_pe
( _config: &Config, _binary: &'a mut [u8], new_binary: &'a mut [u8], _teb: &'a mut Vec<u8>,
src/analysis/formats/peloader.rs:1930
↓ 1 callersFunctionbuild_peb
( analysis: &mut Analysisx86, config: &Config, )
src/analysis/formats/peloader.rs:1029
↓ 1 callersFunctionbuild_rm
( _detail: &mut T, _nmemonic: &mut String, _operand_pair: &OperandSetPair, _instr: &Instructio
src/arch/x86/displayx86.rs:21866
↓ 1 callersFunctionbuild_rm_memory
( _detail: &mut T, _nmemonic: &mut String, _operand_pair: &OperandSetPair, _instr: &Instructio
src/arch/x86/displayx86.rs:21683
↓ 1 callersFunctionbuild_rm_register
( _detail: &mut T, _nmemonic: &mut String, _operand_pair: &OperandSetPair, _instr: &Instructio
src/arch/x86/displayx86.rs:21637
↓ 1 callersFunctionbuild_src_mem_operand
( _detail: &mut T, _nmemonic: &mut String, _opcode: &u32, _segment_reg: u8, _base_reg: u8,
src/arch/x86/displayx86.rs:21164
↓ 1 callersFunctionbuild_teb
( analysis: &mut Analysisx86, config: &Config, )
src/analysis/formats/peloader.rs:937
↓ 1 callersFunctionchangeSetting
(settingName,isEnabled)
docs/settings.js:11
↓ 1 callersFunctioncheckIfThereAreMethods
(elems)
docs/main.js:11
↓ 1 callersFunctioncheckPath
(startsWith,lastElem,ty)
docs/main.js:11
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl)
gui/src/registerServiceWorker.js:84
↓ 1 callersFunctioncheck_address_already_analyzed
Used for ignoring Non-Executable sections
src/arch/x86/analyzex86.rs:1001
↓ 1 callersFunctioncheck_binary_arithmetic_instructions
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:1483
↓ 1 callersFunctioncheck_bitbyte_instructions
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:2242
↓ 1 callersFunctioncheck_bnd
(_opcode: &u32)
src/arch/x86/displayx86.rs:22226
↓ 1 callersFunctioncheck_branch_instructions
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:2536
↓ 1 callersFunctioncheck_call
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:2386
↓ 1 callersFunctioncheck_control_transfer_instructions
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:2281
↓ 1 callersFunctioncheck_data_transfer_instructions
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:1036
↓ 1 callersFunctioncheck_for_jump
( offset: usize, address_size: usize, analysis: &mut Analysisx86, mem_manager: &mut MemoryMa
src/analysis/data_analyzer.rs:367
↓ 1 callersFunctioncheck_forward_loop_counter
( _offset: &u64, _right_destination: &mut i64, _branch_is_taken: &mut bool, _state: &mut State
src/arch/x86/emulatex86.rs:308
↓ 1 callersFunctioncheck_forward_loop_exists
( _offset: &u64, _right_destination: &mut i64, _branch_is_taken: &mut bool, _state: &Statex86)
src/arch/x86/emulatex86.rs:292
↓ 1 callersMethodcheck_func_exists
(&mut self, _calling_func: u64, _cur_address: u64, _return_address: u64, _jmp_
src/arch/x86/analyzex86.rs:305
↓ 1 callersFunctioncheck_illegal_prefix
(_instr: &mut Instructionx86)
src/arch/x86/operandx86.rs:647
↓ 1 callersFunctioncheck_instruction_exists
( offset: u64, analysis: &mut Analysisx86)
src/arch/x86/analyzex86.rs:1297
↓ 1 callersFunctioncheck_logical_instructions
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:1710
↓ 1 callersFunctioncheck_misc_instructions
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:2331
↓ 1 callersFunctioncheck_modrm
( _instr: &mut Instructionx86, instr_class: &DisassemblerContextsx86)
src/arch/x86/operandx86.rs:29
↓ 1 callersFunctioncheck_rep
(_opcode: &u32)
src/arch/x86/displayx86.rs:22314
↓ 1 callersFunctioncheck_repnz
(_opcode: &u32)
src/arch/x86/displayx86.rs:22355
↓ 1 callersFunctioncheck_repz
(_opcode: &u32)
src/arch/x86/displayx86.rs:22341
↓ 1 callersFunctioncheck_return
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:2919
↓ 1 callersFunctioncheck_shift_rotate_instructions
( _offset: u64, _instr: &mut InstructionInfo, _analysis: &mut Analysisx86, _mem_manager: &mu
src/arch/x86/emulatex86.rs:1787
↓ 1 callersMethodcleanOldGraph
()
gui/src/components/CFG/CFGView.jsx:20
↓ 1 callersFunctioncollectxrefs
(functionDescriptors)
gui/src/json_transform.js:26
↓ 1 callersFunctioncreateBlockFromFunctionDescriptor
(functionDescriptor)
gui/src/json_transform.js:39
↓ 1 callersFunctioncreateToggle
(otherMessage,fontSize,extraClass)
docs/main.js:11
↓ 1 callersFunctioncreateToggleWrapper
(tog)
docs/main.js:11
↓ 1 callersFunctiondecode_instructionx86
( _instr: &mut Instructionx86, _mode: Modex86)
src/arch/x86/archx86.rs:697
↓ 1 callersFunctiondecx86
(size: usize, value1: i64, _state: &mut Statex86)
src/arch/x86/emulatex86.rs:822
↓ 1 callersFunctiondisasmx86
( _code: &[u8], _size: usize, _length: &mut usize, _address: u64, _instructions: &mut In
src/arch/x86/archx86.rs:665
↓ 1 callersFunctiondos_stub
(input: &[u8])
src/analysis/formats/pe.rs:434
↓ 1 callersFunctionemulate_instructions
( offset: u64, instr: &mut InstructionInfo, analysis: &mut Analysisx86, mem_manager: &mut Me
src/arch/x86/emulatex86.rs:3030
↓ 1 callersFunctioneq16bit
(left: &u16, right: &u16)
src/arch/x86/operandx86.rs:452
← previousnext →101–200 of 408, ranked by callers