MCPcopy Create free account

hub / github.com/MJx0/KittyMemoryEx / functions

Functions306 in github.com/MJx0/KittyMemoryEx

↓ 1 callersMethodlastError
* @brief Returns the last error. * * @return The last error code. */
KittyMemoryEx/KittyIOFile.hpp:75
↓ 1 callersFunctionlistEntriesInZip
KittyMemoryEx/KittyUtils.cpp:480
↓ 1 callersFunctionmmapEntryByDataOffset
KittyMemoryEx/KittyUtils.cpp:664
↓ 1 callersMethodpath
* @brief Returns the file path. * * @return The file path. */
KittyMemoryEx/KittyIOFile.hpp:125
↓ 1 callersMethodpid
* @brief Returns the PID of the process being traced. */
KittyMemoryEx/KittyTrace.hpp:223
↓ 1 callersMethodpread
KittyMemoryEx/KittyIOFile.cpp:80
↓ 1 callersMethodreadToBuffer
KittyMemoryEx/KittyIOFile.cpp:165
↓ 1 callersMethodreadToString
KittyMemoryEx/KittyIOFile.cpp:134
↓ 1 callersFunctionror32
* @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 callersMethodsoinfo_offsets
* @brief Returns the soinfo offsets. */
KittyMemoryEx/KittyScanner.hpp:765
↓ 1 callersMethodsolist
* @brief Returns the linker solist head address. */
KittyMemoryEx/KittyScanner.hpp:773
↓ 1 callersMethodwriteToFile
* @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
MethodElfScanner
KittyMemoryEx/KittyScanner.hpp:223
MethodElfScanner
KittyMemoryEx/KittyScanner.cpp:260
MethodElfScannerMgr
KittyMemoryEx/KittyScanner.hpp:522
MethodGetStructSize
KittyMemoryEx/KittyScanner.hpp:917
MethodIKittyMemOp
KittyMemoryEx/KittyMemOp.hpp:26
FunctionKTGetPageSize
* @brief Returns the memory page size. */
KittyMemoryEx/KittyUtils.hpp:40
MethodKittyIOFile
KittyMemoryEx/KittyIOFile.hpp:21
MethodKittyInsnArm32
KittyMemoryEx/KittyAsm.hpp:46
MethodKittyInsnArm64
KittyMemoryEx/KittyAsm.hpp:141
MethodKittyMemoryMgr
KittyMemoryEx/KittyMemoryMgr.hpp:52
MethodKittyPerfSample
KittyMemoryEx/KittyPerfEvent.hpp:85
MethodKittyPerfWatch
KittyMemoryEx/KittyPerfEvent.hpp:101
MethodKittyPtrValidator
KittyMemoryEx/KittyPtrValidator.hpp:56
MethodKittyScannerMgr
KittyMemoryEx/KittyScanner.hpp:25
MethodKittyTraceMgr
KittyMemoryEx/KittyTrace.hpp:201
MethodLinkerScannerMgr
KittyMemoryEx/KittyScanner.hpp:711
MethodLinkerScannerMgr
KittyMemoryEx/KittyScanner.cpp:1345
MethodMemoryBackup
KittyMemoryEx/MemoryBackup.cpp:3
MethodMemoryBackupMgr
KittyMemoryEx/MemoryBackup.hpp:70
MethodMemoryPatch
KittyMemoryEx/MemoryPatch.cpp:7
MethodMemoryPatchMgr
KittyMemoryEx/MemoryPatch.hpp:99
MethodNativeBridgeScannerMgr
KittyMemoryEx/KittyScanner.hpp:962
MethodNativeBridgeScannerMgr
KittyMemoryEx/KittyScanner.cpp:1640
MethodProcMap
KittyMemoryEx/KittyMemoryEx.hpp:30
MethodProcStatus
KittyMemoryEx/KittyMemoryEx.hpp:151
MethodRegionInfo
KittyMemoryEx/KittyPtrValidator.hpp:35
MethodRestore
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
Methodadd
KittyMemoryEx/KittyPerfEvent.cpp:3
MethodautoRestoreRegs
* @brief Returns true if automatic registers restore for remote function calls is enabled, false otherwise. */
KittyMemoryEx/KittyTrace.hpp:484
MethodbssSegments
* @brief Returns all of Elf's BSS memory maps. */
KittyMemoryEx/KittyScanner.hpp:458
MethodbufferSize
* @brief Returns the buffer size used for chunk reads/writes. * * @return The buffer size. */
KittyMemoryEx/KittyIOFile.hpp:95
MethodcachedRegions
* @brief Retrieves the cached region information. * * @return A vector of RegionInfo objects representing the cached regions. */
KittyMemoryEx/KittyPtrValidator.hpp:170
MethodcallFunctionFrom
KittyMemoryEx/KittyTrace.hpp:523
MethodcallSyscall
KittyMemoryEx/KittyTrace.hpp:548
MethodcanExecute
* @brief Checks if the file can be executed. * * @return true if the file can be executed, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:223
MethodcanRead
* @brief Checks if the file can be read. * * @return true if the file can be read, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:203
MethodcanWrite
* @brief Checks if the file can be written. * * @return true if the file can be written, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:213
FunctioncharEqualsIgnoreCase
* @brief Helper to compare two characters case-insensitively. */
KittyMemoryEx/KittyUtils.hpp:422
MethodclearCache
* @brief Clears the cached region information. */
KittyMemoryEx/KittyPtrValidator.hpp:154
MethodclearHwBreakpoint
KittyMemoryEx/KittyTrace.cpp:1401
MethodconsumeRecord
KittyMemoryEx/KittyPerfEvent.cpp:127
Methodcont
KittyMemoryEx/KittyTrace.cpp:140
MethodcontAllThreads
* @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
Methodcontains
KittyMemoryEx/KittyUtils.cpp:159
Methodcontains
* @brief Checks if the map contains a specific address. * * @param address Address to check. * @return True if the address
KittyMemoryEx/KittyMemoryEx.hpp:73
Methodcontains
* @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
Methodcopy
* @brief Copies the contents of a file to another file. * * @param srcFilePath The source file path. * @param dstFilePath The destinati
KittyMemoryEx/KittyIOFile.hpp:355
MethodcreateBackup
KittyMemoryEx/MemoryBackup.cpp:81
MethodcreateDirectoryRecursive
KittyMemoryEx/KittyIOFile.cpp:292
MethodcreateWithBase
* @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
MethodcreateWithMap
* @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
FunctiondecodeInsn
KittyMemoryEx/KittyAsm.cpp:81
MethoddefaultCaller
* @brief Returns the default caller address for remote function calls. */
KittyMemoryEx/KittyTrace.hpp:467
Methoddisable
KittyMemoryEx/KittyPerfEvent.cpp:91
Methoddsymbols
KittyMemoryEx/KittyScanner.cpp:878
MethoddumpMemRange
KittyMemoryEx/KittyMemoryMgr.cpp:125
Methodenable
KittyMemoryEx/KittyPerfEvent.cpp:77
MethodendsWith
KittyMemoryEx/KittyUtils.cpp:171
Methodexists
* @brief Checks if the file exists. * * @return true if the file exists, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:193
MethodfileDirectory
KittyMemoryEx/KittyUtils.cpp:130
MethodfileExtension
KittyMemoryEx/KittyUtils.cpp:139
MethodfileName
KittyMemoryEx/KittyUtils.cpp:121
MethodfindDebugSymbol
KittyMemoryEx/KittyScanner.cpp:1003
Methodfind_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
Methodflags
* @brief Returns the file flags. * * @return The file flags. */
KittyMemoryEx/KittyIOFile.hpp:135
Methodfmt
KittyMemoryEx/KittyUtils.cpp:306
MethodfromHex
KittyMemoryEx/KittyUtils.cpp:329
FunctiongetAppDirectory
KittyMemoryEx/KittyMemoryEx.cpp:381
FunctiongetAppExternalCacheDir
* @brief Get the Android app-specific external cache directory. * * Equivalent to: * Context.getExternalCacheDir()
KittyMemoryEx/KittyUtils.hpp:320
FunctiongetAppExternalFilesDir
* @brief Get the Android app-specific external files directory. * * Equivalent to: * Context.getExternalFilesDir(null)
KittyMemoryEx/KittyUtils.hpp:303
FunctiongetAppExternalMediaDir
* @brief Get the Android app-specific external media directory (Android 10+). * * Example: * /storage/emulated/0/Android/me
KittyMemoryEx/KittyUtils.hpp:334
MethodgetAppInternalCacheDir
KittyMemoryEx/KittyUtils.cpp:101
MethodgetAppInternalDataDir
KittyMemoryEx/KittyUtils.cpp:80
MethodgetAppInternalFilesDir
KittyMemoryEx/KittyUtils.cpp:90
FunctiongetAppObbDir
* @brief Get the Android app-specific OBB directory. * * Example: * /storage/emulated/0/Android/obb/<package> *
KittyMemoryEx/KittyUtils.hpp:348
MethodgetArgFromRegs
KittyMemoryEx/KittyTrace.hpp:388
MethodgetBool
* @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
FunctiongetProcessIDs
KittyMemoryEx/KittyMemoryEx.cpp:30
MethodgetRegs
KittyMemoryEx/KittyTrace.cpp:250
MethodgetReturnAddressFromRegs
* @brief Get the return address value from registers. * @param regs Pointer to the registers. * @return Value of the return address. */
KittyMemoryEx/KittyTrace.hpp:367
MethodgetSDK
KittyMemoryEx/KittyUtils.cpp:53
MethodgetSignalInfo
* @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
MethodgetString
* @brief Retrieves the string value associated with a key. * * @param key The key to retrieve. * @return The string value a
KittyMemoryEx/KittyMemoryEx.hpp:223
FunctiongetSystemProperty
KittyMemoryEx/KittyUtils.hpp:150
← previousnext →101–200 of 306, ranked by callers