IDA idc functions
Posted: Tue Nov 19, 2019 1:33 pm
Hi all,
Trying to create an IDA6.8 idc, having an issue, can't find the answer, thought I'd ask here.
This works:
This does not and screams "Undefined Function MakeByte"
Both are in the Help, MakeByte works from the Python Command line.
This is also true for other functions ... Like MakeWord, MakeDword.
Any idea on the errors of my ways??
Trying to create an IDA6.8 idc, having an issue, can't find the answer, thought I'd ask here.
This works:
Code: Select all
static main() {
MakeNameEx(0x9458, "Testing123Testing", 0);
}
Code: Select all
static main() {
MakeByte(0x9458);
}
This is also true for other functions ... Like MakeWord, MakeDword.
Any idea on the errors of my ways??