Commit Graph

9 Commits

Author SHA1 Message Date
Arnaud Diederen 62ddab8db6 IDAPython for IDA 6.95: Initial commit 2016-08-09 10:01:18 +02:00
Arnaud Diederen c04b70e0e5 Brought in all fixes since Jan 8th, 2016.
Specifically:
 BUGFIX: IDAPython's choose.choose() was broken.
 BUGFIX: calling idaapi.del_hotkey() twice with the same argument could crash IDA.
 BUGFIX: IDAPython's IDC emulation of idc.GetTevRegMem() was not working.
 BUGFIX: IDAPython: execute_ui_requests() could crash IDA.
 BUGFIX: IDAPython: IDP_Hooks instances could prevent the decompiler from working properly
2016-03-09 10:33:06 +01:00
Arnaud Diederen 696cd2d551 Fix 'dist' phase on mac (strip binaries) 2016-01-08 16:40:31 +01:00
Arnaud Diederen f7fc78598c Fix 'dist' phase on linux (strip binaries) 2016-01-08 16:20:42 +01:00
Arnaud Diederen 656ee71bbc Fix 'dist' phase on windows 2016-01-08 15:54:26 +01:00
Arnaud Diederen 8e891b5fff Implement the 'dist-making' process 2016-01-08 15:37:56 +01:00
Arnaud Diederen d896ecd9e3 Fix copying of python.cfg -> ../../bin/cfg/ 2016-01-08 13:07:06 +01:00
Arnaud Diederen 19c58385d5 Build optimized version by default 2016-01-08 12:47:09 +01:00
Arnaud Diederen c4e4f24e67 IDAPython for IDA 6.9: Initial commit 2016-01-08 11:59:48 +01:00