Log in

View Full Version : code for call processing application


rraajjiibb
July 30th, 2004, 04:54
I am new to the realm of REVERSE ENGINEERING.

I have taken up a small project..

I aim to develop a utility that will help to trouble shoot call processing failures in a cellular network.

I have with me the executable ( mc68k executable). It runs on a LUCENT implementaion of UNIX system based on 3b21d processor.

I want to look at the code mainly to understand what message is thrown under various conditions of call processing failures.


Could anyone help me with the forward path?????

naides
July 30th, 2004, 05:57
best place to start looking is IDA. It can disassm a variety of executables, but I did not check if you strain is one of them. it also has an OK incorporated debugger, but doubt you would be able to run it on a win32 environment with your mc68k exe files.
Your best bet is looking for application development SDK and see if they have debuggers incorporated to them

dELTA
July 30th, 2004, 05:58
I'm not really sure what your question is, but try to disassemble the executable with IDA, that's your best shot for executables of strange formats.

EDIT: Oh great, overtaken at the goal line again...

disavowed
July 30th, 2004, 18:32
Quote:
[Originally Posted by naides]best place to start looking is IDA.... it also has an OK incorporated debugger, but doubt you would be able to run it on a win32 environment with your mc68k exe files.

ida's debugger can only handle windows PE files