armtools is used for finding offset for the BL function in hex...

it has a bug though....

it converts some offset incorrectly

ex.
from:E407C
to :E4044
____________
F7FFFFE1 -> must be F7FFFFE2

from: E4008
to : 5F540
____________
F77BFA99 -> must be F77BFA9A

hope that you can fix it. really nice program. very useful...