Skip to content

Instantly share code, notes, and snippets.

@devnoname120
Created November 27, 2016 15:52
Show Gist options
  • Save devnoname120/da986fa40f9f1c9b0d131c6280684b8b to your computer and use it in GitHub Desktop.
Save devnoname120/da986fa40f9f1c9b0d131c6280684b8b to your computer and use it in GitHub Desktop.
taihenexports
vitasdk: "exports"
layout: 2
firmware: 3.60 # Optional
modules:
taihen:
attributes: 0
version:
major: 1
minor: 1
main:
start: module_start
stop: module_stop
exit: module_exit
libraries:
taihen:
syscall: true
functions:
- taiHookFunctionExportForUser
- taiHookFunctionImportForUser
- taiHookFunctionOffsetForUser
- taiGetModuleInfo
- taiHookRelease
- taiInjectAbs
- taiInjectDataForUser
- taiInjectRelease
taihenUnsafe:
syscall: true
functions:
- taiLoadKernelModule
- taiStartKernelModuleForUser
- taiLoadStartKernelModuleForUser
- taiLoadStartModuleForPidForUser
- taiStopKernelModuleForUser
- taiUnloadKernelModule
- taiStopUnloadKernelModuleForUser
- taiStopModuleForPidForUser
- taiUnloadModuleForPid
- taiStopUnloadModuleForPidForUser
- taiMemcpyUserToKernel
- taiMemcpyKernelToUser
- taiReloadConfig
taihenForKernel:
functions:
- taiHookFunctionAbs
- taiHookFunctionExportForKernel
- taiHookFunctionImportForKernel
- taiHookFunctionOffsetForKernel
- taiGetModuleInfoForKernel
- taiHookReleaseForKernel
- taiInjectAbsForKernel
- taiInjectDataForKernel
- taiInjectReleaseForKernel
- taiLoadPluginsForTitleForKernel
taihenModuleUtils:
functions:
- module_get_by_name_nid
- module_get_offset
- module_get_export_func
- module_get_import_func
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment