deresz / funcap

IDA Pro script to add some useful runtime info to static analysis
523 stars 93 forks source link

cause error under IDA Pro 6.1 #12

Closed yufengzjj closed 9 years ago

yufengzjj commented 9 years ago

Exception in DBG Hook function: Traceback (most recent call last): File "E:/Crack tools/Hex-Rays IDA 6.1 Pro Andvanced/python/funcap.py", line 1365, in dbg_step_into self.handle_after_call(ret_addr, self.stub_name) File "E:/Crack tools/Hex-Rays IDA 6.1 Pro Andvanced/python/funcap.py", line 1209, in handle_after_call ret_shift = self.calc_ret_shift(ea) File "E:/Crack tools/Hex-Rays IDA 6.1 Pro Andvanced/python/funcap.py", line 1470, in calc_ret_shift curr_head = PrevHead(GetFunctionAttr(ea, FUNCATTR_END)) TypeError: PrevHead() takes exactly 2 arguments (1 given) }

I am so careless.....I update IDAPython,then,there is no errors.