Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/KittyMemoryEx
/ functions
Functions
306 in github.com/MJx0/KittyMemoryEx
⨍
Functions
306
◇
Types & classes
74
↓ 1 callers
Method
lastError
* @brief Returns the last error. * * @return The last error code. */
KittyMemoryEx/KittyIOFile.hpp:75
↓ 1 callers
Function
listEntriesInZip
KittyMemoryEx/KittyUtils.cpp:480
↓ 1 callers
Function
mmapEntryByDataOffset
KittyMemoryEx/KittyUtils.cpp:664
↓ 1 callers
Method
path
* @brief Returns the file path. * * @return The file path. */
KittyMemoryEx/KittyIOFile.hpp:125
↓ 1 callers
Method
pid
* @brief Returns the PID of the process being traced. */
KittyMemoryEx/KittyTrace.hpp:223
↓ 1 callers
Method
pread
KittyMemoryEx/KittyIOFile.cpp:80
↓ 1 callers
Method
readToBuffer
KittyMemoryEx/KittyIOFile.cpp:165
↓ 1 callers
Method
readToString
KittyMemoryEx/KittyIOFile.cpp:134
↓ 1 callers
Function
ror32
* @brief Rotates a 32-bit unsigned integer to the right by a specified amount. * * @param value The input 32-bit unsigned integer. * @p
KittyMemoryEx/KittyAsm.hpp:190
↓ 1 callers
Method
soinfo_offsets
* @brief Returns the soinfo offsets. */
KittyMemoryEx/KittyScanner.hpp:765
↓ 1 callers
Method
solist
* @brief Returns the linker solist head address. */
KittyMemoryEx/KittyScanner.hpp:773
↓ 1 callers
Method
writeToFile
* @brief Writes the contents of the file to another file. * * @param filePath The file path to write to. * @return true if the file was
KittyMemoryEx/KittyIOFile.hpp:308
Method
ElfScanner
KittyMemoryEx/KittyScanner.hpp:223
Method
ElfScanner
KittyMemoryEx/KittyScanner.cpp:260
Method
ElfScannerMgr
KittyMemoryEx/KittyScanner.hpp:522
Method
GetStructSize
KittyMemoryEx/KittyScanner.hpp:917
Method
IKittyMemOp
KittyMemoryEx/KittyMemOp.hpp:26
Function
KTGetPageSize
* @brief Returns the memory page size. */
KittyMemoryEx/KittyUtils.hpp:40
Method
KittyIOFile
KittyMemoryEx/KittyIOFile.hpp:21
Method
KittyInsnArm32
KittyMemoryEx/KittyAsm.hpp:46
Method
KittyInsnArm64
KittyMemoryEx/KittyAsm.hpp:141
Method
KittyMemoryMgr
KittyMemoryEx/KittyMemoryMgr.hpp:52
Method
KittyPerfSample
KittyMemoryEx/KittyPerfEvent.hpp:85
Method
KittyPerfWatch
KittyMemoryEx/KittyPerfEvent.hpp:101
Method
KittyPtrValidator
KittyMemoryEx/KittyPtrValidator.hpp:56
Method
KittyScannerMgr
KittyMemoryEx/KittyScanner.hpp:25
Method
KittyTraceMgr
KittyMemoryEx/KittyTrace.hpp:201
Method
LinkerScannerMgr
KittyMemoryEx/KittyScanner.hpp:711
Method
LinkerScannerMgr
KittyMemoryEx/KittyScanner.cpp:1345
Method
MemoryBackup
KittyMemoryEx/MemoryBackup.cpp:3
Method
MemoryBackupMgr
KittyMemoryEx/MemoryBackup.hpp:70
Method
MemoryPatch
KittyMemoryEx/MemoryPatch.cpp:7
Method
MemoryPatchMgr
KittyMemoryEx/MemoryPatch.hpp:99
Method
NativeBridgeScannerMgr
KittyMemoryEx/KittyScanner.hpp:962
Method
NativeBridgeScannerMgr
KittyMemoryEx/KittyScanner.cpp:1640
Method
ProcMap
KittyMemoryEx/KittyMemoryEx.hpp:30
Method
ProcStatus
KittyMemoryEx/KittyMemoryEx.hpp:151
Method
RegionInfo
KittyMemoryEx/KittyPtrValidator.hpp:35
Method
Restore
KittyMemoryEx/MemoryBackup.cpp:52
Method
_callFunctionFrom
KittyMemoryEx/KittyTrace.cpp:375
Method
_callSyscall
KittyMemoryEx/KittyTrace.cpp:663
Method
_findRegion
KittyMemoryEx/KittyPtrValidator.cpp:5
Method
_parseMapsLine
KittyMemoryEx/KittyPtrValidator.cpp:118
Method
add
KittyMemoryEx/KittyPerfEvent.cpp:3
Method
autoRestoreRegs
* @brief Returns true if automatic registers restore for remote function calls is enabled, false otherwise. */
KittyMemoryEx/KittyTrace.hpp:484
Method
bssSegments
* @brief Returns all of Elf's BSS memory maps. */
KittyMemoryEx/KittyScanner.hpp:458
Method
bufferSize
* @brief Returns the buffer size used for chunk reads/writes. * * @return The buffer size. */
KittyMemoryEx/KittyIOFile.hpp:95
Method
cachedRegions
* @brief Retrieves the cached region information. * * @return A vector of RegionInfo objects representing the cached regions. */
KittyMemoryEx/KittyPtrValidator.hpp:170
Method
callFunctionFrom
KittyMemoryEx/KittyTrace.hpp:523
Method
callSyscall
KittyMemoryEx/KittyTrace.hpp:548
Method
canExecute
* @brief Checks if the file can be executed. * * @return true if the file can be executed, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:223
Method
canRead
* @brief Checks if the file can be read. * * @return true if the file can be read, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:203
Method
canWrite
* @brief Checks if the file can be written. * * @return true if the file can be written, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:213
Function
charEqualsIgnoreCase
* @brief Helper to compare two characters case-insensitively. */
KittyMemoryEx/KittyUtils.hpp:422
Method
clearCache
* @brief Clears the cached region information. */
KittyMemoryEx/KittyPtrValidator.hpp:154
Method
clearHwBreakpoint
KittyMemoryEx/KittyTrace.cpp:1401
Method
consumeRecord
KittyMemoryEx/KittyPerfEvent.cpp:127
Method
cont
KittyMemoryEx/KittyTrace.cpp:140
Method
contAllThreads
* @brief Continue all of the traced process threads. * @param sig Signal to send to the process (optional). * @return True if the continue w
KittyMemoryEx/KittyTrace.hpp:289
Method
contains
KittyMemoryEx/KittyUtils.cpp:159
Method
contains
* @brief Checks if the map contains a specific address. * * @param address Address to check. * @return True if the address
KittyMemoryEx/KittyMemoryEx.hpp:73
Method
contains
* @brief Checks if the process status data contains a specific key. * * @param key The key to check. * @return True if the
KittyMemoryEx/KittyMemoryEx.hpp:212
Method
copy
* @brief Copies the contents of a file to another file. * * @param srcFilePath The source file path. * @param dstFilePath The destinati
KittyMemoryEx/KittyIOFile.hpp:355
Method
createBackup
KittyMemoryEx/MemoryBackup.cpp:81
Method
createDirectoryRecursive
KittyMemoryEx/KittyIOFile.cpp:292
Method
createWithBase
* @brief Constructs ElfScanner class with the given ELF base address. * * @param elfBase The base address of the ELF file in memory. */
KittyMemoryEx/KittyScanner.hpp:539
Method
createWithMap
* @brief Constructs ElfScanner class with the given process memory map info. * * @param elfMap The base process memory map of the ELF file.
KittyMemoryEx/KittyScanner.hpp:549
Function
decodeInsn
KittyMemoryEx/KittyAsm.cpp:81
Method
defaultCaller
* @brief Returns the default caller address for remote function calls. */
KittyMemoryEx/KittyTrace.hpp:467
Method
disable
KittyMemoryEx/KittyPerfEvent.cpp:91
Method
dsymbols
KittyMemoryEx/KittyScanner.cpp:878
Method
dumpMemRange
KittyMemoryEx/KittyMemoryMgr.cpp:125
Method
enable
KittyMemoryEx/KittyPerfEvent.cpp:77
Method
endsWith
KittyMemoryEx/KittyUtils.cpp:171
Method
exists
* @brief Checks if the file exists. * * @return true if the file exists, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:193
Method
fileDirectory
KittyMemoryEx/KittyUtils.cpp:130
Method
fileExtension
KittyMemoryEx/KittyUtils.cpp:139
Method
fileName
KittyMemoryEx/KittyUtils.cpp:121
Method
findDebugSymbol
KittyMemoryEx/KittyScanner.cpp:1003
Method
find_r_debug
* @brief Finds the r_debug structure in the process. * @param out Pointer to store the r_debug structure. * @return True if the r_debug stru
KittyMemoryEx/KittyScanner.hpp:493
Method
flags
* @brief Returns the file flags. * * @return The file flags. */
KittyMemoryEx/KittyIOFile.hpp:135
Method
fmt
KittyMemoryEx/KittyUtils.cpp:306
Method
fromHex
KittyMemoryEx/KittyUtils.cpp:329
Function
getAppDirectory
KittyMemoryEx/KittyMemoryEx.cpp:381
Function
getAppExternalCacheDir
* @brief Get the Android app-specific external cache directory. * * Equivalent to: * Context.getExternalCacheDir()
KittyMemoryEx/KittyUtils.hpp:320
Function
getAppExternalFilesDir
* @brief Get the Android app-specific external files directory. * * Equivalent to: * Context.getExternalFilesDir(null)
KittyMemoryEx/KittyUtils.hpp:303
Function
getAppExternalMediaDir
* @brief Get the Android app-specific external media directory (Android 10+). * * Example: * /storage/emulated/0/Android/me
KittyMemoryEx/KittyUtils.hpp:334
Method
getAppInternalCacheDir
KittyMemoryEx/KittyUtils.cpp:101
Method
getAppInternalDataDir
KittyMemoryEx/KittyUtils.cpp:80
Method
getAppInternalFilesDir
KittyMemoryEx/KittyUtils.cpp:90
Function
getAppObbDir
* @brief Get the Android app-specific OBB directory. * * Example: * /storage/emulated/0/Android/obb/<package> *
KittyMemoryEx/KittyUtils.hpp:348
Method
getArgFromRegs
KittyMemoryEx/KittyTrace.hpp:388
Method
getBool
* @brief Retrieves the boolean value associated with a key. * * @param key The key to retrieve. * @return True if the key's
KittyMemoryEx/KittyMemoryEx.hpp:250
Function
getProcessIDs
KittyMemoryEx/KittyMemoryEx.cpp:30
Method
getRegs
KittyMemoryEx/KittyTrace.cpp:250
Method
getReturnAddressFromRegs
* @brief Get the return address value from registers. * @param regs Pointer to the registers. * @return Value of the return address. */
KittyMemoryEx/KittyTrace.hpp:367
Method
getSDK
KittyMemoryEx/KittyUtils.cpp:53
Method
getSignalInfo
* @brief Get the signal information of the process. * @param si Pointer to store the signal information. * @return True if the signal inform
KittyMemoryEx/KittyTrace.hpp:341
Method
getString
* @brief Retrieves the string value associated with a key. * * @param key The key to retrieve. * @return The string value a
KittyMemoryEx/KittyMemoryEx.hpp:223
Function
getSystemProperty
KittyMemoryEx/KittyUtils.hpp:150
← previous
next →
101–200 of 306, ranked by callers