Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rob--/memoryjs
/ functions
Functions
103 in github.com/Rob--/memoryjs
⨍
Functions
103
◇
Types & classes
18
↓ 16 callers
Method
openProcess
lib/process.cc:15
↓ 12 callers
Method
readMemory
lib/memory.h:16
↓ 8 callers
Function
readBuffer
(handle, address, size, callback)
index.js:116
↓ 8 callers
Method
writeMemory
lib/memory.h:67
↓ 6 callers
Method
getRegions
lib/memory.cc:10
↓ 5 callers
Method
getModules
lib/module.cc:39
↓ 5 callers
Method
getProcesses
lib/process.cc:67
↓ 5 callers
Method
readBuffer
lib/memory.h:22
↓ 4 callers
Method
findModule
lib/module.cc:15
↓ 4 callers
Method
search
lib/pattern.cc:17
↓ 3 callers
Method
awaitDebugEvent
lib/debugger.cc:95
↓ 3 callers
Function
findModule
lib/memoryjs.cc:233
↓ 3 callers
Method
findPattern
based off Y3t1y3t's implementation */
lib/pattern.cc:64
↓ 3 callers
Function
getModules
lib/memoryjs.cc:170
↓ 3 callers
Method
handleDebugEvent
lib/debugger.cc:160
↓ 3 callers
Method
setHardwareBreakpoint
lib/debugger.cc:27
↓ 2 callers
Function
findPattern
lib/memoryjs.cc:721
↓ 2 callers
Function
getProcesses
lib/memoryjs.cc:114
↓ 2 callers
Function
readBuffer
lib/memoryjs.cc:449
↓ 2 callers
Function
routine
test/src/protectionTest.cpp:9
↓ 2 callers
Function
run
(script)
scripts/install.js:11
↓ 2 callers
Function
run
(script)
scripts/debug.js:11
↓ 1 callers
Function
STRUCTRON_TYPE_STRING
src/utils.js:19
↓ 1 callers
Method
attach
lib/debugger.cc:14
↓ 1 callers
Method
busy
(register)
src/debugger.js:48
↓ 1 callers
Method
getRegister
()
src/debugger.js:40
↓ 1 callers
Function
handleDebugEvent
lib/memoryjs.cc:1313
↓ 1 callers
Function
inject
lib/dll.h:12
↓ 1 callers
Method
monitor
(register, timeout = 100)
src/debugger.js:125
↓ 1 callers
Function
readMemoryBE
(handle, address, dataType, callback)
index.js:62
↓ 1 callers
Method
readString
lib/memory.h:32
↓ 1 callers
Function
setHardwareBreakpoint
lib/memoryjs.cc:1333
↓ 1 callers
Method
unbusy
(register)
src/debugger.js:52
↓ 1 callers
Function
unload
lib/dll.h:56
↓ 1 callers
Function
writeBuffer
(handle, address, buffer)
index.js:206
↓ 1 callers
Function
writeMemoryBE
(handle, address, value, dataType)
index.js:142
Function
GetLastErrorToString
https://stackoverflow.com/a/17387176
lib/memoryjs.cc:1549
Method
attach
(processId, killOnDetach = false)
src/debugger.js:66
Function
attachDebugger
lib/memoryjs.cc:1232
Function
awaitDebugEvent
lib/memoryjs.cc:1271
Function
call
lib/functions.h:36
Function
callFunction
(handle, args, returnType, address, callback)
index.js:238
Function
callFunction
lib/memoryjs.cc:880
Function
closeHandle
lib/memoryjs.cc:108
Function
closeProcess
(handle)
index.js:22
Method
compareBytes
lib/pattern.cc:89
Method
constructor
()
src/debugger.js:29
Method
constructor
(memoryjs)
src/debugger.js:58
Method
detach
(processId)
src/debugger.js:76
Function
detachDebugger
lib/memoryjs.cc:1252
Method
detatch
lib/debugger.cc:23
Function
findModule
(moduleName, processId, callback)
index.js:34
Function
findPattern
()
index.js:210
Function
findPatternByAddress
lib/memoryjs.cc:823
Function
findPatternByModule
lib/memoryjs.cc:770
Method
getBaseAddress
lib/module.cc:9
Function
getModules
(processId, callback)
index.js:42
Function
getProcesses
(callback)
index.js:26
Function
getRegions
(handle, getOffsets, callback)
index.js:262
Function
getRegions
lib/memoryjs.cc:1059
Method
getThreads
lib/module.cc:70
Function
init
lib/memoryjs.cc:1576
Function
injectDll
(handle, dllPath, callback)
index.js:278
Function
injectDll
lib/memoryjs.cc:1383
Function
main
test/src/MemoryTest.cpp:7
Function
main
test/src/protectionTest.cpp:14
Function
main
test/src/functionTest.cpp:10
Function
mapViewOfFile
(processHandle, fileHandle, offset, viewSize, pageProtection)
index.js:310
Function
mapViewOfFile
lib/memoryjs.cc:1514
Method
memory
lib/memory.cc:7
Function
openFileMapping
(fileName)
index.js:302
Function
openFileMapping
lib/memoryjs.cc:1499
Function
openProcess
(processIdentifier, callback)
index.js:14
Function
openProcess
lib/memoryjs.cc:32
Method
pattern
lib/pattern.cc:14
Method
process
lib/process.cc:8
Function
read
(buffer, offset)
src/utils.js:20
Function
read
(buffer, offset)
examples/buffers.js:27
Method
readChar
lib/functions.cc:7
Method
readChar
lib/memory.h:26
Function
readMemory
(handle, address, dataType, callback)
index.js:50
Function
readMemory
lib/memoryjs.cc:293
Function
removeHardwareBreakpoint
lib/memoryjs.cc:1363
Method
removeHardwareBreakpoint
(processId, register)
src/debugger.js:81
Method
reserveString
lib/functions.cc:13
Method
setHardwareBreakpoint
(processId, address, trigger, dataType)
src/debugger.js:98
Function
testAdd
test/src/functionTest.cpp:5
Function
unloadDll
(handle, module, callback)
index.js:294
Function
unloadDll
lib/memoryjs.cc:1430
Function
virtualAllocEx
(handle, address, size, allocationType, protection, callback)
index.js:246
Function
virtualAllocEx
lib/memoryjs.cc:1172
Function
virtualProtectEx
(handle, address, size, protection, callback)
index.js:254
Function
virtualProtectEx
lib/memoryjs.cc:1007
Function
virtualQueryEx
(handle, address, callback)
index.js:270
Function
virtualQueryEx
lib/memoryjs.cc:1114
Function
write
(value, context, offset)
src/utils.js:33
Function
write
(value, context, offset)
examples/buffers.js:30
Function
writeBuffer
lib/memoryjs.cc:657
Function
writeMemory
(handle, address, value, dataType)
index.js:124
Function
writeMemory
lib/memoryjs.cc:502
next →
1–100 of 103, ranked by callers