from idaapi import *
def main():
ea = BeginEA()
print GetFunctionName(ea)
main()
from idaapi import *
def main():
ea = BeginEA()
print GetFunctionName(ea)
main()
from idautils import *
def main():
for seg_ea in Segments():
for head in Heads(seg_ea, SegEnd(seg_ea)):
print hex(head)
main()
from idautils import *
def main():
for seg_ea in Segments():
for function_ea in Functions(seg_ea, SegEnd(seg_ea)):
f = get_func(function_ea)
if f is None: continue
print 'Function %s at 0x%x' % (GetFunctionName(f.startEA), f.startEA)
main()
from idaapi import *
from idc import *
import threading
class myThread (threading.Thread):
def run(self):
print GetCurrentThreadId()
thread1 = myThread()
thread1.start()
Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)