Georgi Boiko

Results 17 issues of Georgi Boiko

**Description** Occasionally spotifyd crashes. More frequently in the last couple of days - possibly spotify changing something on the backend? **To Reproduce** Leave the music on for a few hours...

bug

# System info: # - Sublime Text version: 3.2.2, Build 3211 - Which system are you on: Windows 10 - Clang version: 11 # What happens: # I have both...

bug
help-wanted
wontfix
Windows

Run ``` Java.perform(function () { var target_class = Java.use("java.security.KeyStore"); var target_method_name = "getInstance"; var target_overload = ['java.lang.String']; var original_method = target_class[target_method_name].overload.apply('this', target_overload); }); ``` Using `frida -U -n Gadget -l...

Although #60 was fixed, the UI still stretches to a ridiculous size when a binary file is sent to the plugin. I believe this is due to the text editor...

After sending a request to the extension, the font in the text editor gets reset to a non-monospace one. This propagates to all text editor instances in Burp Suite. ![image](https://user-images.githubusercontent.com/7682940/81165619-2fe4bd00-8f8a-11ea-86d3-7dbdf8ac1a97.png)

Observed behavior: Issues that show up in the Target tab and show you request-response pairs always have the original request that was sent to the extension under Request 1. Request...

## Appium or Appium Desktop? You are reporting an issue at the Appium Desktop repository. Appium Desktop is a wrapper around Appium. If you are having trouble running tests, it...

enhancement

Running a scan for the first time comes back with empty results. Running it for the second consecutive time generates the error below. Running any `blesuite` command inbetween makes it...

Steps to reproduce: 1. Create two files containing just this line: `Java.perform(function() { });`, justBreakFrida1.js and justBreakFrida2.js 2. `frida -U -f my.awesome.app -l justBreakFrida1.js` 3. `frida -U -n my.awesome.app -l...

AndroidPinning relies on Apache framework: https://github.com/moxie0/AndroidPinning/blob/master/src/org/thoughtcrime/ssl/pinning/util/PinningHelper.java#L58-L62 Which got deprecated in API 22 (Android 5.1): https://developer.android.com/about/versions/android-5.1.html#http http://developer.android.com/reference/org/apache/http/params/HttpParams.html This makes `org.thoughtcrime.ssl.pinning.util.PinningHelper.getPinnedHttpClient()` deprecated.