Welcome to IDAPython! In this tutorial we go over some basic IDAPython API calls and plenty of tips along the way to help you get started. With knowledge of only a few functions and how the API does things, you can write an endless amount of useful scripts.
Resources:
pastebin of my code used in this vid:
https://pastebin.com/ss88vKmC
my IDAPython cheatsheet:
https://pastebin.com/Dpfk4Kkq
Online old idc doc names:
http://nullege.com/codes/search/idc.M...
IDA Pro SDK:
https://www.hex-rays.com/products/ida...
IDAPython API main docs: https://www.hex-rays.com/products/ida...
OALabs - / @oalabs
The IDAPython Book: https://leanpub.com/IDAPython-Book
Btw, if someone knows a more pythonic way to use that list of tuples, explain in description please.