Topic created on: September 24, 2016 09:31 CDT by roneyrao .
We know 'IDAPython' loads several modules by default at startup, such as idaapi, idautils.... I wrote a module to let python print all numbers as hex format in the command window, which I wish can be imported each time when python loads those default modules. how to achieve that?