MCPcopy Create free account

hub / github.com/DarthTon/Blackbone / functions

Functions2,182 in github.com/DarthTon/Blackbone

MethodisInt8
src/3rd_party/AsmJit/base/intutil.h:149
MethodisK
Get whether the variable is K (64-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:569
MethodisK
Get whether the register is K (64-bit) register.
src/3rd_party/AsmJit/x86/x86operand.h:687
FunctionisLabelBound
Get whether the `label` is bound. \note It's an error to pass label that is not valid. Check the validity of the label by using `isLabelValid()` meth
src/3rd_party/AsmJit/base/assembler.h:347
MethodisLabelId
Get whether the id refers to `Label`. \note The function will never return `true` if the id is `kInvalidValue`.
src/3rd_party/AsmJit/base/operand.h:512
MethodisMm
Get whether the variable is Mm (64-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:567
FunctionisNaked
Get whether the function is naked.
src/3rd_party/AsmJit/base/compiler.h:2383
FunctionisNonZero
src/3rd_party/AsmJit/base/intutil.h:637
FunctionisPlainData
<summary> true if image is mapped as plain data file </summary> <returns>true if mapped as plain data file, false if mapped as image</returns>
src/BlackBone/PE/PEImage.h:258
MethodisPowerOf2
src/3rd_party/AsmJit/base/intutil.h:207
MethodisRegCode
Get whether the operand is register and of `type` and `index`.
src/3rd_party/AsmJit/base/operand.h:417
MethodisRegOrMem
Get whether the operand is a register or memory.
src/3rd_party/AsmJit/base/operand.h:422
MethodisRegType
Get whether the operand is register of `type`.
src/3rd_party/AsmJit/base/operand.h:412
MethodisRip
Get whether the register is RIP.
src/3rd_party/AsmJit/x86/x86operand.h:697
MethodisSet
Get whether the argument / return value is assigned.
src/3rd_party/AsmJit/base/compiler.h:1248
MethodisSpecial
Get whether the node is `InstNode` and the instruction is special.
src/3rd_party/AsmJit/base/compiler.h:1713
MethodisSpecialMem
Get whether the instruction is special type and it performs memory access.
src/3rd_party/AsmJit/x86/x86inst.h:2074
FunctionisStackAdjusted
Get whether the stack pointer is adjusted inside function prolog/epilog.
src/3rd_party/AsmJit/base/compiler.h:2390
FunctionisStackMisaligned
Get whether the required stack alignment is lower than expected one, thus it has to be aligned manually.
src/3rd_party/AsmJit/base/compiler.h:2388
MethodisUInt16
Get whether the immediate can be casted to 16-bit unsigned integer.
src/3rd_party/AsmJit/base/operand.h:769
MethodisUInt16
src/3rd_party/AsmJit/base/intutil.h:176
MethodisUInt32
src/3rd_party/AsmJit/base/intutil.h:194
MethodisUInt8
Get whether the immediate can be casted to 8-bit unsigned integer.
src/3rd_party/AsmJit/base/operand.h:764
MethodisUInt8
src/3rd_party/AsmJit/base/intutil.h:158
MethodisVaDone
Get whether all variables of class `c` are done.
src/3rd_party/AsmJit/x86/x86context.cpp:2944
MethodisVarId
Get whether the id refers to `Var`. \note The function will never return `true` if the id is `kInvalidValue`. The trick is to compare a given id to -
src/3rd_party/AsmJit/base/operand.h:505
MethodisX64
src/3rd_party/AsmJit/x86/x86context_p.h:68
MethodisXmm
Get whether the variable is Xmm (128-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:572
MethodisYmm
Get whether the variable is Ymm (256-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:574
FunctionisZero
src/3rd_party/AsmJit/base/intutil.h:633
MethodisZmm
Get whether the variable is Zmm (512-bit) register.
src/3rd_party/AsmJit/x86/x86compiler.h:576
MethodisZmm
Get whether the register is Zmm (512-bit) register.
src/3rd_party/AsmJit/x86/x86operand.h:694
Functionjmp
src/3rd_party/AsmJit/x86/x86assembler.h:1013
Functionjmp
src/3rd_party/AsmJit/x86/x86compiler.h:2981
Methodk
Create 64-bit K register operand.
src/3rd_party/AsmJit/x86/x86operand.h:1789
MethodkeepNOnesFromRight
src/3rd_party/AsmJit/base/intutil.h:355
FunctionlastError
<summary> Get last thread error code </summary> <returns>Last error code, -1 if function failed</returns>
src/BlackBone/Process/RPC/RemoteContext.hpp:198
MethodlivenessAnalysis
src/3rd_party/AsmJit/base/context.cpp:315
Methodload
src/3rd_party/AsmJit/x86/x86context_p.h:220
Methodload
<summary> Load function into database </summary> <param name="name">Function name</param> <param name="module">Module name</param> <returns>true on su
src/BlackBone/Misc/DynImport.h:81
Methodm
Cast this variable to a memory operand. \note Size of operand depends on native variable type, you can use other variants if you want specific one.
src/3rd_party/AsmJit/x86/x86compiler.h:586
Methodm128
Cast this variable to 128-bit memory operand.
src/3rd_party/AsmJit/x86/x86compiler.h:646
Methodm16
Cast this variable to 16-bit memory operand.
src/3rd_party/AsmJit/x86/x86compiler.h:606
Methodm256
Cast this variable to 256-bit memory operand.
src/3rd_party/AsmJit/x86/x86compiler.h:656
Methodm32
Cast this variable to 32-bit memory operand.
src/3rd_party/AsmJit/x86/x86compiler.h:616
Methodm512
Cast this variable to 256-bit memory operand.
src/3rd_party/AsmJit/x86/x86compiler.h:666
Methodm64
Cast this variable to 64-bit memory operand.
src/3rd_party/AsmJit/x86/x86compiler.h:626
Methodm8
Cast this variable to 8-bit memory operand.
src/3rd_party/AsmJit/x86/x86compiler.h:596
Methodm80
Cast this variable to 80-bit memory operand (long double).
src/3rd_party/AsmJit/x86/x86compiler.h:636
FunctionmType
<summary> Get image type. 32/64 bit </summary> <returns>Image type</returns>
src/BlackBone/PE/PEImage.h:246
Functionmain
src/3rd_party/rewolf-wow64ext/sample/main.cpp:58
Functionmain
src/Samples/Main.cpp:12
Methodmake
src/3rd_party/AsmJit/x86/x86compiler.cpp:1322
MethodmakeLabelId
Make label id.
src/3rd_party/AsmJit/base/operand.h:491
MethodmakeVarId
Make variable id.
src/3rd_party/AsmJit/base/operand.h:486
FunctionmanifestID
<summary> Get manifest resource ID </summary> <returns>Manifest resource ID</returns>
src/BlackBone/PE/PEImage.h:264
Methodmask
Generate a bit-mask that has `x` bit set.
src/3rd_party/AsmJit/base/intutil.h:216
MethodmaxAddr32
<summary> Get highest possible valid address value </summary> <returns>Address value</returns>
src/BlackBone/Subsystem/NativeSubsystem.h:229
MethodmaxUInt
src/3rd_party/AsmJit/base/intutil.h:131
FunctionmergeCallStackSize
Merge stack size used by function call with `s`.
src/3rd_party/AsmJit/base/compiler.h:2436
Methodmm
Create 64-bit Mm register operand.
src/3rd_party/AsmJit/x86/x86operand.h:1787
MethodmmShuffle
Pack a shuffle constant to be used with multimedia instrutions (2 values). \param x First component position, number at interval [0, 1] inclusive. \p
src/3rd_party/AsmJit/x86/x86inst.h:2378
Methodmodified
src/3rd_party/AsmJit/x86/x86context.cpp:3745
Methodmodify
src/3rd_party/AsmJit/x86/x86context_p.h:377
Functionmov_ptr
\overload
src/3rd_party/AsmJit/x86/x86assembler.h:1056
Functionmov_ptr
\overload
src/3rd_party/AsmJit/x86/x86compiler.h:3021
Methodmove
src/3rd_party/AsmJit/x86/x86context_p.h:261
Methodmulti_ptr
src/BlackBone/Process/MultPtr.hpp:26
Methodmulti_ptr_ex
<summary> Initializes a new instance of the <see cref="multi_ptr_ex"/> class. </summary> <param name="proc">Target process</param> <param name="base">
src/BlackBone/Process/MultPtr.hpp:99
MethodnegateCond
Get the equivalent of negated condition code.
src/3rd_party/AsmJit/x86/x86inst.h:2341
MethodnewAlign
src/3rd_party/AsmJit/base/compiler.cpp:281
MethodnewBits
src/3rd_party/AsmJit/base/context_p.h:141
FunctionnewByteConst
Put a BYTE `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2334
MethodnewCall
src/3rd_party/AsmJit/x86/x86compiler.cpp:1173
MethodnewComment
src/3rd_party/AsmJit/base/compiler.cpp:388
FunctionnewDWordConst
Put a DWORD `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2338
FunctionnewDoubleConst
Put a DP-FP `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2358
MethodnewEmbed
src/3rd_party/AsmJit/base/compiler.cpp:354
FunctionnewFloatConst
Put a SP-FP `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2356
MethodnewFunc
src/3rd_party/AsmJit/x86/x86compiler.cpp:1060
FunctionnewGpVar
Create a new Gp variable.
src/3rd_party/AsmJit/x86/x86compiler.h:2268
MethodnewHint
src/3rd_party/AsmJit/base/compiler.cpp:438
MethodnewInst
src/3rd_party/AsmJit/x86/x86compiler.cpp:821
FunctionnewInt16Const
Put a WORD `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2343
FunctionnewInt32Const
Put a DWORD `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2347
FunctionnewInt64Const
Put a QWORD `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2351
FunctionnewLabel
Create and return a new `Label`.
src/3rd_party/AsmJit/base/compiler.h:2885
FunctionnewLabel
Create and return a new `Label`.
src/3rd_party/AsmJit/base/assembler.h:396
FunctionnewMmConst
Put a MMX `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2361
FunctionnewMmVar
Create a new Mm variable.
src/3rd_party/AsmJit/x86/x86compiler.h:2278
FunctionnewNode
src/3rd_party/AsmJit/base/compiler.h:2738
FunctionnewQWordConst
Put a QWORD `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2340
MethodnewRet
src/3rd_party/AsmJit/x86/x86compiler.cpp:1151
FunctionnewStack
Create a new memory chunk allocated on the current function's stack.
src/3rd_party/AsmJit/x86/x86compiler.h:2314
FunctionnewUInt16Const
Put a WORD `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2345
FunctionnewUInt32Const
Put a DWORD `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2349
FunctionnewUInt64Const
Put a QWORD `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2353
FunctionnewWordConst
Put a WORD `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2336
FunctionnewXmmConst
Put a XMM `val` to a constant-pool.
src/3rd_party/AsmJit/x86/x86compiler.h:2363
FunctionnewXmmVar
Create a new Xmm variable.
src/3rd_party/AsmJit/x86/x86compiler.h:2288
← previousnext →1,801–1,900 of 2,182, ranked by callers