KSG

Results 11 comments of KSG

Burp was crash after applying openjfx library :(

> I'll edit this comment to collect a list of other Gradle dependency analysis tools, to look at how they're avoiding the `AmbiguousConfigurationSelectionException` and `AmbiguousVariantSelectionException` (ticked ones have been looked...

> Thanks for reporting this. It is working properly on ![image](https://user-images.githubusercontent.com/8288210/271636771-4a7d6af7-7356-4351-8fd0-07e2cd9a9eae.png) but not on ![image](https://user-images.githubusercontent.com/8288210/271636879-6715f902-8417-4cd0-aad1-a0cb8df8a8cb.png) > > Seems like we need to add `IHttpService` to the request on this line:...

vscode command for file navigation (https://code.visualstudio.com/api/references/commands) ```typescript vscode.commands.executeCommand( "editor.action.goToLocations", vscode.Uri.file(filepath), new vscode.Position(linenumber, 0), [], "goto" ); ```

Hello @hahwul ! I've added a new option to include file paths in the result output. I did this by adding a details field (a struct type) to the Endpoint...

@hitfzyangdianshi Hello, I have fixed the suspicious code. Please try again by upgrading the frida-gadget version to 1.3.8 (`pip install frida-gadget --upgrade`). If it still doesn't work, please send me...

@hitfzyangdianshi The injection was successful and i couldn't identify the issue from your logcat. How about trying to change the main activity to UnityPlayerActivity? You can do it like this...

Testing in https://github.com/ksg97031/endpoints