Skip to content
Daniel Tischner edited this page Jun 23, 2016 · 21 revisions

Getting started

  • Integrate Mem-Eater-Bug into your project.
  • Ensure the JNA library is correctly loaded to the APIs build path.
  • Create an instance of the API by using new MemEaterBug(...);
  • There are several options to access a process, like the exeFileName or a windowName.
  • Take a look into SoliScorer.java for more hints on how to use the Mem-Eater-Bug.

SoliScorer

Troubleshooting

If you are unable to built the project, make sure you have loaded the JNA library correct.

  • The library can be found in our folder lib. Make sure that both jar-files are in the build path. Our release candidates usually already ensure this.
Clone this wiki locally