Results 665 comments of milahu

workaround: build frida-core with ``` meson setup -Ddefault_library=static ``` ideally this should work without setting default_library → use meson's `static_library` instead of `library` (or fix the `default_library=shared` build ...)

> `bindings/gumjs/runtime-build-quick/frida.js` looks like > > ``` > 📦222 /runtime/entrypoint-quickjs.js.map > ``` this is wrong, should be valid javascript ```js (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find...

> `python -m javascript --install ` not helpful on nixos, becaues `__dirname` always evals to `/nix/store/95x44fm60xp1mqa4s5jf7036cl4hgchh-javascript-1.1.2/lib/python3.10/site-packages/javascript/js` which is always read-only for packages using JSPyBridge generally, storing state in `site-packages` is...

another dead link http://davidjwalling.blogspot.com/2016/10/radare2-redux-single-step-debug-64-bit.html

another dead link ^^ https://unlogic.co.uk/2017/06/28/examining-malware-with-r2/

> Previously I had a go with [pythons built-in ini parser](https://docs.python.org/3/library/configparser.html), but it doesn't handle repeated sections. the `configparser` module supports repeated sections with `strict=False` ```py import configparser config =...

this is still an issue when building mvn2nix with mvn2nix.nix ```nix # based on src/mvn2nix/default.nix # avoid external sources: niv, nix-gitignore, nixpkgs # fix: error: access to URI 'https://github.com/NixOS/nixpkgs/archive/a332da8588aeea4feb9359d23f58d95520899e3c.tar.gz' is...

works for me : ) i just stumbled over this bug again, and my patch still works > ... or (not-yet verified) when building mvn2nix > without the pinned nixpkgs...

so the pom.xml is a generated file, and the generator should be fixed? i have zero experience with java, so im just guessing here