Question Veerraju Grandhi · Jul 13, 2024

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. 

Comments

Robert Cemper · Jul 13, 2024

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.

0
Veerraju Grandhi · Jul 16, 2024

Is there anyway if i can export the abcroutine.obj in a readable format from database?

0
Luc Morningstar  Jul 16, 2024 to Veerraju Grandhi

as readable as a binary code might be

<?xml version="1.0" encoding="UTF-8"?><Exportgenerator="Cache"version="25".....
<OBJname="myobj.0"><DataBase64>h4bC7YFdTWUCAAoIACBqAMOXBQFZTngzFAAAAAAAAADMfsNJgV1NZQAAAADm/wRGYWtlASUAAQBA
AAAAEyVMaWJyYXJ5LlN5c3RlbUJhc2UKJVJhbmRvbVNpZw5rcGNlWmgrYldmYi9RQQAAHQAcAAAA
......
</DataBase64>
0