Unpack and provide a overview of how you did it and what tools were used.
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
If TextBox1.Text = "Button1 Textbox1" Then
MsgBox("Success")
Else
MsgBox("Failed")
End If
End Sub
End Class
NiggaEX is a ConfuserEx modification with the following changes;
- Packer and maximize
- Renamed (types, methods, fields, resources)
- String enc
- Control flow
Recommended Comments