MCPcopy Create free account

hub / github.com/DarthTon/Blackbone / functions

Functions2,182 in github.com/DarthTon/Blackbone

FunctiongetFuncFlags
Get function flags.
src/3rd_party/AsmJit/base/compiler.h:2373
FunctiongetFuncHints
Get function hints.
src/3rd_party/AsmJit/base/compiler.h:2371
MethodgetGaRegs
Get number of allocable registers per class.
src/3rd_party/AsmJit/x86/x86context.cpp:2952
MethodgetGp
Get Gp register count.
src/3rd_party/AsmJit/x86/x86operand.h:314
FunctiongetHint
Get function hint.
src/3rd_party/AsmJit/base/compiler.h:2452
MethodgetHost
src/3rd_party/AsmJit/base/cpuinfo.cpp:67
MethodgetHost
Get global instance of `X86CpuInfo`.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:236
MethodgetHwThreadsCount
Get number of hardware threads available.
src/3rd_party/AsmJit/base/cpuinfo.h:83
FunctiongetIndentation
Get indentation.
src/3rd_party/AsmJit/base/logger.h:120
MethodgetInstFlags
Get all instruction flags, see `kX86InstFlags`.
src/3rd_party/AsmJit/x86/x86inst.h:2020
MethodgetInstFlags
Get instruction flags, see `kX86InstFlags`.
src/3rd_party/AsmJit/x86/x86inst.h:2228
MethodgetInstIdByName
src/3rd_party/AsmJit/x86/x86inst.cpp:4869
FunctiongetInstOptions
Get options of the next instruction.
src/3rd_party/AsmJit/base/codegen.h:259
MethodgetInt16
Get immediate value as 16-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:781
MethodgetInt32
Get immediate value as 32-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:785
FunctiongetInt32At
Get int32_t at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:252
MethodgetInt32Hi
Get high 32-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:814
MethodgetInt32Lo
Get low 32-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:810
MethodgetInt8
Get immediate value as 8-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:777
MethodgetIntPtr
Get immediate value as `intptr_t`.
src/3rd_party/AsmJit/base/operand.h:794
MethodgetK
Get K register count.
src/3rd_party/AsmJit/x86/x86operand.h:318
MethodgetKeepVirtualMemory
Get whether to keep allocated memory after the `VMemMgr` is destroyed. \sa \ref setKeepVirtualMemory.
src/3rd_party/AsmJit/base/vmem.h:151
FunctiongetLabelOffset
Get `label` offset or -1 if the label is not bound. This method can be only called after the code has been serialized to the `Assembler`, otherwise t
src/3rd_party/AsmJit/base/compiler.h:2869
FunctiongetLabelOffset
Get `label` offset or -1 if the label is not yet bound.
src/3rd_party/AsmJit/base/assembler.h:359
FunctiongetLabelsCount
Get count of created labels.
src/3rd_party/AsmJit/base/compiler.h:2839
FunctiongetLabelsCount
Get number of labels created.
src/3rd_party/AsmJit/base/assembler.h:327
MethodgetLast
src/3rd_party/AsmJit/base/containers.h:307
FunctiongetLastNode
Get last node.
src/3rd_party/AsmJit/base/compiler.h:2764
MethodgetLeastExecuted
<summary> Get least executed thread </summary> <returns>Pointer to thread object, nullptr if failed</returns>
src/BlackBone/Process/Threads/Threads.cpp:104
MethodgetLength
src/3rd_party/AsmJit/base/constpool.h:93
MethodgetLength
Get length.
src/3rd_party/AsmJit/base/containers.h:129
MethodgetList
src/3rd_party/AsmJit/x86/x86compiler.h:1084
MethodgetMaxLogicalProcessors
Get maximum logical processors count.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:226
FunctiongetMaxLookAhead
Get maximum look ahead.
src/3rd_party/AsmJit/base/compiler.h:2715
FunctiongetMemMgr
Get the virtual memory manager.
src/3rd_party/AsmJit/base/runtime.h:235
MethodgetMemOp
Get memory operand. Can only be called if the instruction has such operand, see `hasMemOp()`.
src/3rd_party/AsmJit/base/compiler.h:2205
FunctiongetMemStackSize
Get stack size used by variables and memory allocated on the stack.
src/3rd_party/AsmJit/base/compiler.h:2431
MethodgetMm
Get Mm register count.
src/3rd_party/AsmJit/x86/x86operand.h:316
MethodgetModel
Get CPU model ID.
src/3rd_party/AsmJit/base/cpuinfo.h:78
MethodgetName
Get variable name.
src/3rd_party/AsmJit/base/compiler.h:711
MethodgetNext
Get next node.
src/3rd_party/AsmJit/base/containers.h:278
MethodgetNode
Get the node.
src/3rd_party/AsmJit/x86/x86context.cpp:2931
MethodgetNode
Get the node.
src/3rd_party/AsmJit/x86/x86context.cpp:3784
MethodgetOffset
Get align offset in bytes.
src/3rd_party/AsmJit/base/compiler.h:1864
MethodgetOffset
Get the label offset. \note Only valid after the content has been serialized to the `Assembler`.
src/3rd_party/AsmJit/base/compiler.h:2080
MethodgetOperandFlags
Get flags of operand at index `index`. See \ref X86InstInfo::getOperandFlags() for more details.
src/3rd_party/AsmJit/x86/x86inst.h:2121
MethodgetOperandFlags
Get flags of operand at index `index`.
src/3rd_party/AsmJit/x86/x86inst.h:2270
FunctiongetOption
Get the given logger option.
src/3rd_party/AsmJit/base/logger.h:107
FunctiongetOptions
Get all logger options as a single integer.
src/3rd_party/AsmJit/base/logger.h:102
MethodgetPEB
<summary> Get WOW64 PEB </summary> <param name="ppeb">Retrieved PEB</param> <returns>PEB pointer</returns>
src/BlackBone/Subsystem/NativeSubsystem.cpp:324
MethodgetPEB
<summary> Gets WOW64 PEB </summary> <param name="ppeb">Retrieved PEB</param> <returns>PEB pointer</returns>
src/BlackBone/Subsystem/Wow64Subsystem.cpp:314
MethodgetPageGranularity
src/3rd_party/AsmJit/base/vmem.cpp:108
MethodgetPageSize
src/3rd_party/AsmJit/base/vmem.cpp:103
MethodgetPassed
Get passed registers (mask). \note The result depends on the function calling convention used; the prototype of the function doesn't affect the mask
src/3rd_party/AsmJit/x86/x86compiler.h:1169
MethodgetPassedOrderGp
Get ther order of passed registers (Gp). \note The result depends on the function calling convention used; the prototype of the function doesn't affe
src/3rd_party/AsmJit/x86/x86compiler.h:1185
MethodgetPassedOrderXmm
Get ther order of passed registers (Xmm). \note The result depends on the function calling convention used; the prototype of the function doesn't aff
src/3rd_party/AsmJit/x86/x86compiler.h:1193
MethodgetPriority
src/3rd_party/AsmJit/base/compiler.cpp:541
MethodgetPriority
Get variable priority, used by compiler to decide which variable to spill.
src/3rd_party/AsmJit/base/compiler.h:759
MethodgetProcessorType
Get processor type.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:211
FunctiongetQWordAt
Get QWORD at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:246
MethodgetRandom
<summary> Get random thread </summary> <returns>Pointer to thread object, nullptr if failed</returns>
src/BlackBone/Process/Threads/Threads.cpp:153
FunctiongetRedZoneSize
Set stack "Red Zone" size.
src/3rd_party/AsmJit/base/compiler.h:2418
MethodgetRegCode
Get register code that equals to '(type << 8) + index'.
src/3rd_party/AsmJit/base/operand.h:574
MethodgetRegIndex
Get register index.
src/3rd_party/AsmJit/base/compiler.h:789
MethodgetRegIndex
src/3rd_party/AsmJit/base/compiler.h:1242
MethodgetRegIndex
Get register index.
src/3rd_party/AsmJit/base/operand.h:407
FunctiongetRegSize
Get default register size (4 or 8 bytes).
src/3rd_party/AsmJit/base/codegen.h:165
MethodgetRegType
Get register type.
src/3rd_party/AsmJit/base/operand.h:402
MethodgetRegType
Get register type.
src/3rd_party/AsmJit/base/operand.h:579
FunctiongetRequiredStackAlignment
Get required stack alignment.
src/3rd_party/AsmJit/base/compiler.h:2401
MethodgetRetCount
Get count of function return values.
src/3rd_party/AsmJit/base/compiler.h:1519
FunctiongetRuntimeType
Get runtime type.
src/3rd_party/AsmJit/base/runtime.h:63
MethodgetSaveOnUnuse
src/3rd_party/AsmJit/base/compiler.cpp:560
MethodgetSecondaryOpCode
Get the secondary instruction opcode, see \ref kX86InstOpCode. See \ref X86InstInfo::getSecondaryOpCode() for more details.
src/3rd_party/AsmJit/x86/x86inst.h:2133
MethodgetSize
Get the size of the constant-pool in bytes.
src/3rd_party/AsmJit/base/constpool.h:241
MethodgetSize
Get cell size.
src/3rd_party/AsmJit/base/compiler.h:509
MethodgetSize
Get variable size.
src/3rd_party/AsmJit/base/compiler.h:846
MethodgetSize
Get size of data.
src/3rd_party/AsmJit/base/compiler.h:1928
FunctiongetSizeLimit
Get the maximum size of the code that can be relocated to the target address or zero if unlimited.
src/3rd_party/AsmJit/base/runtime.h:191
FunctiongetSpillZoneSize
Set stack "Spill Zone" size.
src/3rd_party/AsmJit/base/compiler.h:2423
MethodgetStart
Get start of the current scope.
src/3rd_party/AsmJit/base/context_p.h:64
MethodgetState
Get variable state, only used by `Context`.
src/3rd_party/AsmJit/base/compiler.h:774
MethodgetState
Get node state.
src/3rd_party/AsmJit/base/compiler.h:1756
MethodgetState
Get state for this target.
src/3rd_party/AsmJit/base/compiler.h:2063
MethodgetState
Get current state.
src/3rd_party/AsmJit/base/context_p.h:92
MethodgetStepping
Get CPU stepping.
src/3rd_party/AsmJit/base/cpuinfo.h:80
MethodgetStop
Get stop node.
src/3rd_party/AsmJit/base/context_p.h:61
FunctiongetStream
Get `FILE*` stream. \note Return value can be `NULL`.
src/3rd_party/AsmJit/base/logger.h:168
FunctiongetString
Get `char*` pointer which represents the resulting string. The pointer is owned by `StringLogger`, it can't be modified or freed.
src/3rd_party/AsmJit/base/logger.h:217
MethodgetTEB
<summary> Get WOW64 TEB </summary> <param name="ppeb">Retrieved TEB</param> <returns>TEB pointer</returns>
src/BlackBone/Subsystem/NativeSubsystem.cpp:362
MethodgetTEB
<summary> Get WOW64 TEB </summary> <param name="ppeb">Retrieved TEB</param> <returns>TEB pointer</returns>
src/BlackBone/Subsystem/Wow64Subsystem.cpp:355
FunctiongetTarget
Get `TargetNode` by `label`.
src/3rd_party/AsmJit/base/compiler.h:2830
FunctiongetTargetByLabel
Get `TargetNode` by `label`.
src/3rd_party/AsmJit/base/compiler.h:2854
MethodgetType
Get variable type.
src/3rd_party/AsmJit/base/compiler.h:721
FunctiongetUInt32At
Get uint32_t at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:258
MethodgetUInt32Lo
Get low 32-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:812
MethodgetUInt64
Get immediate value as 64-bit unsigned integer.
src/3rd_party/AsmJit/base/operand.h:791
MethodgetUIntPtr
Get immediate value as `uintptr_t`.
src/3rd_party/AsmJit/base/operand.h:802
FunctiongetUserContext
<summary> Get arbitrary thread data </summary> <returns>Data value</returns>
src/BlackBone/Process/RPC/RemoteContext.hpp:251
MethodgetVa
Get temporary VarAttr.
src/3rd_party/AsmJit/base/compiler.h:863
← previousnext →1,601–1,700 of 2,182, ranked by callers