Is it possible to, instead of calling one sub_ function, to call another? The ARM_ASM converter I am using converts:
BL sub_67F7DC
to:
FE FF FF EB
However, IDA converts that instruction into the following hex:
B9 57 E8 EB
Is it possible for me to change the sub_67F7DC to reference another function, such as sub_77F7DC?