dyld-832.7.1.tar.gz macos-1101 v832.7.1
authorApple <opensource@apple.com>
Thu, 19 Nov 2020 01:06:42 +0000 (01:06 +0000)
committerApple <opensource@apple.com>
Thu, 19 Nov 2020 01:06:42 +0000 (01:06 +0000)
commitbc3b7c8cda49ed8598284a489c0bb9694c67c6a4
tree15cb40e2e13443d6e378e4ebdc2226fc18422055
parentd3f1e533acc7f70659b8bde9b6c040974f05e03b
dyld-832.7.1.tar.gz
1052 files changed:
.gitignore
IMPCaches.md [new file with mode: 0644]
bin/expand.rb [deleted file]
build-scripts/ContainerizedTestRunner-build-everything.sh [new file with mode: 0755]
build-scripts/configure-dyld-archives.sh [new file with mode: 0755]
build-scripts/dyld_tests-build.sh [new file with mode: 0755]
build-scripts/dyld_tests-install.sh [new file with mode: 0755]
build-scripts/generate-cache-config-header.sh [new file with mode: 0755]
build-scripts/include.sh [new file with mode: 0644]
build-scripts/libdyld-generate-version-headers.sh [new file with mode: 0755]
build-scripts/update_dyld_shared_cache-build.sh [new file with mode: 0755]
configs/libdyld.xcconfig
configs/update_dyld_sim_shared_cache.xcconfig
doc/man/man1/closured.1 [deleted file]
doc/man/man1/dyld.1
doc/man/man1/dyld_usage.1
doc/man/man1/update_dyld_shared_cache.1 [deleted file]
doc/man/man3/dlopen_preflight.3
doc/man/man3/dyld.3
doc/rst/conf.py
doc/rst/dyld_usage.rst
dyld.xcodeproj/project.pbxproj
dyld3/APIs.cpp
dyld3/APIs.h
dyld3/APIs_macOS.cpp
dyld3/AllImages.cpp
dyld3/AllImages.h
dyld3/Array.h
dyld3/BootArgs.cpp
dyld3/BootArgs.h
dyld3/Closure.cpp
dyld3/Closure.h
dyld3/ClosureBuilder.cpp
dyld3/ClosureBuilder.h
dyld3/ClosureFileSystem.h
dyld3/ClosureFileSystemNull.cpp
dyld3/ClosureFileSystemPhysical.cpp
dyld3/ClosurePrinter.cpp
dyld3/ClosureWriter.cpp
dyld3/ClosureWriter.h
dyld3/Defines.h [new file with mode: 0644]
dyld3/Diagnostics.cpp
dyld3/Diagnostics.h
dyld3/JSON.h
dyld3/JSONReader.h
dyld3/JSONReader.mm
dyld3/JSONWriter.h
dyld3/Loading.cpp
dyld3/Loading.h
dyld3/MachOAnalyzer.cpp
dyld3/MachOAnalyzer.h
dyld3/MachOAnalyzerSet.cpp [new file with mode: 0644]
dyld3/MachOAnalyzerSet.h [new file with mode: 0644]
dyld3/MachOAppCache.cpp [new file with mode: 0644]
dyld3/MachOAppCache.h [new file with mode: 0644]
dyld3/MachOFile.cpp
dyld3/MachOFile.h
dyld3/MachOLoaded.cpp
dyld3/MachOLoaded.h
dyld3/PathOverrides.cpp
dyld3/PathOverrides.h
dyld3/RootsChecker.cpp [new file with mode: 0644]
dyld3/RootsChecker.h [new file with mode: 0644]
dyld3/SharedCacheRuntime.cpp
dyld3/SharedCacheRuntime.h
dyld3/SupportedArchs.h
dyld3/dyld_app_cache_util.cpp [new file with mode: 0644]
dyld3/libdyldEntryVector.cpp
dyld3/libdyldEntryVector.h
dyld3/shared-cache/AdjustDylibSegments.cpp
dyld3/shared-cache/AppCacheBuilder.cpp [new file with mode: 0644]
dyld3/shared-cache/AppCacheBuilder.h [new file with mode: 0644]
dyld3/shared-cache/Architectures.hpp [moved from launch-cache/Architectures.hpp with 100% similarity]
dyld3/shared-cache/CacheBuilder.cpp
dyld3/shared-cache/CacheBuilder.h
dyld3/shared-cache/DyldSharedCache.cpp
dyld3/shared-cache/DyldSharedCache.h
dyld3/shared-cache/FileUtils.cpp
dyld3/shared-cache/FileUtils.h
dyld3/shared-cache/IMPCaches.cpp [new file with mode: 0644]
dyld3/shared-cache/IMPCaches.hpp [new file with mode: 0644]
dyld3/shared-cache/IMPCachesBuilder.hpp [new file with mode: 0644]
dyld3/shared-cache/MachOFileAbstraction.hpp
dyld3/shared-cache/ObjC2Abstraction.hpp
dyld3/shared-cache/OptimizerBranches.cpp
dyld3/shared-cache/OptimizerLinkedit.cpp
dyld3/shared-cache/OptimizerObjC.cpp
dyld3/shared-cache/SharedCacheBuilder.cpp
dyld3/shared-cache/SharedCacheBuilder.h
dyld3/shared-cache/StringUtils.h
dyld3/shared-cache/dsc_extractor.cpp [moved from launch-cache/dsc_extractor.cpp with 75% similarity]
dyld3/shared-cache/dsc_extractor.h [copied from launch-cache/dsc_extractor.h with 100% similarity]
dyld3/shared-cache/dsc_iterator.cpp [new file with mode: 0644]
dyld3/shared-cache/dsc_iterator.h [moved from launch-cache/dsc_iterator.h with 64% similarity]
dyld3/shared-cache/dyld_cache_format.h
dyld3/shared-cache/dyld_closure_util.cpp
dyld3/shared-cache/dyld_shared_cache_builder.mm
dyld3/shared-cache/dyld_shared_cache_util.cpp [moved from launch-cache/dyld_shared_cache_util.cpp with 54% similarity]
dyld3/shared-cache/dyldinfo.cpp
dyld3/shared-cache/kernel_collection_builder.cpp [new file with mode: 0644]
dyld3/shared-cache/kernel_collection_builder.h [new file with mode: 0644]
dyld3/shared-cache/mrm_shared_cache_builder.cpp
dyld3/shared-cache/mrm_shared_cache_builder.h
dyld3/shared-cache/update_dyld_shared_cache.cpp [copied from dyld3/SupportedArchs.h with 62% similarity]
dyld3/shared-cache/update_dyld_sim_shared_cache.cpp
include/dlfcn_private.h [moved from launch-cache/dsc_extractor.h with 51% similarity]
include/mach-o/dyld.h
include/mach-o/dyld.modulemap [new file with mode: 0644]
include/mach-o/dyld_images.h
include/mach-o/dyld_priv.h
include/mach-o/dyld_process_info.h
include/mach-o/fixup-chains.h
launch-cache/CacheFileAbstraction.hpp [deleted file]
launch-cache/FileAbstraction.hpp [deleted file]
launch-cache/MachOFileAbstraction.hpp [deleted file]
launch-cache/MachOTrie.hpp [deleted file]
launch-cache/dsc_iterator.cpp [deleted file]
launch-cache/dyld_cache_format.h [deleted file]
local_test_runner/ContainerizedTestRunner.mm
src/ImageLoader.cpp
src/ImageLoader.h
src/ImageLoaderMachO.cpp
src/ImageLoaderMachO.h
src/ImageLoaderMachOClassic.cpp
src/ImageLoaderMachOClassic.h
src/ImageLoaderMachOCompressed.cpp
src/ImageLoaderMachOCompressed.h
src/ImageLoaderMegaDylib.cpp
src/ImageLoaderMegaDylib.h
src/dyld2.cpp
src/dyld2.h
src/dyldAPIs.cpp
src/dyldAPIsInLibSystem.cpp
src/dyldInitialization.cpp
src/dyldLibSystemGlue.c
src/dyldNew.cpp
src/dyldStartup.s
src/dyldSyscallInterface.h
src/dyld_debugger.cpp
src/dyld_process_info.cpp
src/dyld_process_info_internal.h
src/dyld_usage.cpp
src/glue.c
testing/README.txt
testing/build_ninja.py
testing/include/test_support.h
testing/kernel-cache-tests/KernelCollection.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-bind-to-pageablekc/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-bind-to-pageablekc/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-bind-to-pageablekc/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-bind-to-pageablekc/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-bind-to-pageablekc/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-bind-to-pageablekc/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-bind-to-pageablekc/main.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-bind-to-pageablekc/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-bind-to-pageablekc/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-branch-fixups/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-branch-fixups/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-branch-fixups/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-branch-fixups/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-branch-fixups/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-branch-fixups/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-branch-fixups/main.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-branch-fixups/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-branch-fixups/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/bar.exports [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/extensions-auxkc/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/extensions-auxkc/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/extensions-basekc/codeless.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/main.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel/bar.exports [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel/main.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-kext-bind-to-kernel/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/extensions-auxkc/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/extensions-auxkc/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/extensions-pageablekc/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/extensions-pageablekc/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/extensions-pageablekc/codeless.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/main.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-missing-weak-bind/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-missing-weak-bind/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-missing-weak-bind/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-missing-weak-bind/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-missing-weak-bind/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-missing-weak-bind/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-missing-weak-bind/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-missing-weak-bind/main.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-missing-weak-bind/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-missing-weak-bind/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-no-split-seg/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-no-split-seg/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-no-split-seg/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-no-split-seg/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-no-split-seg/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-no-split-seg/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-no-split-seg/main.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-no-split-seg/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-no-split-seg/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-uuid/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-uuid/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-uuid/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-uuid/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-uuid/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-uuid/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-uuid/main.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-uuid/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-uuid/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/bar1.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/bar1.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/bar2.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/extensions/bar1.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/extensions/bar1.kext/bar1 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/extensions/bar2.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/extensions/bar2.kext/bar2 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/extensions/foo1.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/extensions/foo1.kext/foo1 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/extensions/foo2.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/extensions/foo2.kext/foo2 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo1.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo1.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo2.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/foo2.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/kernel.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/kernel.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces-locals/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/bar1.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/bar1.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/bar2.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/extensions/bar1.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/extensions/bar1.kext/bar1 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/extensions/bar2.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/extensions/bar2.kext/bar2 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/extensions/foo1.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/extensions/foo1.kext/foo1 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/extensions/foo2.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/extensions/foo2.kext/foo2 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/foo1.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/foo1.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/foo2.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/foo2.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/kernel.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/kernel.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/bar1.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/bar1.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/bar2.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/extensions/bar1.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/extensions/bar1.kext/bar1 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/extensions/bar2.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/extensions/bar2.kext/bar2 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/extensions/foo1.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/extensions/foo1.kext/foo1 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/extensions/foo2.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/extensions/foo2.kext/foo2 [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/foo1.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/foo1.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/foo2.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/foo2.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/kernel.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/kernel.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-uuid/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-uuid/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-uuid/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-uuid/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-uuid/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-uuid/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-uuid/main.c [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-uuid/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-uuid/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/metaclass.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/osobject.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-metaclass-patching/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-patching-arm64e/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-patching-no-data-const/test.py [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-patching/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-patching/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/auxkc-vtable-patching/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/auxkc-vtable-patching/test.py [new file with mode: 0644]
testing/kernel-cache-tests/bundle-ids/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/bundle-ids/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/bundle-ids/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/bundle-ids/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/bundle-ids/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/bundle-ids/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/bundle-ids/main.c [new file with mode: 0644]
testing/kernel-cache-tests/bundle-ids/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/bundle-ids/test.py [new file with mode: 0644]
testing/kernel-cache-tests/bundle-libraries-arch/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/bundle-libraries-arch/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/bundle-libraries-arch/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/bundle-libraries-arch/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/bundle-libraries-arch/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/bundle-libraries-arch/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/bundle-libraries-arch/main.c [new file with mode: 0644]
testing/kernel-cache-tests/bundle-libraries-arch/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/bundle-libraries-arch/test.py [new file with mode: 0644]
testing/kernel-cache-tests/codeless-kexts/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/codeless-kexts/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/codeless-kexts/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/codeless-kexts/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/codeless-kexts/test.py [new file with mode: 0644]
testing/kernel-cache-tests/ctf-arm64e/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/ctf-arm64e/ctf.txt [new file with mode: 0644]
testing/kernel-cache-tests/ctf-arm64e/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/ctf-arm64e/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/ctf-arm64e/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/ctf-arm64e/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/ctf-arm64e/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/ctf-arm64e/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/ctf-arm64e/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/ctf-arm64e/test.py [new file with mode: 0644]
testing/kernel-cache-tests/ctf-x86_64/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/ctf-x86_64/ctf.txt [new file with mode: 0644]
testing/kernel-cache-tests/ctf-x86_64/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/ctf-x86_64/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/ctf-x86_64/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/ctf-x86_64/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/ctf-x86_64/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/ctf-x86_64/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/ctf-x86_64/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/ctf-x86_64/test.py [new file with mode: 0644]
testing/kernel-cache-tests/data-const/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/data-const/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/data-const/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/data-const/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/data-const/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/data-const/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/data-const/main.c [new file with mode: 0644]
testing/kernel-cache-tests/data-const/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/data-const/test.py [new file with mode: 0644]
testing/kernel-cache-tests/empty-bundle-dir/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/empty-bundle-dir/extensions/empty.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/empty-bundle-dir/extensions/empty.kext/PlugIns/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/empty-bundle-dir/extensions/empty.kext/PlugIns/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/empty-bundle-dir/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/empty-bundle-dir/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/empty-bundle-dir/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/empty-bundle-dir/main.c [new file with mode: 0644]
testing/kernel-cache-tests/empty-bundle-dir/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/empty-bundle-dir/test.py [new file with mode: 0644]
testing/kernel-cache-tests/extra-prelink-info/main.c [new file with mode: 0644]
testing/kernel-cache-tests/extra-prelink-info/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/extra-prelink-info/prelink-info.plist [new file with mode: 0644]
testing/kernel-cache-tests/extra-prelink-info/test.py [new file with mode: 0755]
testing/kernel-cache-tests/fixups-arm64e/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/fixups-arm64e/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/fixups-arm64e/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/fixups-arm64e/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/fixups-arm64e/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/fixups-arm64e/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/fixups-arm64e/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/fixups-arm64e/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/fixups-arm64e/test.py [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64-unaligned/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64-unaligned/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/fixups-x86_64-unaligned/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64-unaligned/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64-unaligned/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/fixups-x86_64-unaligned/test.py [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/fixups-x86_64/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/fixups-x86_64/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/fixups-x86_64/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/fixups-x86_64/test.py [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-auxkc/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-auxkc/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-auxkc/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/hello-world-auxkc/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-auxkc/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/hello-world-auxkc/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-auxkc/main.c [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-auxkc/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/hello-world-auxkc/test.py [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-kernel/main.c [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-kernel/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/hello-world-kernel/test.py [new file with mode: 0755]
testing/kernel-cache-tests/hello-world-pageablekc/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-pageablekc/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-pageablekc/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/hello-world-pageablekc/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-pageablekc/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/hello-world-pageablekc/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-pageablekc/main.c [new file with mode: 0644]
testing/kernel-cache-tests/hello-world-pageablekc/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/hello-world-pageablekc/test.py [new file with mode: 0644]
testing/kernel-cache-tests/implicit-dependencies/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/implicit-dependencies/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/implicit-dependencies/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/implicit-dependencies/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/implicit-dependencies/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/implicit-dependencies/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/implicit-dependencies/main.c [new file with mode: 0644]
testing/kernel-cache-tests/implicit-dependencies/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/implicit-dependencies/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kernel-base-address-x86_64/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kernel-base-address-x86_64/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kernel-base-address-x86_64/main.kernel.ld_m2hzX0 [new file with mode: 0644]
testing/kernel-cache-tests/kernel-base-address-x86_64/test.py [new file with mode: 0755]
testing/kernel-cache-tests/kernel-base-address/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kernel-base-address/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kernel-base-address/test.py [new file with mode: 0755]
testing/kernel-cache-tests/kernel-uuid/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kernel-uuid/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kernel-uuid/test.py [new file with mode: 0755]
testing/kernel-cache-tests/kernel-vtable-patching-arm64e/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-arm64e/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-arm64e/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-arm64e/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kernel-vtable-patching-arm64e/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-arm64e/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-arm64e/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-arm64e/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kernel-vtable-patching-arm64e/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-error/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-error/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-error/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-error/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kernel-vtable-patching-error/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-error/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-error/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kernel-vtable-patching-error/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-large-base-addr/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-large-base-addr/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-large-base-addr/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-large-base-addr/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kernel-vtable-patching-large-base-addr/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-large-base-addr/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-large-base-addr/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching-large-base-addr/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kernel-vtable-patching-large-base-addr/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kernel-vtable-patching/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kernel-vtable-patching/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kernel-vtable-patching/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-missing-dep/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-missing-dep/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-missing-dep/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-missing-dep/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-missing-dep/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-missing-dep/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64-chains/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64-chains/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64-chains/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-arm64-chains/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64-chains/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-arm64-chains/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64-chains/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64-chains/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-arm64-chains/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-missing-symbol/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-missing-symbol/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-missing-symbol/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-missing-symbol/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-missing-symbol/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-missing-symbol/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-missing-symbol/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-missing-symbol/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-missing-symbol/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-old-section-type/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-old-section-type/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-old-section-type/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-old-section-type/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-old-section-type/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-old-section-type/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-old-section-type/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-old-section-type/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-old-section-type/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set-error/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/exports.txt [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kext/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kext/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set-error/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set-error/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set-error/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set-error/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set-error/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set-error/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set-error/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set/exports.txt [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-bind-to-kpi-private-symbol-set/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-missing-weak-bind/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-missing-weak-bind/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-missing-weak-bind/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-missing-weak-bind/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-missing-weak-bind/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-missing-weak-bind/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-missing-weak-bind/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-missing-weak-bind/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-missing-weak-bind/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-missing-weak-bind/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-receipts/large.txt [new file with mode: 0644]
testing/kernel-cache-tests/kext-receipts/large2.txt [new file with mode: 0644]
testing/kernel-cache-tests/kext-receipts/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-receipts/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-receipts/small.txt [new file with mode: 0644]
testing/kernel-cache-tests/kext-receipts/test.py [new file with mode: 0755]
testing/kernel-cache-tests/kext-relative-paths/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-relative-paths/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-relative-paths/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-relative-paths/extensions/foo.kext/Contents/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-relative-paths/extensions/foo.kext/Contents/MacOS/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-relative-paths/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-relative-paths/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-relative-paths/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-relative-paths/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/bar.h [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/baz.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/extensions/baz.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/extensions/baz.kext/baz [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-arm64e/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-error-small-vtable/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-overrides/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-overrides/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-overrides/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-overrides/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-overrides/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-overrides/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-overrides/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-overrides/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-overrides/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching-overrides/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching-overrides/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/kext-vtable-patching/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-vtable-patching/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind-chained/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind-chained/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind-chained/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-weak-bind-chained/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind-chained/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-weak-bind-chained/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind-chained/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind-chained/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-weak-bind-chained/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kext-weak-bind/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kext-weak-bind/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kext-weak-bind/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kext-weak-bind/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kexts-missing-split-seg-error/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kexts-missing-split-seg-error/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kexts-missing-split-seg-error/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kexts-missing-split-seg-error/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kexts-missing-split-seg-error/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kexts-missing-split-seg-error/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kexts-missing-split-seg-error/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kexts-missing-split-seg-error/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kexts-missing-split-seg-error/test.py [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-errors/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-errors/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-errors/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info-errors/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-errors/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info-errors/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-errors/kmod.h [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-errors/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-errors/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info-errors/test.py [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info-local-symbols/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-local-symbols/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-local-symbols/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info-local-symbols/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-local-symbols/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info-local-symbols/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-local-symbols/kmod.h [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-local-symbols/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info-local-symbols/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info-local-symbols/test.py [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info/kmod.h [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info/main.c [new file with mode: 0644]
testing/kernel-cache-tests/kmod-info/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/kmod-info/test.py [new file with mode: 0755]
testing/kernel-cache-tests/large-auxkc-errors/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-errors/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-errors/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/large-auxkc-errors/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-errors/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/large-auxkc-errors/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-errors/main.c [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-errors/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/large-auxkc-errors/test.py [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-no-errors/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-no-errors/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-no-errors/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/large-auxkc-no-errors/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-no-errors/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/large-auxkc-no-errors/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-no-errors/main.c [new file with mode: 0644]
testing/kernel-cache-tests/large-auxkc-no-errors/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/large-auxkc-no-errors/test.py [new file with mode: 0644]
testing/kernel-cache-tests/large-kcs-errors/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/large-kcs-errors/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/large-kcs-errors/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/large-kcs-errors/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/large-kcs-errors/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/large-kcs-errors/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/large-kcs-errors/main.c [new file with mode: 0644]
testing/kernel-cache-tests/large-kcs-errors/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/large-kcs-errors/test.py [new file with mode: 0755]
testing/kernel-cache-tests/last-data-const/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/last-data-const/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/last-data-const/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/last-data-const/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/last-data-const/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/last-data-const/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/last-data-const/main.c [new file with mode: 0644]
testing/kernel-cache-tests/last-data-const/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/last-data-const/test.py [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-data/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-data/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-data/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/packed-kext-data/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-data/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/packed-kext-data/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-data/main.c [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-data/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/packed-kext-data/test.py [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-text/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-text/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-text/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/packed-kext-text/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-text/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/packed-kext-text/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-text/main.c [new file with mode: 0644]
testing/kernel-cache-tests/packed-kext-text/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/packed-kext-text/test.py [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-bind-to-basekc/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-bind-to-basekc/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-bind-to-basekc/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/pageablekc-bind-to-basekc/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-bind-to-basekc/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/pageablekc-bind-to-basekc/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-bind-to-basekc/main.c [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-bind-to-basekc/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/pageablekc-bind-to-basekc/test.py [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-uuid/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-uuid/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-uuid/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/pageablekc-uuid/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-uuid/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/pageablekc-uuid/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-uuid/main.c [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-uuid/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/pageablekc-uuid/test.py [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-vtable-patching/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-vtable-patching/bar.cpp [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-vtable-patching/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-vtable-patching/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/pageablekc-vtable-patching/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-vtable-patching/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/pageablekc-vtable-patching/foo.cpp [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-vtable-patching/foo.h [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-vtable-patching/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/pageablekc-vtable-patching/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/pageablekc-vtable-patching/test.py [new file with mode: 0644]
testing/kernel-cache-tests/plugins/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/plugins/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/plugins/extensions/foo.kext/PlugIns/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/plugins/extensions/foo.kext/PlugIns/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/plugins/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/plugins/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/plugins/main.c [new file with mode: 0644]
testing/kernel-cache-tests/plugins/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/plugins/test.py [new file with mode: 0644]
testing/kernel-cache-tests/ppl-data-const/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/ppl-data-const/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/ppl-data-const/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/ppl-data-const/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/ppl-data-const/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/ppl-data-const/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/ppl-data-const/main.c [new file with mode: 0644]
testing/kernel-cache-tests/ppl-data-const/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/ppl-data-const/test.py [new file with mode: 0644]
testing/kernel-cache-tests/strip-all-kexts/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-all-kexts/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-all-kexts/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/strip-all-kexts/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-all-kexts/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/strip-all-kexts/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-all-kexts/main.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-all-kexts/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/strip-all-kexts/test.py [new file with mode: 0644]
testing/kernel-cache-tests/strip-all/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-all/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-all/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/strip-all/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-all/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/strip-all/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-all/main.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-all/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/strip-all/test.py [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-all/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-all/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-all/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/strip-kexts-all/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-all/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/strip-kexts-all/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-all/main.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-all/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/strip-kexts-all/test.py [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-exports/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-exports/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-exports/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/strip-kexts-exports/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-exports/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/strip-kexts-exports/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-exports/main.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-exports/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/strip-kexts-exports/test.py [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-locals/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-locals/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-locals/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/strip-kexts-locals/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-locals/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/strip-kexts-locals/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-locals/main.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-kexts-locals/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/strip-kexts-locals/test.py [new file with mode: 0644]
testing/kernel-cache-tests/strip-none/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-none/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-none/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/strip-none/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/strip-none/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/strip-none/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-none/main.c [new file with mode: 0644]
testing/kernel-cache-tests/strip-none/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/strip-none/test.py [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/extensions/baz.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/main.c [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/test.py [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-prefix/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-prefix/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-prefix/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/symbol-sets-prefix/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-prefix/main.c [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets-prefix/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/symbol-sets-prefix/test.py [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/symbol-sets/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets/main.c [new file with mode: 0644]
testing/kernel-cache-tests/symbol-sets/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/symbol-sets/test.py [new file with mode: 0644]
testing/kernel-cache-tests/testall.py [new file with mode: 0755]
testing/kernel-cache-tests/text-fixups-x86_64-auxkc/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64-auxkc/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64-auxkc/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/text-fixups-x86_64-auxkc/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64-auxkc/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/text-fixups-x86_64-auxkc/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64-auxkc/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64-auxkc/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/text-fixups-x86_64-auxkc/test.py [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64/bar.c [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64/extensions/bar.kext/bar [new file with mode: 0755]
testing/kernel-cache-tests/text-fixups-x86_64/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/text-fixups-x86_64/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64/main.cpp [new file with mode: 0644]
testing/kernel-cache-tests/text-fixups-x86_64/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/text-fixups-x86_64/test.py [new file with mode: 0644]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/SymbolSets.plist [new file with mode: 0644]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/extensions/foo.kext/foo [new file with mode: 0755]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/extensions/foo.kext/foo.arm64.ld/filelist [new file with mode: 0644]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/extensions/foo.kext/foo.arm64.ld/files/foo-f6e015.o [new file with mode: 0644]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/extensions/foo.kext/foo.arm64.ld/link_command [new file with mode: 0644]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/extensions/foo.kext/foo.arm64.ld/orig_command_line [new file with mode: 0644]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/foo.c [new file with mode: 0644]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/main.c [new file with mode: 0644]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/vtable-patching-metaclass-alias/test.py [new file with mode: 0644]
testing/lib/test_support.cpp
testing/run-static/jit_entitlement.plist [new file with mode: 0644]
testing/run-static/run-static.cpp [new file with mode: 0644]
testing/test-cases/NSAddImage-basic.dtest/main.c
testing/test-cases/NSAddImage-fail.dtest/main.cpp
testing/test-cases/NSAddImage-loaded.dtest/main.c
testing/test-cases/NSAddressOfSymbol-basic.dtest/main.c
testing/test-cases/NSCreateObjectFileImageFromFile-basic.dtest/main.c
testing/test-cases/NSCreateObjectFileImageFromFile-stress.dtest/main.cpp
testing/test-cases/NSCreateObjectFileImageFromMemory-basic.dtest/main.c
testing/test-cases/NSLookupSymbolInImage-basic.dtest/main.c
testing/test-cases/_dyld_for_each_objc_class-duplicates.dtest/main.m
testing/test-cases/_dyld_for_each_objc_class-missing-weak-chained.dtest/main.mm
testing/test-cases/_dyld_for_each_objc_class-missing-weak.dtest/main.mm
testing/test-cases/_dyld_for_each_objc_class.dtest/main.m
testing/test-cases/_dyld_for_each_objc_protocol.dtest/main.m
testing/test-cases/_dyld_get_image_name-cache-symlink.dtest/foo.c [new file with mode: 0644]
testing/test-cases/_dyld_get_image_name-cache-symlink.dtest/main.c [new file with mode: 0644]
testing/test-cases/_dyld_get_objc_selector-chained.dtest/main.m
testing/test-cases/_dyld_get_prog_image_header.dtest/foo.c [new file with mode: 0644]
testing/test-cases/_dyld_get_prog_image_header.dtest/main.c [new file with mode: 0644]
testing/test-cases/_dyld_launch_mode.dtest/main.c [new file with mode: 0644]
testing/test-cases/_dyld_shared_cache_contains_path.dtest/main.c [new file with mode: 0644]
testing/test-cases/_dyld_shared_cache_real_path.dtest/main.c [new file with mode: 0644]
testing/test-cases/amfi-hardened-dlopen-leaf.dtest/main.c
testing/test-cases/amfi-interpose.dtest/main.c
testing/test-cases/bind-addend.dtest/main.c
testing/test-cases/bind-rebase.dtest/main.c
testing/test-cases/chained-fixups-many-binds.dtest/foo.c
testing/test-cases/chained-fixups-many-binds.dtest/foo.h
testing/test-cases/chained-fixups-many-binds.dtest/main.c
testing/test-cases/chained-fixups-many-binds.dtest/uses.h
testing/test-cases/crt-old-mac10.5-vars-libSystem.dtest/main.c
testing/test-cases/crt-old-mac10.6-vars-libSystem.dtest/main.c
testing/test-cases/dlopen-RTLD_LOCAL-coalesce.dtest/main.c
testing/test-cases/dlopen-atpath-restricted.dtest/main.c
testing/test-cases/dlopen-dyld.dtest/main.c [new file with mode: 0644]
testing/test-cases/dlopen-haswell.dtest/main.c
testing/test-cases/dlopen-iOSMac.dtest/cat.c [new file with mode: 0644]
testing/test-cases/dlopen-iOSMac.dtest/foo.c [new file with mode: 0644]
testing/test-cases/dlopen-iOSMac.dtest/main.c [new file with mode: 0644]
testing/test-cases/dlopen-indirect-groupNum.dtest/main.c
testing/test-cases/dlopen-jna.dtest/foo.c [new file with mode: 0644]
testing/test-cases/dlopen-jna.dtest/jna.c [new file with mode: 0644]
testing/test-cases/dlopen-jna.dtest/main.c [new file with mode: 0644]
testing/test-cases/dlopen_from-basic.dtest/bar.c [new file with mode: 0644]
testing/test-cases/dlopen_from-basic.dtest/main.c [new file with mode: 0644]
testing/test-cases/dlopen_from-basic.dtest/test.c [new file with mode: 0644]
testing/test-cases/dlopen_preflight.dtest/main.c [new file with mode: 0644]
testing/test-cases/dtrace.dtest/main.c
testing/test-cases/dyld_abort_payload.dtest/main.cpp
testing/test-cases/dyld_need_closure.dtest/main.c
testing/test-cases/dyld_process_info.dtest/main.cpp
testing/test-cases/dyld_usage_json.dtest/foo.c [new file with mode: 0644]
testing/test-cases/dyld_usage_json.dtest/main.mm [new file with mode: 0644]
testing/test-cases/dyld_usage_json.dtest/target.c [new file with mode: 0644]
testing/test-cases/dyld_version_spis.dtest/main.c
testing/test-cases/dyld_version_spis.dtest/version_set.c [new file with mode: 0644]
testing/test-cases/dylib-re-export-old-format.dtest/main.c
testing/test-cases/env-DYLD_FORCE_PLATFORM.dtest/main.c
testing/test-cases/env-DYLD_LIBRARY_PATH-cache-iOSMac.dtest/main.c [new file with mode: 0644]
testing/test-cases/env-DYLD_LIBRARY_PATH-cache-iOSMac.dtest/myzlib.c [new file with mode: 0644]
testing/test-cases/env-DYLD_LIBRARY_PATH-cache-iOSMac.dtest/reexported-myzlib.c [new file with mode: 0644]
testing/test-cases/env-DYLD_LIBRARY_PATH-cache-iOSMac.dtest/reexporter.c [new file with mode: 0644]
testing/test-cases/env-DYLD_VERSIONED_FRAMEWORK_PATH.dtest/main.c
testing/test-cases/env-DYLD_VERSIONED_LIBRARY_PATH-missing-dylibs.dtest/foo.c [new file with mode: 0644]
testing/test-cases/env-DYLD_VERSIONED_LIBRARY_PATH-missing-dylibs.dtest/main.c [new file with mode: 0644]
testing/test-cases/env-DYLD_VERSIONED_LIBRARY_PATH.dtest/main.c
testing/test-cases/flat-namespace-absolute-symbol.dtest/main.c
testing/test-cases/flat-namespace.dtest/main.c
testing/test-cases/kernel-auxkc-fixups.dtest/bar.c [new file with mode: 0644]
testing/test-cases/kernel-auxkc-fixups.dtest/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/test-cases/kernel-auxkc-fixups.dtest/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/test-cases/kernel-auxkc-fixups.dtest/extensions/kernel-export.kext/Info.plist [new file with mode: 0644]
testing/test-cases/kernel-auxkc-fixups.dtest/foo.c [new file with mode: 0644]
testing/test-cases/kernel-auxkc-fixups.dtest/kernel-export.c [new file with mode: 0644]
testing/test-cases/kernel-auxkc-fixups.dtest/main.c [new file with mode: 0644]
testing/test-cases/kernel-classic-relocs.h [new file with mode: 0644]
testing/test-cases/kernel-fixups-x86_64.dtest/main.c [new file with mode: 0644]
testing/test-cases/kernel-fixups.dtest/main.c [new file with mode: 0644]
testing/test-cases/kernel-fixups.h [new file with mode: 0644]
testing/test-cases/kernel-hello-world.dtest/main.c [new file with mode: 0644]
testing/test-cases/kernel-helpers.h [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-auxkc-fixups.dtest/bar.c [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-auxkc-fixups.dtest/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-auxkc-fixups.dtest/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-auxkc-fixups.dtest/extensions/pageable.kext/Info.plist [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-auxkc-fixups.dtest/foo.c [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-auxkc-fixups.dtest/main.c [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-auxkc-fixups.dtest/pageable.c [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-fixups.dtest/bar.c [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-fixups.dtest/extensions/bar.kext/Info.plist [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-fixups.dtest/extensions/foo.kext/Info.plist [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-fixups.dtest/extensions/kernel-export.kext/Info.plist [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-fixups.dtest/foo.c [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-fixups.dtest/kernel-export.c [new file with mode: 0644]
testing/test-cases/kernel-pageablekc-fixups.dtest/main.c [new file with mode: 0644]
testing/test-cases/kernel-test-runner.h [new file with mode: 0644]
testing/test-cases/large-load-commands.dtest/extra.cmds [new file with mode: 0644]
testing/test-cases/large-load-commands.dtest/foo.c [new file with mode: 0644]
testing/test-cases/large-load-commands.dtest/main.c [new file with mode: 0644]
testing/test-cases/lazy-symbol-missing.dtest/main-call.c
testing/test-cases/lazy-symbol-missing.dtest/main.c
testing/test-cases/lazy-symbol-missing.dtest/runner.cpp
testing/test-cases/libdsc.dtest/main.c [new file with mode: 0644]
testing/test-cases/macOS-cache-rebuild.dtest/main.cpp
testing/test-cases/missing-weak-def.dtest/bar.c
testing/test-cases/missing-weak-def.dtest/main.c
testing/test-cases/no-shared-cache.dtest/main.c [deleted file]
testing/test-cases/restrict-search.dtest/main.c
testing/test-cases/thread-local-atexit-macOS.dtest/main.cpp
testing/test-cases/unix-conformance.dtest/main.c
testing/test-cases/upward-links-initializers.dtest/init1.c [new file with mode: 0644]
testing/test-cases/upward-links-initializers.dtest/init2.c [new file with mode: 0644]
testing/test-cases/upward-links-initializers.dtest/init3.c [new file with mode: 0644]
testing/test-cases/upward-links-initializers.dtest/init4.c [new file with mode: 0644]
testing/test-cases/upward-links-initializers.dtest/init5.c [new file with mode: 0644]
testing/test-cases/upward-links-initializers.dtest/init6.c [new file with mode: 0644]
testing/test-cases/upward-links-initializers.dtest/main.c [new file with mode: 0644]
testing/test-cases/upward-links-initializers.dtest/value.c [new file with mode: 0644]
testing/test-cases/weak-def-bind-old-format.dtest/main.c
testing/test-cases/weak-def-unload.dtest/bar.c [new file with mode: 0644]
testing/test-cases/weak-def-unload.dtest/foo.c [new file with mode: 0644]
testing/test-cases/weak-def-unload.dtest/main.c [new file with mode: 0644]