Bbbbloat
This is a small reverse engineering challenge on picoCTF called Bbbbloat which I thought would be a nice intro into me doing reverse engineering writeups First thing that catches my eye due to my ...
This is a small reverse engineering challenge on picoCTF called Bbbbloat which I thought would be a nice intro into me doing reverse engineering writeups First thing that catches my eye due to my ...
public class Account { private String name; // instance variable // method to set the name public void setName(String name) { this.name = name; } public String getName() { ret...
random bs reeeeeeeeeee