Skip to content
#

bytecode-manipulation

Here are 101 public repositories matching this topic...

Recaf
Col-E
Col-E commented Nov 14, 2021

Describe the bug

Any call to Desktop.browse(...) freezes Recaf on Linux machines with GNOME

To Reproduce

  • Say "yes" to opening the documentation
  • Help > System info > open recaf directory

The Solution

From: https://stackoverflow.com/questions/23176624/javafx-freeze-on-desktop-openfile-desktop-browseuri

if( Desktop.isDesktopSupported() )
{
    new T
yGuard
Fohlen
Fohlen commented Sep 7, 2020

There are many possible ways of obfuscation. It would be good to create a table / chart in the documentation which ones exist and are supported by yGuard. Inspiration could be drawn from this paper. The scope of this ticket is to create a new documentation page with mentioned details.

documentation good first issue Hacktoberfest difficulty:beginner

Improve this page

Add a description, image, and links to the bytecode-manipulation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bytecode-manipulation topic, visit your repo's landing page and select "manage topics."

Learn more