Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Re-organize project
Browse files Browse the repository at this point in the history
  • Loading branch information
BullyWiiPlaza committed Sep 20, 2022
1 parent 92c3f96 commit 32465df
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.bullywiihacks.hacking.pointer;
import com.bullywiihacks.hacking.pointer.ApplicationLaunchingUtilities;

public class PointerSearcherClient
{
public static void main(String[] arguments) throws Exception
{
ApplicationLaunchingUtilities.relaunchWithMoreMemory();
// ApplicationLaunchingUtilities.relaunchWithMoreMemory();
ApplicationLaunchingUtilities.runApplication();
}
}
}
2 changes: 1 addition & 1 deletion src/Test.java → src/java/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ public static void main(String[] args) throws IOException

System.out.println(memoryPointer.followPointer(memoryDump));
}
}
}
2 changes: 2 additions & 0 deletions src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0
Main-Class: PointerSearcherClient

0 comments on commit 32465df

Please sign in to comment.