MCPcopy Create free account

hub / github.com/DarthTon/Blackbone / functions

Functions2,182 in github.com/DarthTon/Blackbone

MethodgetVaByClass
Get VarAttr of `c` class at `index`.
src/3rd_party/AsmJit/x86/x86compiler.h:953
MethodgetVaCountByClass
Get count of variables (by class).
src/3rd_party/AsmJit/x86/x86compiler.h:942
MethodgetVaCountByClass
Get VarAttr count (per class).
src/3rd_party/AsmJit/x86/x86context.cpp:2941
MethodgetVaDone
Get how many variables have been allocated.
src/3rd_party/AsmJit/x86/x86context.cpp:2947
MethodgetVaList
Get variable-attributes list as VarAttr data.
src/3rd_party/AsmJit/x86/x86compiler.h:927
MethodgetVaListByClass
Get variable-attributes list as VarAttr data (by class).
src/3rd_party/AsmJit/x86/x86compiler.h:932
MethodgetVaListByClass
Get VarAttr list (per class).
src/3rd_party/AsmJit/x86/x86context.cpp:2936
MethodgetValue
Get value.
src/3rd_party/AsmJit/base/containers.h:281
MethodgetVarCount
Get how many times the variable is used by the instruction/node.
src/3rd_party/AsmJit/base/compiler.h:1003
MethodgetVarMem
src/3rd_party/AsmJit/x86/x86context_p.h:430
MethodgetVarType
Get variable type.
src/3rd_party/AsmJit/base/compiler.h:573
MethodgetVarType
src/3rd_party/AsmJit/base/compiler.h:1239
MethodgetVd
Get variable.
src/3rd_party/AsmJit/base/compiler.h:2001
MethodgetVendorString
Get CPU vendor string.
src/3rd_party/AsmJit/base/cpuinfo.h:69
FunctiongetWordAt
Get WORD at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:234
MethodgetWriteIndex
Get the destination index of WRITE operation.
src/3rd_party/AsmJit/x86/x86inst.h:2105
MethodgetWriteIndex
Get the destination index of WRITE operation.
src/3rd_party/AsmJit/x86/x86inst.h:2256
MethodgetWriteSize
Get the number of bytes that will be written by a WRITE operation.
src/3rd_party/AsmJit/x86/x86inst.h:2110
MethodgetXyz
Get Xmm/Ymm/Zmm register count.
src/3rd_party/AsmJit/x86/x86operand.h:320
Methodget_ptr
<summary> Get target pointer </summary> <returns>Pointer value or 0 if chain is invalid</returns>
src/BlackBone/Process/MultPtr.hpp:134
Methodgpb_hi
Create 8-bit Gpb-hi register operand.
src/3rd_party/AsmJit/x86/x86operand.h:1777
Methodgpb_lo
Create 8-bit Gpb-lo register operand.
src/3rd_party/AsmJit/x86/x86operand.h:1775
Methodgpd
Create 32-bit Gpd register operand.
src/3rd_party/AsmJit/x86/x86operand.h:1781
Methodgpq
Create 64-bit Gpq register operand (X64).
src/3rd_party/AsmJit/x86/x86operand.h:1783
Methodgpw
Create 16-bit Gpw register operand.
src/3rd_party/AsmJit/x86/x86operand.h:1779
Functiongpz
Get Gpd or Gpq register depending on the current architecture.
src/3rd_party/AsmJit/x86/x86assembler.h:404
Functiongpz
Get Gpd or Gpq register depending on the current architecture.
src/3rd_party/AsmJit/x86/x86compiler.h:2054
MethodguessAlloc
src/3rd_party/AsmJit/x86/x86context.cpp:3652
MethodguessSpill
src/3rd_party/AsmJit/x86/x86context.cpp:3734
Methodhandle
<summary> Get process handle </summary> <returns>Process handle</returns>
src/BlackBone/Process/ProcessCore.h:28
MethodhasBase
Get whether the memory operand has base register.
src/3rd_party/AsmJit/base/operand.h:674
MethodhasBase
Get whether the memory operand has base register.
src/3rd_party/AsmJit/x86/x86operand.h:1308
FunctionhasBaseAddress
Get whether the code-generator has a base address. \sa \ref getBaseAddress()
src/3rd_party/AsmJit/base/codegen.h:176
MethodhasBaseAndIndex
Get whether the memory operand has base and index register.
src/3rd_party/AsmJit/x86/x86operand.h:1434
MethodhasBit
Get whether `x` has bit `n` set.
src/3rd_party/AsmJit/base/intutil.h:297
MethodhasFlag
Get whether `flag` is on.
src/3rd_party/AsmJit/base/compiler.h:994
MethodhasGp
src/3rd_party/AsmJit/x86/x86operand.h:452
MethodhasInRegs
Get whether the mandatory input registers are in used.
src/3rd_party/AsmJit/base/compiler.h:1028
MethodhasInstFlag
Get whether the instruction has a `flag`, see `kX86InstFlags`.
src/3rd_party/AsmJit/x86/x86inst.h:2015
MethodhasK
src/3rd_party/AsmJit/x86/x86operand.h:454
FunctionhasLogger
Get whether the code generator has a logger.
src/3rd_party/AsmJit/base/codegen.h:142
MethodhasMap
Get whether node contains variable allocation instructions.
src/3rd_party/AsmJit/base/compiler.h:1731
MethodhasMm
src/3rd_party/AsmJit/x86/x86operand.h:453
MethodhasShift
Get whether the memory operand has shift used.
src/3rd_party/AsmJit/x86/x86operand.h:1443
MethodhasXyz
src/3rd_party/AsmJit/x86/x86operand.h:455
FunctionheadersSize
<summary> Get size of image headers </summary> <returns>Size of image headers</returns>
src/BlackBone/PE/PEImage.h:214
MethodhkCloseHandle
src/BlackBoneTest/TestLocalHook.cpp:42
FunctionhkTest
src/BlackBoneTest/TestLocalHook.cpp:77
MethodhkTest
src/BlackBoneTest/TestLocalHook.cpp:48
FunctionhkTestFastcall
src/BlackBoneTest/TestLocalHook.cpp:72
MethodhkVFunc
src/BlackBoneTest/TestLocalHook.cpp:54
FunctionhookReturn
<summary> Raise exception on function return </summary> <returns>Masked return address</returns>
src/BlackBone/Process/RPC/RemoteContext.hpp:95
MethodiMax
src/3rd_party/AsmJit/base/intutil.h:123
MethodiMin
src/3rd_party/AsmJit/base/intutil.h:119
FunctionilFlagOffset
src/BlackBone/PE/PEImage.h:240
FunctionimageSize
<summary> Get image size in bytes </summary> <returns>Image size</returns>
src/BlackBone/PE/PEImage.h:208
Functionimm
Create signed immediate value operand.
src/3rd_party/AsmJit/base/operand.h:1068
Functionimm_ptr
Create void* pointer immediate value operand.
src/3rd_party/AsmJit/base/operand.h:1078
Functionimm_u
Create unsigned immediate value operand.
src/3rd_party/AsmJit/base/operand.h:1073
MethodinInterval
src/3rd_party/AsmJit/base/intutil.h:139
MethodindexFromRegCount
Build a register indexes, based on register's `count`. Register index is used by \ref `X86Compiler` in per-instruction register data. Indexes are sor
src/3rd_party/AsmJit/x86/x86operand.h:373
MethodindexNOnesFromRight
src/3rd_party/AsmJit/base/intutil.h:371
MethodindexOf
Get index of `val` or `kInvalidIndex` if not found.
src/3rd_party/AsmJit/base/containers.h:216
Methodinit
src/3rd_party/AsmJit/x86/x86context.cpp:3006
Functionint3
src/3rd_party/AsmJit/x86/x86assembler.h:996
Functionint3
src/3rd_party/AsmJit/x86/x86compiler.h:2964
MethodintAsDouble
Bit-cast 64-bit integer to `double`.
src/3rd_party/AsmJit/base/intutil.h:76
MethodintAsFloat
Bit-cast 32-bit integer to `float`.
src/3rd_party/AsmJit/base/intutil.h:71
MethodintersectStates
src/3rd_party/AsmJit/x86/x86context.cpp:1751
Functionintptr_ptr
Create an architecture dependent intptr_t memory operand.
src/3rd_party/AsmJit/x86/x86assembler.h:409
Functionintptr_ptr
Create an architecture dependent intptr_t memory operand.
src/3rd_party/AsmJit/x86/x86compiler.h:2059
Functionintptr_ptr_abs
\overload
src/3rd_party/AsmJit/x86/x86assembler.h:425
Functionintptr_ptr_abs
\overload
src/3rd_party/AsmJit/x86/x86compiler.h:2075
MethodisAligned
src/3rd_party/AsmJit/base/intutil.h:395
MethodisCalculated
Get variable content can be calculated by a simple instruction.
src/3rd_party/AsmJit/base/compiler.h:834
FunctionisCaller
Get whether the function is also a caller.
src/3rd_party/AsmJit/base/compiler.h:2385
MethodisEmpty
src/3rd_party/AsmJit/base/constpool.h:89
MethodisEmpty
Get whether the constant-pool is empty.
src/3rd_party/AsmJit/base/constpool.h:236
MethodisEmpty
Get whether the vector is empty.
src/3rd_party/AsmJit/base/containers.h:124
MethodisEmpty
src/3rd_party/AsmJit/base/containers.h:304
MethodisEmpty
Get whether all register masks are zero (empty).
src/3rd_party/AsmJit/x86/x86operand.h:435
FunctionisExe
<summary> Check if image is an executable file and not a dll </summary> <returns>true if image is an *.exe</returns>
src/BlackBone/PE/PEImage.h:233
FunctionisFinished
Get whether the function is finished.
src/3rd_party/AsmJit/base/compiler.h:2393
MethodisFlow
Get whether the instruction is a control-flow intruction. Control flow instruction is instruction that can perform a branch, typically `jmp`, `jcc`,
src/3rd_party/AsmJit/x86/x86inst.h:2028
MethodisFp
Get whether the node is `InstNode` and the instruction uses x87-FPU.
src/3rd_party/AsmJit/base/compiler.h:1715
MethodisFp
Get whether the instruction accesses Fp register(s).
src/3rd_party/AsmJit/x86/x86inst.h:2058
MethodisGp
Get whether the variable is Gp register.
src/3rd_party/AsmJit/x86/x86compiler.h:552
MethodisGpbHi
Get whether the variable is Gpb-hi (8-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:558
MethodisGpbLo
Get whether the variable is Gpb-lo (8-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:556
MethodisGpbReg
Get whether the `op` operand is Gpb-Lo or Gpb-Hi register.
src/3rd_party/AsmJit/x86/x86operand.h:706
MethodisGpd
Get whether the variable is Gpd (32-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:562
MethodisGpq
Get whether the variable is Gpq (64-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:564
MethodisGpw
Get whether the variable is Gpw (16-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:560
MethodisHooked
src/BlackBone/Process/RPC/RemoteLocalHook.h:66
MethodisInitialized
Get whether the label has been initialized by `Assembler` or `Compiler`.
src/3rd_party/AsmJit/base/operand.h:1045
MethodisInt16
Get whether the immediate can be casted to 16-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:767
MethodisInt16
src/3rd_party/AsmJit/base/intutil.h:167
MethodisInt32
Get whether the immediate can be casted to 32-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:772
MethodisInt32
src/3rd_party/AsmJit/base/intutil.h:185
MethodisInt8
Get whether the immediate can be casted to 8-bit signed integer.
src/3rd_party/AsmJit/base/operand.h:762
← previousnext →1,701–1,800 of 2,182, ranked by callers