Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DarthTon/Blackbone
/ functions
Functions
2,182 in github.com/DarthTon/Blackbone
⨍
Functions
2,182
◇
Types & classes
775
Function
getFuncFlags
Get function flags.
src/3rd_party/AsmJit/base/compiler.h:2373
Function
getFuncHints
Get function hints.
src/3rd_party/AsmJit/base/compiler.h:2371
Method
getGaRegs
Get number of allocable registers per class.
src/3rd_party/AsmJit/x86/x86context.cpp:2952
Method
getGp
Get Gp register count.
src/3rd_party/AsmJit/x86/x86operand.h:314
Function
getHint
Get function hint.
src/3rd_party/AsmJit/base/compiler.h:2452
Method
getHost
src/3rd_party/AsmJit/base/cpuinfo.cpp:67
Method
getHost
Get global instance of `X86CpuInfo`.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:236
Method
getHwThreadsCount
Get number of hardware threads available.
src/3rd_party/AsmJit/base/cpuinfo.h:83
Function
getIndentation
Get indentation.
src/3rd_party/AsmJit/base/logger.h:120
Method
getInstFlags
Get all instruction flags, see `kX86InstFlags`.
src/3rd_party/AsmJit/x86/x86inst.h:2020
Method
getInstFlags
Get instruction flags, see `kX86InstFlags`.
src/3rd_party/AsmJit/x86/x86inst.h:2228
Method
getInstIdByName
src/3rd_party/AsmJit/x86/x86inst.cpp:4869
Function
getInstOptions
Get options of the next instruction.
src/3rd_party/AsmJit/base/codegen.h:259
Method
getInt16
Get immediate value as 16-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:781
Method
getInt32
Get immediate value as 32-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:785
Function
getInt32At
Get int32_t at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:252
Method
getInt32Hi
Get high 32-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:814
Method
getInt32Lo
Get low 32-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:810
Method
getInt8
Get immediate value as 8-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:777
Method
getIntPtr
Get immediate value as `intptr_t`.
src/3rd_party/AsmJit/base/operand.h:794
Method
getK
Get K register count.
src/3rd_party/AsmJit/x86/x86operand.h:318
Method
getKeepVirtualMemory
Get whether to keep allocated memory after the `VMemMgr` is destroyed. \sa \ref setKeepVirtualMemory.
src/3rd_party/AsmJit/base/vmem.h:151
Function
getLabelOffset
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
Function
getLabelOffset
Get `label` offset or -1 if the label is not yet bound.
src/3rd_party/AsmJit/base/assembler.h:359
Function
getLabelsCount
Get count of created labels.
src/3rd_party/AsmJit/base/compiler.h:2839
Function
getLabelsCount
Get number of labels created.
src/3rd_party/AsmJit/base/assembler.h:327
Method
getLast
src/3rd_party/AsmJit/base/containers.h:307
Function
getLastNode
Get last node.
src/3rd_party/AsmJit/base/compiler.h:2764
Method
getLeastExecuted
<summary> Get least executed thread </summary> <returns>Pointer to thread object, nullptr if failed</returns>
src/BlackBone/Process/Threads/Threads.cpp:104
Method
getLength
src/3rd_party/AsmJit/base/constpool.h:93
Method
getLength
Get length.
src/3rd_party/AsmJit/base/containers.h:129
Method
getList
src/3rd_party/AsmJit/x86/x86compiler.h:1084
Method
getMaxLogicalProcessors
Get maximum logical processors count.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:226
Function
getMaxLookAhead
Get maximum look ahead.
src/3rd_party/AsmJit/base/compiler.h:2715
Function
getMemMgr
Get the virtual memory manager.
src/3rd_party/AsmJit/base/runtime.h:235
Method
getMemOp
Get memory operand. Can only be called if the instruction has such operand, see `hasMemOp()`.
src/3rd_party/AsmJit/base/compiler.h:2205
Function
getMemStackSize
Get stack size used by variables and memory allocated on the stack.
src/3rd_party/AsmJit/base/compiler.h:2431
Method
getMm
Get Mm register count.
src/3rd_party/AsmJit/x86/x86operand.h:316
Method
getModel
Get CPU model ID.
src/3rd_party/AsmJit/base/cpuinfo.h:78
Method
getName
Get variable name.
src/3rd_party/AsmJit/base/compiler.h:711
Method
getNext
Get next node.
src/3rd_party/AsmJit/base/containers.h:278
Method
getNode
Get the node.
src/3rd_party/AsmJit/x86/x86context.cpp:2931
Method
getNode
Get the node.
src/3rd_party/AsmJit/x86/x86context.cpp:3784
Method
getOffset
Get align offset in bytes.
src/3rd_party/AsmJit/base/compiler.h:1864
Method
getOffset
Get the label offset. \note Only valid after the content has been serialized to the `Assembler`.
src/3rd_party/AsmJit/base/compiler.h:2080
Method
getOperandFlags
Get flags of operand at index `index`. See \ref X86InstInfo::getOperandFlags() for more details.
src/3rd_party/AsmJit/x86/x86inst.h:2121
Method
getOperandFlags
Get flags of operand at index `index`.
src/3rd_party/AsmJit/x86/x86inst.h:2270
Function
getOption
Get the given logger option.
src/3rd_party/AsmJit/base/logger.h:107
Function
getOptions
Get all logger options as a single integer.
src/3rd_party/AsmJit/base/logger.h:102
Method
getPEB
<summary> Get WOW64 PEB </summary> <param name="ppeb">Retrieved PEB</param> <returns>PEB pointer</returns>
src/BlackBone/Subsystem/NativeSubsystem.cpp:324
Method
getPEB
<summary> Gets WOW64 PEB </summary> <param name="ppeb">Retrieved PEB</param> <returns>PEB pointer</returns>
src/BlackBone/Subsystem/Wow64Subsystem.cpp:314
Method
getPageGranularity
src/3rd_party/AsmJit/base/vmem.cpp:108
Method
getPageSize
src/3rd_party/AsmJit/base/vmem.cpp:103
Method
getPassed
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
Method
getPassedOrderGp
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
Method
getPassedOrderXmm
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
Method
getPriority
src/3rd_party/AsmJit/base/compiler.cpp:541
Method
getPriority
Get variable priority, used by compiler to decide which variable to spill.
src/3rd_party/AsmJit/base/compiler.h:759
Method
getProcessorType
Get processor type.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:211
Function
getQWordAt
Get QWORD at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:246
Method
getRandom
<summary> Get random thread </summary> <returns>Pointer to thread object, nullptr if failed</returns>
src/BlackBone/Process/Threads/Threads.cpp:153
Function
getRedZoneSize
Set stack "Red Zone" size.
src/3rd_party/AsmJit/base/compiler.h:2418
Method
getRegCode
Get register code that equals to '(type << 8) + index'.
src/3rd_party/AsmJit/base/operand.h:574
Method
getRegIndex
Get register index.
src/3rd_party/AsmJit/base/compiler.h:789
Method
getRegIndex
src/3rd_party/AsmJit/base/compiler.h:1242
Method
getRegIndex
Get register index.
src/3rd_party/AsmJit/base/operand.h:407
Function
getRegSize
Get default register size (4 or 8 bytes).
src/3rd_party/AsmJit/base/codegen.h:165
Method
getRegType
Get register type.
src/3rd_party/AsmJit/base/operand.h:402
Method
getRegType
Get register type.
src/3rd_party/AsmJit/base/operand.h:579
Function
getRequiredStackAlignment
Get required stack alignment.
src/3rd_party/AsmJit/base/compiler.h:2401
Method
getRetCount
Get count of function return values.
src/3rd_party/AsmJit/base/compiler.h:1519
Function
getRuntimeType
Get runtime type.
src/3rd_party/AsmJit/base/runtime.h:63
Method
getSaveOnUnuse
src/3rd_party/AsmJit/base/compiler.cpp:560
Method
getSecondaryOpCode
Get the secondary instruction opcode, see \ref kX86InstOpCode. See \ref X86InstInfo::getSecondaryOpCode() for more details.
src/3rd_party/AsmJit/x86/x86inst.h:2133
Method
getSize
Get the size of the constant-pool in bytes.
src/3rd_party/AsmJit/base/constpool.h:241
Method
getSize
Get cell size.
src/3rd_party/AsmJit/base/compiler.h:509
Method
getSize
Get variable size.
src/3rd_party/AsmJit/base/compiler.h:846
Method
getSize
Get size of data.
src/3rd_party/AsmJit/base/compiler.h:1928
Function
getSizeLimit
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
Function
getSpillZoneSize
Set stack "Spill Zone" size.
src/3rd_party/AsmJit/base/compiler.h:2423
Method
getStart
Get start of the current scope.
src/3rd_party/AsmJit/base/context_p.h:64
Method
getState
Get variable state, only used by `Context`.
src/3rd_party/AsmJit/base/compiler.h:774
Method
getState
Get node state.
src/3rd_party/AsmJit/base/compiler.h:1756
Method
getState
Get state for this target.
src/3rd_party/AsmJit/base/compiler.h:2063
Method
getState
Get current state.
src/3rd_party/AsmJit/base/context_p.h:92
Method
getStepping
Get CPU stepping.
src/3rd_party/AsmJit/base/cpuinfo.h:80
Method
getStop
Get stop node.
src/3rd_party/AsmJit/base/context_p.h:61
Function
getStream
Get `FILE*` stream. \note Return value can be `NULL`.
src/3rd_party/AsmJit/base/logger.h:168
Function
getString
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
Method
getTEB
<summary> Get WOW64 TEB </summary> <param name="ppeb">Retrieved TEB</param> <returns>TEB pointer</returns>
src/BlackBone/Subsystem/NativeSubsystem.cpp:362
Method
getTEB
<summary> Get WOW64 TEB </summary> <param name="ppeb">Retrieved TEB</param> <returns>TEB pointer</returns>
src/BlackBone/Subsystem/Wow64Subsystem.cpp:355
Function
getTarget
Get `TargetNode` by `label`.
src/3rd_party/AsmJit/base/compiler.h:2830
Function
getTargetByLabel
Get `TargetNode` by `label`.
src/3rd_party/AsmJit/base/compiler.h:2854
Method
getType
Get variable type.
src/3rd_party/AsmJit/base/compiler.h:721
Function
getUInt32At
Get uint32_t at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:258
Method
getUInt32Lo
Get low 32-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:812
Method
getUInt64
Get immediate value as 64-bit unsigned integer.
src/3rd_party/AsmJit/base/operand.h:791
Method
getUIntPtr
Get immediate value as `uintptr_t`.
src/3rd_party/AsmJit/base/operand.h:802
Function
getUserContext
<summary> Get arbitrary thread data </summary> <returns>Data value</returns>
src/BlackBone/Process/RPC/RemoteContext.hpp:251
Method
getVa
Get temporary VarAttr.
src/3rd_party/AsmJit/base/compiler.h:863
← previous
next →
1,601–1,700 of 2,182, ranked by callers