This project is mirrored from https://github.com/sensepost/objection.
Pull mirroring updated .
- Sep 13, 2024
-
-
Isak Van Der Walt authored
-
- Jun 07, 2024
-
-
Leon authored
-
- May 24, 2024
- May 23, 2024
-
-
Leon authored
-
Leon authored
-
Altay Akkus authored
* Support for apktool d --only-main-classes Fixes #659 * Minor fixes, working now.
-
Megladon authored
* (feat) Added memory replace command. * refactor duplicate code.
-
Connor Armand Du Plooy authored
-
Gaston Toth authored
-
- Sep 10, 2023
-
-
Darion Reyes authored
-
- Apr 22, 2023
-
-
Kevin Wu authored
-
- Mar 30, 2023
-
-
Eric Le Guevel authored
Resolve https://github.com/sensepost/objection/issues/590 Co-authored-by: eleguevel <eleguevel@quarkslab.com>
-
ApkUnpacker authored
* Update crypto.ts * Update ios.bundles.list_frameworks.txt * Update bundles.py
-
O.o authored
-
- Feb 28, 2023
-
-
Leon authored
-
dependabot[bot] authored
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits ) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Feb 13, 2022
-
-
Leon authored
-
Leon authored
-
Leon authored
closes #473
-
Leon authored
-
Connor Armand Du Plooy authored
-
Leon authored
-
Connor Armand Du Plooy authored
* Added chunking to memory dump operations * Increased block size and used chunking on all dumping methods * Removed extra parameter * Fixed missing bytearrays + used previously unused parameter (im sorry)
-
Leon authored
-
Connor Armand Du Plooy authored
* Added android pattern hooking * Create a job per invocation of search/watch * Cleaning up * Added error when search pattern is incorrect * fix job 'implementation' Co-authored-by: cduplooy <caduplooy@protonmail.com> Co-authored-by: cduplooy <connor.plooy@com>
-
Leon authored
-
Connor Armand Du Plooy authored
* Added ios pattern hooking * Create a job per invocation of search/watch * Removed job from ios hooking search * Removed job from ios hooking search Co-authored-by: cduplooy <caduplooy@protonmail.com>
-
- Feb 10, 2022
- Nov 16, 2021
-
-
Connor Armand Du Plooy authored
-
- Oct 25, 2021
-
-
Leon authored
this commit contains many changes. the most important of which is a completely rewritten Agent class, improving support for early instrumentation. pre this commit, because we we're injecting the frida gadget in target applications, we expected communications to occur over a tcp socket. as far back as frida 12.7+ support injecting the frida-server into applications that are debuggable vastly simplifies this process in jailed environments. as such, we can use normal "usb" comms, and thereby more closely follow the same logic as found in frida-* tools. a small changelog for all the changes: - remove the get_device_info() call that relied on frida scripts to get information about the platform. instead we're now using device.query_system_parameters() - replace the old `explore` command with a new `start` command - support spawning new applications - support attaching to the frontmost application - support enabling the node debug port, accessible via the chrome debugger - support immediately resuming apps - replace os with pathlib in some places - remove the `objection device_type` command - add the `resume` repl command to resume apps - add a prompt token to show the current process state (pause/run) no tests were fixed, so expect most of them to fail :P related issues: #473, #474
-
- Oct 24, 2021