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
resetErrorHandler
Clear error handler.
src/3rd_party/AsmJit/base/codegen.h:221
Method
resetInRegIndex
Reset the input register index.
src/3rd_party/AsmJit/base/compiler.h:1016
Function
resetIndentation
Reset indentation.
src/3rd_party/AsmJit/base/logger.h:128
Method
resetMemOpIndex
Reset memory operand index, setting it to 0xFF.
src/3rd_party/AsmJit/base/compiler.h:2198
Method
resetOutRegIndex
Reset the output register index.
src/3rd_party/AsmJit/base/compiler.h:1025
Method
resetVa
Reset temporary VarAttr.
src/3rd_party/AsmJit/base/compiler.h:867
Method
reverseCond
Corresponds to transposing the operands of a comparison.
src/3rd_party/AsmJit/x86/x86inst.h:2335
Method
run
src/3rd_party/AsmJit/x86/x86scheduler.cpp:68
Method
safeCall
src/BlackBone/Misc/DynImport.h:69
Method
safeNativeCall
src/BlackBone/Misc/DynImport.h:55
Method
save
src/3rd_party/AsmJit/base/compiler.cpp:529
Method
save
src/3rd_party/AsmJit/x86/x86context_p.h:236
Method
save
src/3rd_party/AsmJit/x86/x86context.cpp:4336
Method
saveOnUnuse
Get whether to save variable when it's unused (spill).
src/3rd_party/AsmJit/base/compiler.h:836
Method
saveState
src/3rd_party/AsmJit/x86/x86context.cpp:1558
Function
saveUnsafe
Save variable `var` (if initialized) if the status is `modified` at this point.
src/3rd_party/AsmJit/base/compiler.h:3010
Method
schedule
src/3rd_party/AsmJit/base/context.cpp:496
Method
schedule
src/3rd_party/AsmJit/x86/x86context.cpp:5316
Method
serialize
src/3rd_party/AsmJit/x86/x86compiler.cpp:1351
Method
serialize
src/3rd_party/AsmJit/x86/x86context.cpp:5715
Method
set
Set register count by `classId`.
src/3rd_party/AsmJit/x86/x86operand.h:327
Method
set
Manually set argument to custom value
src/BlackBone/Process/RPC/RemoteFunction.hpp:45
Method
setAlignStackSize
Set stack size needed to align stack back to the nature alignment.
src/3rd_party/AsmJit/x86/x86compiler.h:1289
Method
setAlignment
Set cell alignment.
src/3rd_party/AsmJit/base/compiler.h:516
Function
setAllocType
Set the type of allocation.
src/3rd_party/AsmJit/base/runtime.h:230
Method
setAllocableRegs
Set allocable input registers (mask).
src/3rd_party/AsmJit/base/compiler.h:1043
Method
setArch
src/3rd_party/AsmJit/x86/x86assembler.cpp:311
Method
setArch
src/3rd_party/AsmJit/x86/x86compiler.cpp:729
Function
setArg
<summary> Set argument value. For x86 function works only with stack arguments. For x64 only integer arguments can be set </summary> <param name="inde
src/BlackBone/Process/RPC/RemoteContext.hpp:162
Method
setArg
src/3rd_party/AsmJit/base/compiler.h:1346
Method
setArg
Set argument at `i` to `var`.
src/3rd_party/AsmJit/x86/x86compiler.h:1404
Method
setArgT
src/3rd_party/AsmJit/base/compiler.h:1362
Method
setChar
Replace the current content by `c` character.
src/3rd_party/AsmJit/base/string.h:152
Method
setChars
Replace the current content by `c` of `len`.
src/3rd_party/AsmJit/base/string.h:157
Function
setDWordAt
Set DWORD at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:276
Function
setDf
Set all two SP-FP values.
src/3rd_party/AsmJit/base/vectypes.h:320
Method
setError
Set the last error code and propagate it through the error handler.
src/3rd_party/AsmJit/base/context_p.h:83
Method
setErrorHandler
src/3rd_party/AsmJit/base/codegen.cpp:95
Function
setExpectedStackAlignment
Set expected stack alignment.
src/3rd_party/AsmJit/base/compiler.h:2398
Function
setFeature
Set code-generator `feature` to `value`.
src/3rd_party/AsmJit/base/codegen.h:237
Function
setFeatures
Set code-generator features.
src/3rd_party/AsmJit/base/codegen.h:250
Method
setFlags
Set flags.
src/3rd_party/AsmJit/base/compiler.h:991
Method
setFormat
src/3rd_party/AsmJit/base/string.cpp:325
Method
setGp
Set Gp register count.
src/3rd_party/AsmJit/x86/x86operand.h:335
Method
setGp
src/3rd_party/AsmJit/x86/x86operand.h:518
Method
setHex
Replace the current content by the given `data` converted to a HEX string.
src/3rd_party/AsmJit/base/string.h:172
Function
setHint
Set function hint.
src/3rd_party/AsmJit/base/compiler.h:2443
Method
setHint
Set hint it (see `kVarHint)`.
src/3rd_party/AsmJit/base/compiler.h:2006
Method
setIndentation
src/3rd_party/AsmJit/base/logger.cpp:104
Method
setInstId
Set instruction ID to `instId`. Please do not modify instruction code if you don't know what are you doing. Incorrect instruction code or operands ca
src/3rd_party/AsmJit/base/compiler.h:2142
Function
setInstOptions
Set options of the next instruction.
src/3rd_party/AsmJit/base/codegen.h:271
Method
setInt
Replace the current content by formatted integer `i`.
src/3rd_party/AsmJit/base/string.h:162
Method
setK
Set K register count.
src/3rd_party/AsmJit/x86/x86operand.h:339
Method
setK
src/3rd_party/AsmJit/x86/x86operand.h:520
Method
setKeepVirtualMemory
Set whether to keep allocated memory after memory manager is destroyed. This method is usable when patching code of remote process. You need to alloc
src/3rd_party/AsmJit/base/vmem.h:167
Function
setMaxLookAhead
Set maximum look ahead to `val`.
src/3rd_party/AsmJit/base/compiler.h:2720
Method
setMemCell
Set home memory cell.
src/3rd_party/AsmJit/base/compiler.h:856
Method
setMm
Set Mm register count.
src/3rd_party/AsmJit/x86/x86operand.h:337
Method
setMm
src/3rd_party/AsmJit/x86/x86operand.h:519
Method
setMode
Set alignment mode.
src/3rd_party/AsmJit/base/compiler.h:1859
Method
setMoveStackSize
Set stack size used by mov sequences in prolog/epilog.
src/3rd_party/AsmJit/x86/x86compiler.h:1302
Method
setNumRefs
Set number of jumps to this target.
src/3rd_party/AsmJit/base/compiler.h:2070
Function
setOffset
Set the current offset in the buffer to `offset` and get the previous offset value.
src/3rd_party/AsmJit/base/assembler.h:209
Method
setOffset
Set align offset in bytes to `offset`.
src/3rd_party/AsmJit/base/compiler.h:1869
Method
setOffset
Set the label offset.
src/3rd_party/AsmJit/base/compiler.h:2083
Method
setOption
src/3rd_party/AsmJit/base/logger.cpp:88
Method
setOptions
Set emit options.
src/3rd_party/AsmJit/base/compiler.h:2157
Method
setPriority
src/3rd_party/AsmJit/base/compiler.cpp:549
Method
setPriority
Set variable priority.
src/3rd_party/AsmJit/base/compiler.h:764
Method
setPushPopStackSize
Set stack size used by push/pop sequences in prolog/epilog.
src/3rd_party/AsmJit/x86/x86compiler.h:1297
Function
setQWordAt
Set QWORD at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:282
Function
setRedZoneSize
Get stack "Red Zone" size.
src/3rd_party/AsmJit/base/compiler.h:2420
Function
setRequiredStackAlignment
Set required stack alignment.
src/3rd_party/AsmJit/base/compiler.h:2403
Method
setRet
Set return type to `retType`.
src/3rd_party/AsmJit/base/compiler.h:1342
Method
setRet
Set return at `i` to `var`.
src/3rd_party/AsmJit/x86/x86compiler.h:1411
Method
setRetT
src/3rd_party/AsmJit/base/compiler.h:1357
Function
setReturnValue
<summary> Set new integer return value. Has no effect on FPU. Has effect only if called in return callback </summary> <param name="val">New return val
src/BlackBone/Process/RPC/RemoteContext.hpp:86
Method
setSaveOnUnuse
src/3rd_party/AsmJit/base/compiler.cpp:568
Function
setSb
Set all eight 8-bit signed integers.
src/3rd_party/AsmJit/base/vectypes.h:190
Function
setSd
Set all two 32-bit signed integers.
src/3rd_party/AsmJit/base/vectypes.h:264
Function
setSf
Set all two SP-FP values.
src/3rd_party/AsmJit/base/vectypes.h:306
Function
setSpillZoneSize
Get stack "Spill Zone" size.
src/3rd_party/AsmJit/base/compiler.h:2425
Function
setSq
Set 64-bit signed integer.
src/3rd_party/AsmJit/base/vectypes.h:292
Function
setState
src/3rd_party/AsmJit/x86/x86compiler.h:1032
Method
setState
Set variable state, only used by `Context`.
src/3rd_party/AsmJit/base/compiler.h:779
Method
setState
Set state for this target.
src/3rd_party/AsmJit/base/compiler.h:2065
Method
setString
Replace the current content by `str` of `len`.
src/3rd_party/AsmJit/base/string.h:139
Function
setSw
Set all four 16-bit signed integers.
src/3rd_party/AsmJit/base/vectypes.h:228
Method
setUInt
Replace the current content by formatted integer `i`.
src/3rd_party/AsmJit/base/string.h:167
Function
setUInt32At
Set uint32_t at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:294
Function
setUq
Set 64-bit unsigned integer.
src/3rd_party/AsmJit/base/vectypes.h:299
Function
setUserContext
<summary> Set arbitrary thread data </summary> <returns>true on success</returns>
src/BlackBone/Process/RPC/RemoteContext.hpp:264
Method
setVFormat
Replace the current content by formatted string `fmt`.
src/3rd_party/AsmJit/base/string.h:144
Method
setValue
Set value to `value`.
src/3rd_party/AsmJit/base/containers.h:283
Method
setVarCount
Set how many times the variable is used by the instruction/node.
src/3rd_party/AsmJit/base/compiler.h:1005
Method
setVd
Set VarData.
src/3rd_party/AsmJit/base/compiler.h:986
Function
setWordAt
Set WORD at position `pos`.
src/3rd_party/AsmJit/base/assembler.h:270
Method
setXyz
Set Xmm/Ymm/Zmm register count.
src/3rd_party/AsmJit/x86/x86operand.h:341
Method
setXyz
src/3rd_party/AsmJit/x86/x86operand.h:521
Method
spill
src/3rd_party/AsmJit/base/compiler.cpp:533
← previous
next →
2,001–2,100 of 2,182, ranked by callers