Posted: Wed Nov 12, 2014 12:27 pm Post subject: hack parameters inside small program
there is a simple program in which you change values on the right from 0-3 and it makes a graph (caries risk). but it doesn't use simple modifiers like sum of values but something more detailed. i'd like to know values passed during changing those numbers so i could make this chart in excel. how can i do that?
in google you can search for graphics of "cariogram" software.
Download the java version of your program; they say it's for mac but it also works on windows. Then download a java decompiler (I used jd-gui) and point it at Cariogram.jar that'll show you the source code of your program.
...Pretty much you'll want to look at cariogram.InputHandler.RunAlgorithm(...) and the function it calls. You might also be interested in cariogram.GUI.getInputValues() to see what gets into RunAlgorithm.
BTW: Any idea about what Blandat and *viktning means? _________________
DO NOT PM me if you want help on making/fixing/using a hack.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum