IDAPython for IDA 6.95: Initial commit

This commit is contained in:
Arnaud Diederen
2016-08-09 10:01:18 +02:00
parent c04b70e0e5
commit 62ddab8db6
197 changed files with 11206 additions and 12091 deletions
Regular → Executable
+2
View File
@@ -50,6 +50,7 @@ Form Test
{FormChangeCb}
This is a string: +{cStr1}+
This is an address: +{cAddr1}+
This is some HTML: +{cHtml1}+
Escape\{control}
This is a string: '{cStr2}'
@@ -85,6 +86,7 @@ The end!
""", {
'cStr1': Form.StringLabel("Hello"),
'cStr2': Form.StringLabel("StringTest"),
'cHtml1': Form.StringLabel("<span style='color: red'>Is this red?<span>", tp=Form.FT_HTML_LABEL),
'cAddr1': Form.NumericLabel(0x401000, Form.FT_ADDR),
'cVal1' : Form.NumericLabel(99, Form.FT_HEX),
'iStr1': Form.StringInput(),