Category "ida"

How can i change the entire speed (timing) of a android game made with cocos2dx?

i'm making reverse engineering on a android game made with cocos2dx library, editing the .so file (libcocos2dcpp.so) with ida pro and a hex editor. i've getting

IDA Hex Rays can't decompile function in automation

when I reverse the binary with IDA gui, all the functions get decompiled without a problem. but when I am running an automatic script on ida without gui, there

IDA patching, How to add new code, create new variable?

I have a very basic knowledge about IDA and patching. From my understanding, I can change a line of code by doing Edit -> Patch program -> Assembly. But h

How to execute ida-decompiler python script from IDAPython inside IDA Pro

I'm trying to execute this python script in IDA PRO using IDAPython. https://github.com/EiNSTeiN-/ida-decompiler It says to run this script you simply just do