MCPcopy Create free account

hub / github.com/DarthTon/Blackbone / functions

Functions2,182 in github.com/DarthTon/Blackbone

Functionduint32
Add 32-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2393
Functionduint64
Add 64-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:466
Functionduint64
Add 64-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2398
Functionduint8
Add 8-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:451
Functionduint8
Add 8-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2383
Methodduplicate
src/3rd_party/AsmJit/x86/x86context.cpp:4231
Functiondw
Add 16-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:442
Functiondw
Add 16-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2374
Functiondxmm
Add Xmm data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:476
Functiondxmm
Add Xmm data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2408
Functiondymm
Add Ymm data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:478
Functiondymm
Add Ymm data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2410
MethodeType>
src/BlackBoneTest/Common.h:48
MethodembedLabel
src/3rd_party/AsmJit/x86/x86assembler.cpp:352
Methodemit
src/3rd_party/AsmJit/base/assembler.cpp:326
MethodemitLoad
src/3rd_party/AsmJit/x86/x86context.cpp:644
MethodemitSave
src/3rd_party/AsmJit/x86/x86context.cpp:725
MethodemitSwapGp
src/3rd_party/AsmJit/x86/x86context.cpp:875
MethodendFunc
src/3rd_party/AsmJit/x86/x86compiler.cpp:1127
Methodentry
src/BlackBone/Include/ApiSet.h:30
Methodentry
src/BlackBone/Include/ApiSet.h:52
Methodentry
src/BlackBone/Include/ApiSet.h:115
Methodentry
src/BlackBone/Include/ApiSet.h:149
Methodentry
src/BlackBone/Include/ApiSet.h:168
FunctionentryPoint
<summary> Get image entry point rebased to another image base </summary> <param name="base">New image base</param> <returns>New entry point address</r
src/BlackBone/PE/PEImage.h:221
Methodeq
Check for equality with `other`.
src/3rd_party/AsmJit/base/string.h:305
Methodeq
src/3rd_party/AsmJit/base/string.cpp:347
Methodfetch
\internal Prepare the given function `func`. For each node: - Create and assign groupId and flowId. - Collect all variables and merge them to vaList
src/3rd_party/AsmJit/x86/x86context.cpp:2081
MethodfindFirstBit
Find a first bit in `mask`.
src/3rd_party/AsmJit/base/intutil.h:338
MethodfindFirstBitSlow
\internal
src/3rd_party/AsmJit/base/intutil.h:319
MethodfloatAsInt
Bit-cast `float` to 32-bit integer.
src/3rd_party/AsmJit/base/intutil.h:69
Methodflush
src/3rd_party/AsmJit/base/runtime.cpp:79
Methodfn1
src/BlackBoneTest/TestMultiPtr.cpp:12
Methodfn2
src/BlackBoneTest/TestMultiPtr.cpp:13
Methodfp
Create 80-bit Fp register operand.
src/3rd_party/AsmJit/x86/x86operand.h:1785
FunctionfromDf
Set all two SP-FP values.
src/3rd_party/AsmJit/base/vectypes.h:177
FunctionfromSb
Set all eight 8-bit signed integers.
src/3rd_party/AsmJit/base/vectypes.h:33
FunctionfromSd
Set all two 32-bit signed integers.
src/3rd_party/AsmJit/base/vectypes.h:105
FunctionfromSf
Set all two SP-FP values.
src/3rd_party/AsmJit/base/vectypes.h:159
FunctionfromSq
Set 64-bit signed integer.
src/3rd_party/AsmJit/base/vectypes.h:141
FunctionfromSw
Set all four 16-bit signed integers.
src/3rd_party/AsmJit/base/vectypes.h:69
FunctionfromUInt64
src/3rd_party/AsmJit/base/intutil.h:448
FunctionfromUb
Set all eight 8-bit unsigned integers.
src/3rd_party/AsmJit/base/vectypes.h:51
FunctionfromUd
Set all two 32-bit unsigned integers.
src/3rd_party/AsmJit/base/vectypes.h:123
FunctionfromUq
Set 64-bit unsigned integer.
src/3rd_party/AsmJit/base/vectypes.h:150
FunctionfromUw
Set all four 16-bit unsigned integers.
src/3rd_party/AsmJit/base/vectypes.h:87
Methodget
Get register count by `classId`.
src/3rd_party/AsmJit/x86/x86operand.h:308
Methodget
<summary> Object getters </summary> <returns>Object pointer, if valid</returns>
src/BlackBone/Process/MultPtr.hpp:36
MethodgetAlignment
Get minimum alignment.
src/3rd_party/AsmJit/base/constpool.h:246
MethodgetAlignment
Get variable alignment.
src/3rd_party/AsmJit/base/compiler.h:844
FunctiongetArg
Get argument at `i`.
src/3rd_party/AsmJit/base/compiler.h:2353
FunctiongetArg
<summary> Get argument value. Argument index is 0 based. For x86 function works only with stack arguments For x64 only integer arguments can be retrie
src/BlackBone/Process/RPC/RemoteContext.hpp:127
MethodgetArgCount
Get count of function arguments.
src/3rd_party/AsmJit/base/compiler.h:1299
FunctiongetArgList
Get arguments list.
src/3rd_party/AsmJit/base/compiler.h:2348
MethodgetArgList
Get function arguments' IDs.
src/3rd_party/AsmJit/base/compiler.h:1297
FunctiongetArgStackSize
Get stack size used by function arguments.
src/3rd_party/AsmJit/base/compiler.h:2428
MethodgetAssembler
src/3rd_party/AsmJit/base/compiler.cpp:592
MethodgetAvailable
Get available space.
src/3rd_party/AsmJit/base/vmem.cpp:410
MethodgetBase
Get memory operand base id, or `kInvalidValue`.
src/3rd_party/AsmJit/base/operand.h:679
FunctiongetBaseAddress
Get the base address.
src/3rd_party/AsmJit/base/codegen.h:181
MethodgetBlockSize
Get the size of the block.
src/3rd_party/AsmJit/base/zone.h:51
MethodgetBrandIndex
Get brand index.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:216
MethodgetBrandString
Get CPU brand string.
src/3rd_party/AsmJit/base/cpuinfo.h:71
FunctiongetBuffer
Get buffer.
src/3rd_party/AsmJit/base/assembler.h:182
FunctiongetCallStackSize
Get stack size used by function calls.
src/3rd_party/AsmJit/base/compiler.h:2434
MethodgetCapacity
Get string builder capacity.
src/3rd_party/AsmJit/base/string.h:97
MethodgetCapacity
Get capacity.
src/3rd_party/AsmJit/base/containers.h:134
MethodgetClass
Get variable class.
src/3rd_party/AsmJit/base/compiler.h:726
MethodgetCompiler
Get compiler.
src/3rd_party/AsmJit/base/context_p.h:56
MethodgetContext
Get the context.
src/3rd_party/AsmJit/x86/x86context.cpp:2926
MethodgetConvention
Get function calling convention, see `kFuncConv`.
src/3rd_party/AsmJit/base/compiler.h:1492
FunctiongetCursor
Get the current position in the buffer.
src/3rd_party/AsmJit/base/assembler.h:192
FunctiongetDWordAt
Get DWORD at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:240
MethodgetData
Get null-terminated string data.
src/3rd_party/AsmJit/base/string.h:102
MethodgetData
Get data.
src/3rd_party/AsmJit/base/containers.h:34
FunctiongetDecl
Get function declaration.
src/3rd_party/AsmJit/base/compiler.h:2345
MethodgetDecl
Get function declaration.
src/3rd_party/AsmJit/base/compiler.h:2593
MethodgetDecl
Get function prototype.
src/3rd_party/AsmJit/x86/x86compiler.h:1383
MethodgetDesc
Get variable description, see `kVarFlag`.
src/3rd_party/AsmJit/x86/x86compiler.h:468
MethodgetDirection
Get direction of arguments passed on the stack. Direction should be always `kFuncDirRtl`. \note This is related to used calling convention, it's not
src/3rd_party/AsmJit/base/compiler.h:1503
MethodgetDisplacement
Get memory operand relative displacement.
src/3rd_party/AsmJit/base/operand.h:690
MethodgetEFlagsIn
Get EFLAGS that the instruction reads, see \ref kX86EFlags.
src/3rd_party/AsmJit/x86/x86inst.h:2091
MethodgetEFlagsIn
Get EFLAGS that the instruction reads, see \ref kX86EFlags.
src/3rd_party/AsmJit/x86/x86inst.h:2242
MethodgetEFlagsOut
Get EFLAGS that the instruction writes, see \ref kX86EFlags.
src/3rd_party/AsmJit/x86/x86inst.h:2096
MethodgetEFlagsOut
Get EFLAGS that the instruction writes, see \ref kX86EFlags.
src/3rd_party/AsmJit/x86/x86inst.h:2247
MethodgetEncodingId
Get instruction encoding, see \ref kX86InstEncoding.
src/3rd_party/AsmJit/x86/x86inst.h:2006
FunctiongetEnd
Get function `EndNode`.
src/3rd_party/AsmJit/base/compiler.h:2343
FunctiongetEnd
Get the end of the buffer (points to the first byte that is outside).
src/3rd_party/AsmJit/base/assembler.h:187
FunctiongetEntryLabel
Get function entry label.
src/3rd_party/AsmJit/base/compiler.h:2338
FunctiongetErrorHandler
Get error handler.
src/3rd_party/AsmJit/base/codegen.h:213
FunctiongetExitLabel
Get function exit label.
src/3rd_party/AsmJit/base/compiler.h:2340
FunctiongetExitNode
Function declaration node. Functions are base blocks for generating assembler output. Each generated assembler stream needs standard entry and leave
src/3rd_party/AsmJit/base/compiler.h:2298
FunctiongetExpectedStackAlignment
Get expected stack alignment.
src/3rd_party/AsmJit/base/compiler.h:2396
FunctiongetFeatures
Get code-generator features.
src/3rd_party/AsmJit/base/codegen.h:245
FunctiongetFirstNode
Get first node.
src/3rd_party/AsmJit/base/compiler.h:2762
MethodgetFlags
Get variable flags.
src/3rd_party/AsmJit/base/compiler.h:823
MethodgetFlags
Get flags.
src/3rd_party/AsmJit/base/compiler.h:989
MethodgetFlushCacheLineSize
Get flush cache line size.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:221
MethodgetFunc
Get function.
src/3rd_party/AsmJit/base/context_p.h:59
MethodgetFunc
Get function as `X86FuncNode`.
src/3rd_party/AsmJit/x86/x86context_p.h:82
← previousnext →1,501–1,600 of 2,182, ranked by callers