Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revamped all icons using jetbrains intellij icons #88

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("org.ow2.asm:asm-util")
implementation("org.ow2.asm:asm-commons")

implementation("com.github.leibnitz27:cfr") { isChanging = true }
implementation("com.github.leibnitz27:cfr:0.151")
implementation("ch.qos.logback:logback-classic")

externalLib("fernflower-15-05-20")
Expand Down
4 changes: 2 additions & 2 deletions gui/src/main/java/me/nov/threadtear/Threadtear.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public class Threadtear extends JFrame {
public Threadtear() {
logFrame = new LogFrame();
this.initBounds();
this.setTitle("Threadtear " + CoreUtils.getVersion());
this.setIconImage(SwingUtils.iconToFrameImage(SwingUtils.getIcon("threadtear.svg", true), this));
this.setTitle("SkidSuite " + CoreUtils.getVersion());
this.setIconImage(SwingUtils.iconToFrameImage(SwingUtils.getIcon("skidsuite.svg", true), this));
neilhuang007 marked this conversation as resolved.
Show resolved Hide resolved
this.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
this.addWindowListener(new ExitListener(this));
this.initializeFrame();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,6 @@ private JPanel createBottomButtons() {
JOptionPane.showMessageDialog(this, "You have to load a jar file first.");
return;
}
if (main.listPanel.executionList.getExecutions().size() > 0) {
JTextArea ta = new JTextArea();
ta.setText("This project is entirely open-source and many hours have went into developing it.\n" +
"Please consider donating a small amount, if you are happy with your deobfuscation results.\n" +
"Every paid coffee will result in motivation to develop this tool, as it lives of it.\n" +
"You can also contact me on twitter (@graxcoding) for more options.\n" +
"Thank you.\n\n" +
"Bitcoin adress: 3LfBXghKn8KAj74tyetaUdJLic4NpGY3Vr");
ta.setCaretPosition(0);
ta.setEditable(false);
JOptionPane.showMessageDialog(this,
ta, "Consider donating",
JOptionPane.INFORMATION_MESSAGE, SwingUtils.getIcon("bit_qr.png", 150, 150));
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤨

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohhh, i forgot bout dat, it was too painful for me to debug so i removed it

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and i am inspired by ur skidsuite project

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uhhh more changes is bout to be pushed regarding the deobfuscation parts, but yea just edit the commits and pls merge

JFileChooser jfc = new JFileChooser(inputFile.getParentFile());
jfc.setAcceptAllFileFilterUsed(false);
jfc.setSelectedFile(new File(FilenameUtils.removeExtension(inputFile.getAbsolutePath()) + ".jar"));
Expand Down
14 changes: 3 additions & 11 deletions gui/src/main/resources/me/nov/threadtear/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 3 additions & 11 deletions gui/src/main/resources/me/nov/threadtear/add_disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 4 additions & 11 deletions gui/src/main/resources/me/nov/threadtear/analysis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 4 additions & 11 deletions gui/src/main/resources/me/nov/threadtear/analysis_disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gui/src/main/resources/me/nov/threadtear/bit_qr.png
Binary file not shown.
16 changes: 4 additions & 12 deletions gui/src/main/resources/me/nov/threadtear/bytecode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 17 additions & 11 deletions gui/src/main/resources/me/nov/threadtear/bytecode_disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 5 additions & 9 deletions gui/src/main/resources/me/nov/threadtear/class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 3 additions & 12 deletions gui/src/main/resources/me/nov/threadtear/decompile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 3 additions & 12 deletions gui/src/main/resources/me/nov/threadtear/decompile_disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions gui/src/main/resources/me/nov/threadtear/enum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions gui/src/main/resources/me/nov/threadtear/failure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 4 additions & 8 deletions gui/src/main/resources/me/nov/threadtear/field.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 5 additions & 12 deletions gui/src/main/resources/me/nov/threadtear/file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading