Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ functions
Functions
4,151 in github.com/CodingGay/BlackDex
⨍
Functions
4,151
◇
Types & classes
1,445
↓ 2 callers
Method
filterResults
Apply filtering to the results. This happens before the results are sorted.
Bcore/src/main/java/top/niunaijun/blackbox/core/system/pm/IntentResolver.java:444
↓ 2 callers
Method
findActivityRecordByComponentName
(int userId, ComponentName componentName)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/am/ActivityStack.java:342
↓ 2 callers
Method
findAndCopyNativeLib
(ZipFile zipfile, String cpuArch, File nativeLibDir)
Bcore/src/main/java/top/niunaijun/blackbox/utils/NativeUtils.java:46
↓ 2 callers
Method
findChild
Bcore/src/main/cpp/Dobby/tests/catch.hpp:10087
↓ 2 callers
Method
findMethod
(Class<?> clazz, String name, Class<?>... parameterTypes)
Bcore/black-fake/src/main/java/reflection/MirrorReflection.java:176
↓ 2 callers
Method
findRunningServiceRecord
(Intent intent)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/am/ActiveServices.java:75
↓ 2 callers
Method
findTaskRecordByTaskAffinityLocked
(int userId, String taskAffinity)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/am/ActivityStack.java:375
↓ 2 callers
Method
fix
(Context context)
Bcore/src/main/java/top/niunaijun/blackbox/utils/compat/ContextCompat.java:20
↓ 2 callers
Method
fixup_data
Bcore/src/main/cpp/Dobby/source/InstructionRelocation/arm/ARMInstructionRelocation.h:93
↓ 2 callers
Function
format_integer_manually
Bcore/src/main/cpp/Dobby/builtin-plugin/ApplicationEventMonitor/memory_operation_instrument.cc:25
↓ 2 callers
Function
fpToString
Bcore/src/main/cpp/Dobby/tests/catch.hpp:10563
↓ 2 callers
Method
fullConfig
Bcore/src/main/cpp/Dobby/tests/catch.hpp:7373
↓ 2 callers
Method
get
()
Bcore/src/main/java/top/niunaijun/blackbox/core/system/ServiceManager.java:32
↓ 2 callers
Method
get
()
Bcore/src/main/java/top/niunaijun/blackbox/core/system/os/BStorageManagerService.java:23
↓ 2 callers
Method
getActivity
(ComponentName component, int flags, int userId)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/pm/BPackageManagerService.java:228
↓ 2 callers
Function
getAnnotation
Bcore/src/main/cpp/Dobby/tests/catch.hpp:2761
↓ 2 callers
Method
getAppProcessName
()
Bcore/src/main/java/top/niunaijun/blackbox/app/BActivityThread.java:72
↓ 2 callers
Method
getApplicationInfo
(String packageName, int flags, int userId)
Bcore/src/main/java/top/niunaijun/blackbox/fake/frameworks/BPackageManager.java:105
↓ 2 callers
Method
getBStorageManager
()
Bcore/src/main/java/top/niunaijun/blackbox/BlackBoxCore.java:145
↓ 2 callers
Method
getBindProvider
()
Bcore/src/main/java/top/niunaijun/blackbox/proxy/ProxyManifest.java:22
↓ 2 callers
Function
getCallFirstArg
Bcore/src/main/cpp/Dobby/builtin-plugin/SupervisorCallMonitor/deprecated/system_call.cc:18
↓ 2 callers
Function
getCallFirstArg
Bcore/src/main/cpp/Dobby/builtin-plugin/ApplicationEventMonitor/memory_operation_instrument.cc:7
↓ 2 callers
Method
getClientConfig
()
Bcore/src/main/java/top/niunaijun/blackbox/core/system/ProcessRecord.java:70
↓ 2 callers
Method
getContents
Bcore/src/main/cpp/Dobby/tests/catch.hpp:8138
↓ 2 callers
Method
getCookies
(ClassLoader classLoader)
Bcore/src/main/java/top/niunaijun/blackbox/utils/compat/DexFileCompat.java:57
↓ 2 callers
Method
getCurrInstrumentation
()
Bcore/src/main/java/top/niunaijun/blackbox/fake/delegate/AppInstrumentation.java:57
↓ 2 callers
Method
getDexFiles
(ClassLoader classLoader)
Bcore/src/main/java/top/niunaijun/blackbox/utils/compat/DexFileCompat.java:87
↓ 2 callers
Method
getExpression
Bcore/src/main/cpp/Dobby/tests/catch.hpp:4908
↓ 2 callers
Method
getFastIntentCategories
(Intent intent)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/pm/IntentResolver.java:603
↓ 2 callers
Method
getField
(Class<?> clazz, String name)
Bcore/black-fake/src/main/java/reflection/MirrorReflection.java:222
↓ 2 callers
Method
getFile
Bcore/src/main/cpp/Dobby/tests/catch.hpp:8134
↓ 2 callers
Function
getFormattedDuration
Because formatting using c++ streams is stateful, drop down to C is required Alternatively we could use stringstream, but its performance is... not go
Bcore/src/main/cpp/Dobby/tests/catch.hpp:11164
↓ 2 callers
Method
getHCallback
()
Bcore/src/main/java/top/niunaijun/blackbox/fake/service/HCallbackProxy.java:35
↓ 2 callers
Method
getIBinder
()
Bcore/src/main/java/top/niunaijun/blackbox/entity/ServiceRecord.java:38
↓ 2 callers
Method
getInstalled
(int userId)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/pm/BPackageSettings.java:49
↓ 2 callers
Method
getInstalledApplications
(int flags, int userId)
Bcore/src/main/java/top/niunaijun/blackbox/fake/frameworks/BPackageManager.java:195
↓ 2 callers
Method
getInstalledPackages
(int flags, int userId)
Bcore/src/main/java/top/niunaijun/blackbox/fake/frameworks/BPackageManager.java:204
↓ 2 callers
Method
getModifiers
()
Bcore/black-fake/src/main/java/reflection/MirrorReflection.java:278
↓ 2 callers
Method
getNextObject
Bcore/src/main/cpp/Dobby/external/xnucxx/LiteIterator.cc:19
↓ 2 callers
Method
getPackageConf
(String packageName)
Bcore/src/main/java/top/niunaijun/blackbox/core/env/BEnvironment.java:60
↓ 2 callers
Method
getPackageInfo
()
Bcore/src/main/java/top/niunaijun/blackbox/entity/pm/InstalledPackage.java:30
↓ 2 callers
Method
getPrimitiveLetter
(final Class<?> type)
Bcore/black-hook/src/main/java/top/niunaijun/jnihook/MethodUtils.java:76
↓ 2 callers
Method
getResultCapture
IContext
Bcore/src/main/cpp/Dobby/tests/catch.hpp:6841
↓ 2 callers
Method
getSavePath
app/src/main/java/top/niunaijun/blackdex/app/BlackDexLoader.kt:70
↓ 2 callers
Method
getTaskAffinity
(ActivityInfo info)
Bcore/src/main/java/top/niunaijun/blackbox/utils/ComponentUtils.java:41
↓ 2 callers
Method
getUidConf
()
Bcore/src/main/java/top/niunaijun/blackbox/core/env/BEnvironment.java:52
↓ 2 callers
Method
getValue
app/src/main/java/top/niunaijun/blackdex/biz/cache/AppSharedPreferenceDelegate.kt:29
↓ 2 callers
Method
getVolumeList
(int uid, String packageName, int flags, int userId)
Bcore/src/main/java/top/niunaijun/blackbox/fake/frameworks/BStorageManager.java:26
↓ 2 callers
Function
get_orig_instr_relocated_addr
Bcore/src/main/cpp/Dobby/source/InstructionRelocation/arm/ARMInstructionRelocation.cc:687
↓ 2 callers
Function
get_traced_filename
Bcore/src/main/cpp/Dobby/builtin-plugin/ApplicationEventMonitor/dynamic_loader_monitor.cc:48
↓ 2 callers
Method
handleBindApplication
(String packageName, String processName)
Bcore/src/main/java/top/niunaijun/blackbox/app/BActivityThread.java:143
↓ 2 callers
Method
handleLaunchActivity
(Object client)
Bcore/src/main/java/top/niunaijun/blackbox/fake/service/HCallbackProxy.java:100
↓ 2 callers
Method
hasExpandedExpression
Bcore/src/main/cpp/Dobby/tests/catch.hpp:4929
↓ 2 callers
Method
has_confused_instructions
Bcore/src/main/cpp/Dobby/source/core/modules/assembler/assembler-arm.h:63
↓ 2 callers
Function
hash_mach_msg_num_to_ndx
Bcore/src/main/cpp/Dobby/builtin-plugin/SupervisorCallMonitor/mach_system_call_log_handler.cc:67
↓ 2 callers
Function
i
(t,e)
Bcore/src/main/cpp/Dobby/docs/scripts/imagesloaded.pkgd.min.js:7
↓ 2 callers
Method
initAnnotation
(Class<?> clazz)
Bcore/src/main/java/top/niunaijun/blackbox/fake/hook/ClassInvocationStub.java:66
↓ 2 callers
Method
initIterator
impl iterator delegate
Bcore/src/main/cpp/Dobby/external/xnucxx/LiteMutableArray.cc:73
↓ 2 callers
Method
init_region_range
Bcore/src/main/cpp/Dobby/source/MemoryAllocator/MemoryArena.h:9
↓ 2 callers
Method
installByStorage
()
Bcore/src/main/java/top/niunaijun/blackbox/entity/pm/InstallOption.java:27
↓ 2 callers
Method
installBySystem
()
Bcore/src/main/java/top/niunaijun/blackbox/entity/pm/InstallOption.java:21
↓ 2 callers
Method
installPackageAsUser
(String file, InstallOption option, int userId)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/pm/BPackageManagerService.java:489
↓ 2 callers
Method
invoke
(Object proxy, Method method, Object[] args)
Bcore/src/main/java/top/niunaijun/blackbox/fake/service/IAppOpsManagerProxy.java:50
↓ 2 callers
Method
ip_offset
TODO: mov to x64
Bcore/src/main/cpp/Dobby/source/core/modules/assembler/assembler.cc:54
↓ 2 callers
Method
is64Bit
()
Bcore/src/main/java/top/niunaijun/blackbox/BlackBoxCore.java:274
↓ 2 callers
Method
isComplete
Bcore/src/main/cpp/Dobby/tests/catch.hpp:10070
↓ 2 callers
Function
isFalseTest
Bcore/src/main/cpp/Dobby/tests/catch.hpp:634
↓ 2 callers
Method
isFixCodeItem
app/src/main/java/top/niunaijun/blackdex/app/BlackDexLoader.kt:48
↓ 2 callers
Method
isFlag
Bcore/src/main/cpp/Dobby/tests/catch.hpp:5696
↓ 2 callers
Method
isInit
()
Bcore/src/main/java/top/niunaijun/blackbox/app/BActivityThread.java:123
↓ 2 callers
Method
isInstalled
(String packageName, int userId)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/pm/BPackageManagerService.java:557
↓ 2 callers
Method
isInstance
(Object instance)
Bcore/black-fake/src/main/java/reflection/MirrorReflection.java:274
↓ 2 callers
Function
isOk
Bcore/src/main/cpp/Dobby/tests/catch.hpp:8486
↓ 2 callers
Method
isServerProcess
()
Bcore/src/main/java/top/niunaijun/blackbox/BlackBoxCore.java:227
↓ 2 callers
Method
isSupport
(File apkFile)
Bcore/src/main/java/top/niunaijun/blackbox/utils/AbiUtils.java:26
↓ 2 callers
Method
is_linked
Bcore/src/main/cpp/Dobby/source/core/modules/assembler/assembler.cc:14
↓ 2 callers
Function
is_thumb2
Bcore/src/main/cpp/Dobby/source/InstructionRelocation/arm/ARMInstructionRelocation.cc:21
↓ 2 callers
Method
is_unused
Bcore/src/main/cpp/Dobby/source/core/modules/assembler/assembler.cc:11
↓ 2 callers
Function
iterate_exported_symbol
Bcore/src/main/cpp/Dobby/builtin-plugin/SymbolResolver/macho/dobby_symbol_resolver.cc:186
↓ 2 callers
Function
iterate_indirect_symtab
Bcore/src/main/cpp/Dobby/builtin-plugin/GlobalOffsetTableHook/global_offset_table_hook.cc:38
↓ 2 callers
Function
iterate_symbol_table_impl
Bcore/src/main/cpp/Dobby/builtin-plugin/SymbolResolver/elf/dobby_symbol_resolver.cc:186
↓ 2 callers
Method
killPackageAsUser
(String packageName, int userId)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/BProcessManager.java:230
↓ 2 callers
Function
l
(t,e,n)
Bcore/src/main/cpp/Dobby/docs/scripts/palettify.min.js:6
↓ 2 callers
Function
linker_get_solist
Bcore/src/main/cpp/Dobby/builtin-plugin/BionicLinkerRestriction/bionic_linker_restriction.cc:66
↓ 2 callers
Function
linker_soinfo_get_realpath
Bcore/src/main/cpp/Dobby/builtin-plugin/BionicLinkerRestriction/bionic_linker_restriction.cc:112
↓ 2 callers
Function
log_switch_to_syslog
Bcore/src/main/cpp/Dobby/external/logging/logging.c:29
↓ 2 callers
Function
lseek64
Bcore/src/main/cpp/utils/Compat.h:28
↓ 2 callers
Function
mach_syscall_num_to_str
Bcore/src/main/cpp/Dobby/builtin-plugin/SupervisorCallMonitor/mach_system_call_log_handler.cc:85
↓ 2 callers
Function
macho_ctx_init
Bcore/src/main/cpp/Dobby/builtin-plugin/SymbolResolver/macho/dobby_symbol_resolver.cc:258
↓ 2 callers
Function
makeTestCase
Bcore/src/main/cpp/Dobby/tests/catch.hpp:9784
↓ 2 callers
Method
makeUnaryExpr
Bcore/src/main/cpp/Dobby/tests/catch.hpp:1314
↓ 2 callers
Function
marginComparison
Performs equivalent check of std::fabs(lhs - rhs) <= margin But without the subtraction to allow for INFINITY in comparison
Bcore/src/main/cpp/Dobby/tests/catch.hpp:4453
↓ 2 callers
Function
matchTest
Bcore/src/main/cpp/Dobby/tests/catch.hpp:9923
↓ 2 callers
Function
memmem
Bcore/src/main/cpp/Dobby/source/MemoryAllocator/NearMemoryArena.cc:19
↓ 2 callers
Method
modrm
Bcore/src/main/cpp/Dobby/source/core/modules/assembler/assembler-x86-shared.h:186
↓ 2 callers
Function
n
(t,n)
Bcore/src/main/cpp/Dobby/docs/scripts/palettify.min.js:6
↓ 2 callers
Method
newActivityRecord
(Intent intent, ActivityInfo info, IBinder resultTo, int userId)
Bcore/src/main/java/top/niunaijun/blackbox/core/system/am/ActivityStack.java:333
↓ 2 callers
Function
normaliseOpt
Bcore/src/main/cpp/Dobby/tests/catch.hpp:5945
↓ 2 callers
Method
okToFail
Bcore/src/main/cpp/Dobby/tests/catch.hpp:9848
↓ 2 callers
Method
on
(String name)
Bcore/src/main/java/top/niunaijun/blackbox/utils/Reflector.java:211
← previous
next →
601–700 of 4,151, ranked by callers