Cetus
Cetus copied to clipboard
Find a function & invoke it.
I've been researching WASM hacking and finding resources is quite challenging. Specifically, I'm trying to find a function that would allow my player to initiate an attack, but I'm struggling because it's not a value I can easily track. I recall from your DEFCON presentation (which was fantastic, by the way) that you discovered a function which was responsible for encryption and also posted to an endpoint. This seems like a difficult function to find and it seems that the process could be similar to what I'm trying to do. I'm curious to know how you managed to identify it. From what I gather, it appears that you need to know where to look and also be able to recognize what different encryption algorithms look like in order to correctly identify the function. Was this your strategy? Could you provide a step by step on how you managed to do this? Alternatively, if you have a more relevant example, I'd appreciate it. I also think this functionality might need the use of WAIL?
P.S sorry if this is a little off topic of Cetus, I don't see another way of contacting you :/