IDA JScript 2Author: David Zimmer Date: 09.07.20 - 11:15pm Ok, so I finally updated my personal IDA license to 7.5 and have ported the IDASrvr2 and IDA JScript with debugger over to the new API. They both now support x64 disassemblies. The IDAJS script functions are unchanged, but since neither JS nor VB6 support 64 bit numbers intrinsically, all x64 numbers are represented as strings. If you have to do math you can use the new x64.add/subtract methods. If the IDAJS script functions detect a string arg, they will auto convert it to an x64 number. 32bit numbers can still be worked with in JS as normal. It is as seamless as possible for the given tech. For some back story on why I bother with this anymore, well the first versions of this came about long long ago in an off and distant land when IDA only offered IDC scripting. I really really wanted a syntax highlight control with intellisense for IDA scripting. The debugger is just icing on the cake. Anyway..after years and years and investing loads of time to create the custom components necessary, it has become a pet project and is just what I use for my IDA scripting needs. Sooo in for a penny in for a pound. Going forward IDASrvr2 is going to be the foundation for my other plug-ins as well. Well actually plug-outs seeing how I will be doing as little as possible from within the IDA process. (IDAJScript IDE and JS engine run in their own 32bit process and only interact with 64bit IDA over an IPC channel) Really, just being able to query data/control IDA from small external apps is enough of a reason to keep this project alive. Comments: (3)On 09.25.20 - 7:10am Dave wrote:
On 06.01.22 - 12:41pm vmallet wrote:
On 01.26.24 - 6:12am MyName wrote:
|
About Me More Blogs Main Site
|
|||||||||||||||||||||||||||||||||