English 中文(简体)
How do libraries such as discutils/to interact with .PSD files work?
原标题:

I see a lot of projects which involve some degree of reverse engineering (something I know very little about). For example, on codeproject there was an API to interact with .PSD files (Delete layers, add layers, add masking, etc) and there is also a discutils library for C# which interacts with .ISO files (not sure what the featureset of library is exactly).

I know that these sort of apps require reverse engineering to make, but where can I find more info of how these sort of programs are made (the code is open source and I will look at it, but I assume there are some guides on how to make programs like this)? Obviously this is more than just putting together C# methods.

Thanks

问题回答

Gimp has partial support for managing PSD files. I would take a look at their implementation and start from there.





相关问题
Perl and IDA Pro

Could someone provide a good link to documentation/material/examples for IDA Perl (a plugin to add Perl scripting and automation support to IDA Pro)? I see there is much documentation about Python and ...

Quickbooks SQL dump Code from QODBC

I need to extract Quickbooks SQL structure to make a Diagram about the tables that I need to work with. Could this be possible ? I think QODC could solve my connection issue but I don t know how to ...

Reverse Engineering an Apple Kext - Reconstructing the Class

Greetings! I am currently attempting to extend the functionality of the Magic Mouse. To do this, I am hoping to write a kext that intercepts events from the multitouch driver, AppleMultitouchDriver....

Keeping nhibernate fluent mapping in sync with the database

We are currently using Fluent NHibernate and SQL Server 2008 in our c# development, however, the database schema has become too complex for Fluent to re-create the database when necessary so we are ...

Reverse-engineering of communication protocols

Just curious - what are some automatic or even semi-automatic techniques for reverse-engineering of communication protocols? I am particularly interested in the case when one s sniffing traffic and ...

热门标签