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
duint32
Add 32-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2393
Function
duint64
Add 64-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:466
Function
duint64
Add 64-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2398
Function
duint8
Add 8-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:451
Function
duint8
Add 8-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2383
Method
duplicate
src/3rd_party/AsmJit/x86/x86context.cpp:4231
Function
dw
Add 16-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:442
Function
dw
Add 16-bit integer data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2374
Function
dxmm
Add Xmm data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:476
Function
dxmm
Add Xmm data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2408
Function
dymm
Add Ymm data to the instruction stream.
src/3rd_party/AsmJit/x86/x86assembler.h:478
Function
dymm
Add Ymm data to the instruction stream.
src/3rd_party/AsmJit/x86/x86compiler.h:2410
Method
eType>
src/BlackBoneTest/Common.h:48
Method
embedLabel
src/3rd_party/AsmJit/x86/x86assembler.cpp:352
Method
emit
src/3rd_party/AsmJit/base/assembler.cpp:326
Method
emitLoad
src/3rd_party/AsmJit/x86/x86context.cpp:644
Method
emitSave
src/3rd_party/AsmJit/x86/x86context.cpp:725
Method
emitSwapGp
src/3rd_party/AsmJit/x86/x86context.cpp:875
Method
endFunc
src/3rd_party/AsmJit/x86/x86compiler.cpp:1127
Method
entry
src/BlackBone/Include/ApiSet.h:30
Method
entry
src/BlackBone/Include/ApiSet.h:52
Method
entry
src/BlackBone/Include/ApiSet.h:115
Method
entry
src/BlackBone/Include/ApiSet.h:149
Method
entry
src/BlackBone/Include/ApiSet.h:168
Function
entryPoint
<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
Method
eq
Check for equality with `other`.
src/3rd_party/AsmJit/base/string.h:305
Method
eq
src/3rd_party/AsmJit/base/string.cpp:347
Method
fetch
\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
Method
findFirstBit
Find a first bit in `mask`.
src/3rd_party/AsmJit/base/intutil.h:338
Method
findFirstBitSlow
\internal
src/3rd_party/AsmJit/base/intutil.h:319
Method
floatAsInt
Bit-cast `float` to 32-bit integer.
src/3rd_party/AsmJit/base/intutil.h:69
Method
flush
src/3rd_party/AsmJit/base/runtime.cpp:79
Method
fn1
src/BlackBoneTest/TestMultiPtr.cpp:12
Method
fn2
src/BlackBoneTest/TestMultiPtr.cpp:13
Method
fp
Create 80-bit Fp register operand.
src/3rd_party/AsmJit/x86/x86operand.h:1785
Function
fromDf
Set all two SP-FP values.
src/3rd_party/AsmJit/base/vectypes.h:177
Function
fromSb
Set all eight 8-bit signed integers.
src/3rd_party/AsmJit/base/vectypes.h:33
Function
fromSd
Set all two 32-bit signed integers.
src/3rd_party/AsmJit/base/vectypes.h:105
Function
fromSf
Set all two SP-FP values.
src/3rd_party/AsmJit/base/vectypes.h:159
Function
fromSq
Set 64-bit signed integer.
src/3rd_party/AsmJit/base/vectypes.h:141
Function
fromSw
Set all four 16-bit signed integers.
src/3rd_party/AsmJit/base/vectypes.h:69
Function
fromUInt64
src/3rd_party/AsmJit/base/intutil.h:448
Function
fromUb
Set all eight 8-bit unsigned integers.
src/3rd_party/AsmJit/base/vectypes.h:51
Function
fromUd
Set all two 32-bit unsigned integers.
src/3rd_party/AsmJit/base/vectypes.h:123
Function
fromUq
Set 64-bit unsigned integer.
src/3rd_party/AsmJit/base/vectypes.h:150
Function
fromUw
Set all four 16-bit unsigned integers.
src/3rd_party/AsmJit/base/vectypes.h:87
Method
get
Get register count by `classId`.
src/3rd_party/AsmJit/x86/x86operand.h:308
Method
get
<summary> Object getters </summary> <returns>Object pointer, if valid</returns>
src/BlackBone/Process/MultPtr.hpp:36
Method
getAlignment
Get minimum alignment.
src/3rd_party/AsmJit/base/constpool.h:246
Method
getAlignment
Get variable alignment.
src/3rd_party/AsmJit/base/compiler.h:844
Function
getArg
Get argument at `i`.
src/3rd_party/AsmJit/base/compiler.h:2353
Function
getArg
<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
Method
getArgCount
Get count of function arguments.
src/3rd_party/AsmJit/base/compiler.h:1299
Function
getArgList
Get arguments list.
src/3rd_party/AsmJit/base/compiler.h:2348
Method
getArgList
Get function arguments' IDs.
src/3rd_party/AsmJit/base/compiler.h:1297
Function
getArgStackSize
Get stack size used by function arguments.
src/3rd_party/AsmJit/base/compiler.h:2428
Method
getAssembler
src/3rd_party/AsmJit/base/compiler.cpp:592
Method
getAvailable
Get available space.
src/3rd_party/AsmJit/base/vmem.cpp:410
Method
getBase
Get memory operand base id, or `kInvalidValue`.
src/3rd_party/AsmJit/base/operand.h:679
Function
getBaseAddress
Get the base address.
src/3rd_party/AsmJit/base/codegen.h:181
Method
getBlockSize
Get the size of the block.
src/3rd_party/AsmJit/base/zone.h:51
Method
getBrandIndex
Get brand index.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:216
Method
getBrandString
Get CPU brand string.
src/3rd_party/AsmJit/base/cpuinfo.h:71
Function
getBuffer
Get buffer.
src/3rd_party/AsmJit/base/assembler.h:182
Function
getCallStackSize
Get stack size used by function calls.
src/3rd_party/AsmJit/base/compiler.h:2434
Method
getCapacity
Get string builder capacity.
src/3rd_party/AsmJit/base/string.h:97
Method
getCapacity
Get capacity.
src/3rd_party/AsmJit/base/containers.h:134
Method
getClass
Get variable class.
src/3rd_party/AsmJit/base/compiler.h:726
Method
getCompiler
Get compiler.
src/3rd_party/AsmJit/base/context_p.h:56
Method
getContext
Get the context.
src/3rd_party/AsmJit/x86/x86context.cpp:2926
Method
getConvention
Get function calling convention, see `kFuncConv`.
src/3rd_party/AsmJit/base/compiler.h:1492
Function
getCursor
Get the current position in the buffer.
src/3rd_party/AsmJit/base/assembler.h:192
Function
getDWordAt
Get DWORD at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:240
Method
getData
Get null-terminated string data.
src/3rd_party/AsmJit/base/string.h:102
Method
getData
Get data.
src/3rd_party/AsmJit/base/containers.h:34
Function
getDecl
Get function declaration.
src/3rd_party/AsmJit/base/compiler.h:2345
Method
getDecl
Get function declaration.
src/3rd_party/AsmJit/base/compiler.h:2593
Method
getDecl
Get function prototype.
src/3rd_party/AsmJit/x86/x86compiler.h:1383
Method
getDesc
Get variable description, see `kVarFlag`.
src/3rd_party/AsmJit/x86/x86compiler.h:468
Method
getDirection
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
Method
getDisplacement
Get memory operand relative displacement.
src/3rd_party/AsmJit/base/operand.h:690
Method
getEFlagsIn
Get EFLAGS that the instruction reads, see \ref kX86EFlags.
src/3rd_party/AsmJit/x86/x86inst.h:2091
Method
getEFlagsIn
Get EFLAGS that the instruction reads, see \ref kX86EFlags.
src/3rd_party/AsmJit/x86/x86inst.h:2242
Method
getEFlagsOut
Get EFLAGS that the instruction writes, see \ref kX86EFlags.
src/3rd_party/AsmJit/x86/x86inst.h:2096
Method
getEFlagsOut
Get EFLAGS that the instruction writes, see \ref kX86EFlags.
src/3rd_party/AsmJit/x86/x86inst.h:2247
Method
getEncodingId
Get instruction encoding, see \ref kX86InstEncoding.
src/3rd_party/AsmJit/x86/x86inst.h:2006
Function
getEnd
Get function `EndNode`.
src/3rd_party/AsmJit/base/compiler.h:2343
Function
getEnd
Get the end of the buffer (points to the first byte that is outside).
src/3rd_party/AsmJit/base/assembler.h:187
Function
getEntryLabel
Get function entry label.
src/3rd_party/AsmJit/base/compiler.h:2338
Function
getErrorHandler
Get error handler.
src/3rd_party/AsmJit/base/codegen.h:213
Function
getExitLabel
Get function exit label.
src/3rd_party/AsmJit/base/compiler.h:2340
Function
getExitNode
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
Function
getExpectedStackAlignment
Get expected stack alignment.
src/3rd_party/AsmJit/base/compiler.h:2396
Function
getFeatures
Get code-generator features.
src/3rd_party/AsmJit/base/codegen.h:245
Function
getFirstNode
Get first node.
src/3rd_party/AsmJit/base/compiler.h:2762
Method
getFlags
Get variable flags.
src/3rd_party/AsmJit/base/compiler.h:823
Method
getFlags
Get flags.
src/3rd_party/AsmJit/base/compiler.h:989
Method
getFlushCacheLineSize
Get flush cache line size.
src/3rd_party/AsmJit/x86/x86cpuinfo.h:221
Method
getFunc
Get function.
src/3rd_party/AsmJit/base/context_p.h:59
Method
getFunc
Get function as `X86FuncNode`.
src/3rd_party/AsmJit/x86/x86context_p.h:82
← previous
next →
1,501–1,600 of 2,182, ranked by callers