HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Decompile a PARISC binary file
Operating System - HP-UX
1833934
Members
1633
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 05:06 AM
03-15-2006 05:06 AM
Decompile a PARISC binary file
Hi,
I got a PARISC binary, I need to modify some funcationality with in the programme, unfortunately we don't have source code. Is there any way we can decompile this binary. Are there any tools available from HP or thridparty vendors
Thanks in adv
Raj
I got a PARISC binary, I need to modify some funcationality with in the programme, unfortunately we don't have source code. Is there any way we can decompile this binary. Are there any tools available from HP or thridparty vendors
Thanks in adv
Raj
Let the choices you make today be the choices you can live with tomorrow.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 05:32 AM
03-15-2006 05:32 AM
Re: Decompile a PARISC binary file
The short answer is no. Some flavors of UNIX provide a disassembler (dis) but HP-UX does not. The debuggers offers very limited disassembly but you aren't going to find anything that can produce hi-level source code.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 06:53 AM
03-15-2006 06:53 AM
Re: Decompile a PARISC binary file
I have tried. And I found it very very very difficult. I have written disassembles myself in earlier days, but disassembling *optimized* pa-risc is near to impossible.
What you *CAN* do, if you are wicked, is replace functions. If you know the arguments, and the return type (strace, truss, and tusc are your friends here), you can write your own, modify the symbol table with a binary editor, and make it use dynamic libraries. It's an adventure an sich, but oh what fun you can make :)
In the long run, the long answer is also "no, you can't". It's not worth the time and effort.
Enjoy, Have FUN! H.Merijn
What you *CAN* do, if you are wicked, is replace functions. If you know the arguments, and the return type (strace, truss, and tusc are your friends here), you can write your own, modify the symbol table with a binary editor, and make it use dynamic libraries. It's an adventure an sich, but oh what fun you can make :)
In the long run, the long answer is also "no, you can't". It's not worth the time and effort.
Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 07:00 AM
03-15-2006 07:00 AM
Re: Decompile a PARISC binary file
Raj,
Look here:
http://www.faqs.org/faqs/hp/hpux-faq/section-220.html
Here are some third party tools. I cannot vouch for any of these tools.
http://www.allegro.com/products/hp9000/avatar.hpux.info.html
http://www.datarescue.com/idabase/idahp-pa.htm
http://wiki.parisc-linux.org/binutils
Of course the usual disclaimers apply, I have not used any of these tools. Make sure that you are not violating any laws by disassembling machine code. Most License agreements prohibit disassembly explicitly, and those that don't usually provide the source code.
Good luck,
Josh
Look here:
http://www.faqs.org/faqs/hp/hpux-faq/section-220.html
Here are some third party tools. I cannot vouch for any of these tools.
http://www.allegro.com/products/hp9000/avatar.hpux.info.html
http://www.datarescue.com/idabase/idahp-pa.htm
http://wiki.parisc-linux.org/binutils
Of course the usual disclaimers apply, I have not used any of these tools. Make sure that you are not violating any laws by disassembling machine code. Most License agreements prohibit disassembly explicitly, and those that don't usually provide the source code.
Good luck,
Josh
What are the chances...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP