Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IgorKorkin/MemoryRanger
/ functions
Functions
1,785 in github.com/IgorKorkin/MemoryRanger
⨍
Functions
1,785
◇
Types & classes
481
Function
main
MemRanger/capstone/suite/benchmark/test_iter_benchmark.c:95
Function
main
MemRanger/capstone/suite/arm/test_arm_regression.c:388
Function
main
MemRanger/capstone/suite/fuzz/fuzz_harness.c:12
Function
main
MemRanger/capstone/tests/test_sparc.c:146
Function
main
MemRanger/capstone/tests/test_ppc.c:172
Function
main
MemRanger/capstone/tests/test_skipdata.c:146
Function
main
MemRanger/capstone/tests/test_iter.c:259
Function
main
MemRanger/capstone/tests/test_x86.c:246
Function
main
MemRanger/capstone/tests/test.c:270
Function
main
MemRanger/capstone/tests/test_xcore.c:134
Function
main
MemRanger/capstone/tests/test_arm.c:297
Function
main
MemRanger/capstone/tests/test_detail.c:296
Function
main
MemRanger/capstone/tests/test_systemz.c:139
Function
main
MemRanger/capstone/tests/test_mips.c:161
Function
main
MemRanger/capstone/tests/test_arm64.c:239
Method
main
(String argv[])
MemRanger/capstone/bindings/java/TestSparc.java:68
Method
main
(String argv[])
MemRanger/capstone/bindings/java/TestMips.java:61
Method
main
(String argv[])
MemRanger/capstone/bindings/java/TestXcore.java:61
Method
main
(String argv[])
MemRanger/capstone/bindings/java/TestArm64.java:97
Method
main
(String argv[])
MemRanger/capstone/bindings/java/TestSystemz.java:68
Method
main
(String argv[])
MemRanger/capstone/bindings/java/TestX86.java:137
Method
main
(String argv[])
MemRanger/capstone/bindings/java/TestArm.java:107
Method
main
(String argv[])
MemRanger/capstone/bindings/java/Test.java:47
Method
main
(String argv[])
MemRanger/capstone/bindings/java/TestPpc.java:68
Method
measure_latency
Measure the latency of memory access*/
MemAllocator/mem_allocator_console/memory_allocator.cpp:67
Method
mem
(self)
MemRanger/capstone/bindings/python/capstone/sparc.py:37
Method
mem
(self)
MemRanger/capstone/bindings/python/capstone/arm64.py:57
Method
mem
(self)
MemRanger/capstone/bindings/python/capstone/x86.py:47
Method
mem
(self)
MemRanger/capstone/bindings/python/capstone/mips.py:36
Method
mem
(self)
MemRanger/capstone/bindings/python/capstone/xcore.py:38
Method
mem
(self)
MemRanger/capstone/bindings/python/capstone/ppc.py:44
Method
mem
(self)
MemRanger/capstone/bindings/python/capstone/systemz.py:38
Method
mem
(self)
MemRanger/capstone/bindings/python/capstone/arm.py:53
Function
memory_access_loop
MemAllocator/mem_allocator_driver/allocated_mem_access.cpp:62
Function
memory_type EptpGetMemoryType
Returns a memory type based on MTRRs
MemRanger/HyperPlatform/ept.cpp:342
Function
mycallback
MemRanger/capstone/tests/test_skipdata.c:33
Function
null_callback_func
MemAttacker/mem_attacker_driver/vulnerable_code.cpp:40
Function
ocaml_close
MemRanger/capstone/bindings/ocaml/ocaml.c:936
Function
ocaml_cs_disasm
MemRanger/capstone/bindings/ocaml/ocaml.c:623
Function
ocaml_cs_disasm_internal
MemRanger/capstone/bindings/ocaml/ocaml.c:735
Function
ocaml_group_name
MemRanger/capstone/bindings/ocaml/ocaml.c:919
Function
ocaml_instruction_name
MemRanger/capstone/bindings/ocaml/ocaml.c:908
Function
ocaml_open
MemRanger/capstone/bindings/ocaml/ocaml.c:754
Function
ocaml_option
MemRanger/capstone/bindings/ocaml/ocaml.c:862
Function
ocaml_register_name
MemRanger/capstone/bindings/ocaml/ocaml.c:897
Function
ocaml_version
MemRanger/capstone/bindings/ocaml/ocaml.c:930
Function
op_addImm
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:140
Function
op_addImm
MemRanger/capstone/arch/PowerPC/PPCInstPrinter.c:705
Method
open_file
MemAllocator/mem_allocator_console/memory_allocator.cpp:178
Method
open_file
MemAttacker/mem_attacker_console/mem_attacker.cpp:87
Method
open_rw_without_sharing
utils/zwfile.h:35
Function
operator delete
MemRanger/capstone/contrib/windows_kernel/libc.cpp:117
Function
operator delete
MemRanger/HyperPlatform/kernel_stl.cpp:100
Function
operator delete[]
MemRanger/HyperPlatform/kernel_stl.cpp:129
Function
operator<<
Provides << operator for VmEntryInterruptionInformationField
MemRanger/HyperPlatform/ia32_type.h:1734
Function
operator|=
Provides |= operator for VmxStatus
MemRanger/HyperPlatform/util.h:62
Function
option
MemRanger/capstone/arch/ARM/ARMModule.c:42
Function
option
MemRanger/capstone/arch/XCore/XCoreModule.c:33
Function
option
MemRanger/capstone/arch/PowerPC/PPCModule.c:38
Function
option
MemRanger/capstone/arch/AArch64/AArch64Module.c:36
Function
option
MemRanger/capstone/arch/Mips/MipsModule.c:41
Function
option
MemRanger/capstone/arch/SystemZ/SystemZModule.c:33
Function
option
MemRanger/capstone/arch/Sparc/SparcModule.c:37
Method
platform
(int a, int m, int syt, byte[] c, String s)
MemRanger/capstone/bindings/java/Test.java:14
Method
prefetch
(self)
MemRanger/capstone/bindings/python/capstone/arm64.py:69
Function
printAccessRegOperand
MemRanger/capstone/arch/SystemZ/SystemZInstPrinter.c:278
Function
printAddSubImm
MemRanger/capstone/arch/AArch64/AArch64InstPrinter.c:695
Function
printAddrMode2OffsetOperand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:979
Function
printAddrMode2Operand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:967
Function
printAddrMode3OffsetOperand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1084
Function
printAddrMode3Operand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1072
Function
printAddrMode5Operand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1160
Function
printAddrMode6OffsetOperand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1244
Function
printAddrMode6Operand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1208
Function
printAddrMode7Operand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1232
Function
printAddrModeImm12Operand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1850
Function
printAddrModeTBB
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:929
Function
printAddrModeTBH
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:946
Function
printAdrLabelOperand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1670
Function
printAdrpLabel
MemRanger/capstone/arch/AArch64/AArch64InstPrinter.c:1262
Function
printAlignedLabel
MemRanger/capstone/arch/AArch64/AArch64InstPrinter.c:1244
Function
printBDAddrOperand
MemRanger/capstone/arch/SystemZ/SystemZInstPrinter.c:323
Function
printBDLAddrOperand
MemRanger/capstone/arch/SystemZ/SystemZInstPrinter.c:336
Function
printBDXAddrOperand
MemRanger/capstone/arch/SystemZ/SystemZInstPrinter.c:329
Function
printBarrierOption
MemRanger/capstone/arch/AArch64/AArch64InstPrinter.c:1284
Function
printBitfieldInvMaskImmOperand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1261
Function
printBranchOperand
MemRanger/capstone/arch/PowerPC/PPCInstPrinter.c:518
Function
printCCOperand
MemRanger/capstone/arch/Sparc/SparcInstPrinter.c:324
Function
printCImmediate
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1644
Function
printCPSIFlag
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1435
Function
printCPSIMod
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1423
Function
printCond4Operand
MemRanger/capstone/arch/SystemZ/SystemZInstPrinter.c:365
Function
printCondCode
MemRanger/capstone/arch/AArch64/AArch64InstPrinter.c:950
Function
printCoprocOptionImm
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:1656
Function
printExtendedRegister
MemRanger/capstone/arch/AArch64/AArch64InstPrinter.c:879
Function
printFBits16
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:2171
Function
printFBits32
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:2187
Function
printFCCOperand
MemRanger/capstone/arch/Mips/MipsInstPrinter.c:312
Function
printFPImmOperand
MemRanger/capstone/arch/ARM/ARMInstPrinter.c:2106
Function
printFPImmOperand
MemRanger/capstone/arch/AArch64/AArch64InstPrinter.c:1034
← previous
next →
1,501–1,600 of 1,785, ranked by callers