We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process
We can use the JavaScript API docs as a goal -> https://frida.re/docs/javascript-api/#process
Process.id
Process.arch
Process.platform
Process.pageSize
Process.pointerSize
Process.codeSigningPolicy
Process.mainModule
Process.getCurrentDir()
Process.getHomeDir()
Process.getTmpDir()
Process.isDebuggerAttached()
Process.getCurrentThreadId()
Process.enumerateThreads()
Process.findModuleByAddress(address), Process.getModuleByAddress(address), Process.findModuleByName(name), Process.getModuleByName(name)
Process.enumerateModules()
Process.findRangeByAddress(address), getRangeByAddress(address)
Process.enumerateRanges(protection|specifier)
Process.enumerateMallocRanges()
Process.setExceptionHandler(callback)
We can keep this issue open to track the progress and close it once its done :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We can use the JavaScript API docs as a goal -> https://frida.re/docs/javascript-api/#process
Process.id
done in adding process #182Process.arch
Process.platform
done in adding process #182Process.pageSize
Process.pointerSize
Process.codeSigningPolicy
done in adding process #182Process.mainModule
done in adding process #182Process.getCurrentDir()
done Added more function for Process #188Process.getHomeDir()
done Added more function for Process #188Process.getTmpDir()
done Added more function for Process #188Process.isDebuggerAttached()
Process.getCurrentThreadId()
done Added more function for Process #188Process.enumerateThreads()
Process.findModuleByAddress(address), Process.getModuleByAddress(address), Process.findModuleByName(name), Process.getModuleByName(name)
Process.enumerateModules()
Process.findRangeByAddress(address), getRangeByAddress(address)
Process.enumerateRanges(protection|specifier)
done in adding process #182Process.enumerateMallocRanges()
Process.setExceptionHandler(callback)
We can keep this issue open to track the progress and close it once its done :)
The text was updated successfully, but these errors were encountered: