How to read the routine object code
How to see the code of the routine objects in the database. While importing the routine in the xml format the object code is in Database64 format but not able to see the actual code. How to decompile or how to see the code of the routines.
object code is just binary content.
not even debugger can decipher it.
I've never seen a decompiler (like for java) the last 25 years.
Is there anyway if i can export the abcroutine.obj in a readable format from database?
as readable as a binary code might be
<?xml version="1.0" encoding="UTF-8"?> <Export generator="Cache" version="25" ..... <OBJ name="myobj.0"> <DataBase64>h4bC7YFdTWUCAAoIACBqAMOXBQFZTngzFAAAAAAAAADMfsNJgV1NZQAAAADm/wRGYWtlASUAAQBA AAAAEyVMaWJyYXJ5LlN5c3RlbUJhc2UKJVJhbmRvbVNpZw5rcGNlWmgrYldmYi9RQQAAHQAcAAAA ...... </DataBase64>