Miłosz Gaczkowski
Miłosz Gaczkowski
At some point, `installedPackages()` got modified from https://github.com/WithSecureLabs/drozer/blob/8a7a2853fb01d3500794e982a5b4963e9428e995/src/drozer/modules/common/package_manager.py#L106-L111 to https://github.com/WithSecureLabs/drozer/blob/a9018a2f15000bec1d598174a4076125652fe21e/src/drozer/modules/common/package_manager.py#L105-L110 This means that every time we call `getPackages()` with flags other than `GET_META_DATA`, those flags get ignored. This is _very...
The `auxiliary.webcontentresolver` module mostly works, except the root page no longer lists all providers as it's supposed to. What needs doing: - Broken exception handler still relies on `e.message()`, which...
A few modules currently rely on busybox, namely: - `shell.send` - `scanner.misc.readablefiles` - `scanner.misc.sflagbinaries` - `scanner.misc.writablefiles` The version of busybox shipped with drozer is an ancient x86 build which doesn't...