EXE extraction / decompiler [closed] - exe

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have tried a few EXE extractor but they don't work on a lot of files. I am looking for something better.

What kind of .exe? Win32 / DOS / .NET?
If .NET, you should use Reflector (http://www.red-gate.com/products/reflector/)
If Win32 and C++, you can try decompilers posted here (Is there a C++ decompiler?)
There are a lot's of extractors/decompilers on the market, so you should say more explicitly what is your goal (ie. to extract images, decompile assembly source etc.)

there is a simple way just download a zip view like winrar winzip and open the .exe with that it will show you all the components

Related

How to compile Dos Com files in linux? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have an ms dos com file that works in the virtual mode under windows. And
I want to compile it and run it under linux .
How to compile dos com files in linux ?
Thank you .
You don't have to "compile" it, it's already compiled as binary code, but you could try to run it using the appropriate Dosbox version for your distro: http://www.dosbox.com/

Better Addressbook dialog? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am using the extension library addressbook dialog. The search is pretty horrible for a large company like ours. Is there a better addressbook dialog out there? I'd like to avoid writing my own right now.
Bruce you might need to code it yourself. It seems development doesn't see a need for being mores creative or they feel enhanced dialogues are to specific. Check this idea for inspiration.

Which language to a write a linux distro GUI installer [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I was wondering, which programming language I should use if I want to make a GUI installer for a Linux Distro? Is it GTK? or ?
Something like this: http://www.castellan.net/linux_firewall/fedora_install_1.jpg more or less.
It's for ArchLinux I want to try.
You can use any language for which there are bindings for a GUI toolkit supported on your target platform. Some examples:
C and GTK+.
C++ and gtkmm.
C++ and Qt.
C# and Gtk#.
Python and PyGTK.
Python and PyQt.
This is by no means an exhaustive list.
In other words: start with a language you are comfortable with, and see if there is a usable GUI toolkit available for it, either natively-implemented in that language or through bindings.

How can I extract keywords from Tridion into an Excel format? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How can I extract keywords from Tridion into an Excel format? This is for the purpose of translation of the website.
If you're using Tridion 2009: http://sdltridionworld.com/community/extension_overview/exporttoexcel.aspx
If you're not, you'll have to write some sort of script (really easy) to export it to CSV or similar.
If you are using the audience manager then you can use the work around of exporting and importing keywords for an address book. That will export to CSV and you can import it using the same format.
However for translation purposes (localizing keywords etc.) this might be cumbersome, in that case I would use Nuno's suggestion to write a script of some sort.

Pagination of EPUB ebook [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a EPUB ebook and parser for the same.
EPUB is in freeflow style.
I wanted to know if there is any library available to paginate the parsed output depending on the rendering device Resolution and font size etc?
You may want to take a look at the epubjs library that they have posted on http://threepress.org/static/epubjs/. This is a pure javascript implementation that is most likely the closest thing to what you are looking for.
If you do not wish a client side javascript implementation then most likely you should be looking for a text layout engine as opposed to something that is specific to EPUB.

Resources