Skip to content

Tag: javascript

Can’t figure out why ScriptEngine engine is null in code

This is some of the code I’m running for a MapleStory server. Whenever a script for an event like talking to an NPC is supposed to occur, this script will be run to create a scripting path for whatever script is being called up (NPC, portal, event etc.). I am also using jdk1.7.0_80 This is the bat error…

Frida Casting object to List of Strings

I have been trying to print out the contents of a list when hooking an android app with Frida but am not having any luck. The object I want to hook in Java looks like this There aren’t any getters for this public object so I have to resort to using another object (Let’s call the object “Bye&…