Antochi Anton
Antochi Anton
When doing refactoring of debuggable smali code - renaming method names, you are not able to debug(go in, run step by step) this renamed method. Android studio displays a hint...
You have a special condition in your app cycle where you check whether the app user installe or not. What the problem with non-user-installed apps?
I`ve [decided to compare](https://github.com/simplito/elliptic-php/issues/2) basic calculation of public key based on private key against [Curve25519](https://github.com/mgp25/curve25519-php): ``` $secureRandom = openssl_random_pseudo_bytes ( 32); // native curve25519.so $trusty_private = curve25519_private($secureRandom); $trusty_public = curve25519_public($trusty_private);...
If u run more than 1 instance of burp and configure both of them to use the same extension file, it leads to result when only one instance really ABLE...
https://github.com/web-push-libs/encrypted-content-encoding/blob/831b6bff0c5acc6abf2484c2b71ac110e87ee345/python/http_ece/__init__.py#L79
Did not dig into it, but some domains - like `pftech.xyz` provokes segmentation fault
I am not using SystemJS, but I need to import library via NgModule annotation. This is what I got: "Please add a @NgModule annotation.": ``` import { YaCoreModuleForRoot } from...
` dist = _get_prepared_distribution( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pip/_internal/operations/prepare.py", line 72, in _get_prepared_distribution abstract_dist.prepare_distribution_metadata( File "/usr/local/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py", line 56, in prepare_distribution_metadata self._install_build_reqs(finder) File "/usr/local/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py", line 126, in _install_build_reqs build_reqs = self._get_build_requires_wheel() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...