disassembling an .so file
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
13 Jun 2018 21:30 #112326
by islander261
Replied by islander261 on topic disassembling an .so file
Seb
I have neither the time,energy or resources to become involved in a dispute with some company over a violation of the GPL license. I actually believe they have much bigger problems as they also package a stripped down version of the ubuntu distro with their product. The company is a leading seller of controllers for DIY plasma and router tables. If you want more details please PM me.
John
I have neither the time,energy or resources to become involved in a dispute with some company over a violation of the GPL license. I actually believe they have much bigger problems as they also package a stripped down version of the ubuntu distro with their product. The company is a leading seller of controllers for DIY plasma and router tables. If you want more details please PM me.
John
Please Log in or Create an account to join the conversation.
- InMyDarkestHour
- Offline
- User is blocked
Less
More
- Posts: 701
- Thank you received: 111
13 Jun 2018 22:46 #112327
by InMyDarkestHour
Replied by InMyDarkestHour on topic disassembling an .so file
Disassembly will not magically give you source code.
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
14 Jun 2018 01:04 #112333
by islander261
Replied by islander261 on topic disassembling an .so file
Ozzyrob
Yes, I know that. Prior to this I wasn't sure whether the .so component files where actually true object files or some hybrid file that had all of the debugging and manpages data combined with tokenized source code. Now I know, thank you.
John
Yes, I know that. Prior to this I wasn't sure whether the .so component files where actually true object files or some hybrid file that had all of the debugging and manpages data combined with tokenized source code. Now I know, thank you.
John
Please Log in or Create an account to join the conversation.
- InMyDarkestHour
- Offline
- User is blocked
Less
More
- Posts: 701
- Thank you received: 111
14 Jun 2018 01:13 #112335
by InMyDarkestHour
Replied by InMyDarkestHour on topic disassembling an .so file
An .so (shared library) file is equivalent to M$ .dll .
I don't see a reason why a manpage would be included in a shared library, depending on how the library had been built and on whether the library had been stripped or not would determine whether any debugging info had been included.
I don't see a reason why a manpage would be included in a shared library, depending on how the library had been built and on whether the library had been stripped or not would determine whether any debugging info had been included.
Please Log in or Create an account to join the conversation.
Time to create page: 0.070 seconds