Skip to content

dgchurchill/extract-qt-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extract Qt Resources

Extract resources from a Qt binary. Requires Mono or .NET.

Examples

List resources

$ mono ExtractQtResources.exe list Synergy
res/
res/res/
res/res/lang/
res/res/lang/gui_sq-AL.qm
res/res/lang/gui_ca-AD.qm
res/res/lang/gui_ja-JP.qm
...

Extract resources

Resources will be written to the working directory.

⚠️ No sanitization of file / directory names is done and files will be overwritten without warning, so check with list first that the file / directory names look safe.

$ mono ExtractQtResources.exe extract Synergy
res/
res/res/
res/res/lang/
res/res/lang/gui_sq-AL.qm
res/res/lang/gui_ca-AD.qm
res/res/lang/gui_ja-JP.qm
...

About

Extract resources from a Qt binary

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors