fearless Posted March 2, 2017 Posted March 2, 2017 (edited) I have a small collection of win32 reference help files in chm format, created with PackageThis. Unfortunately the PackageThis (https://packagethis.codeplex.com/) doesnt work anymore, and hasnt been updated in years. At the time i only collected a few topics of potential interest to myself and not every subset of the MSDN library. The collection contains the following: COM.chm Cryptography.chm DeviceManagement.chm DynamicLinkLibraries.chm FileManagement.chm FileSystems.chm ListviewControls.chm MAPI.chm ODBC.chm Processes.chm ProgressBarControls.chm psapi.chm Services.chm ToolbarControls.chm TreeviewControls.chm WinINet.chm Winsock2.chm So they may be of use to win32 programmers: assembly language, c/c++ etc. Hopefully others might find them useful for offline reference. Note: the information in them may be incomplete or outdated, but hopefully still useful. https://www.dropbox.com/s/0i19ag51ttzm5qn/ChmRefs.zip?dl=0 Edited July 10, 2019 by fearless update dropbox link 6 1
atom0s Posted March 3, 2017 Posted March 3, 2017 Here is another helpful thing you can do with Visual Studio. You can download the MSDN documentation for offline viewing too: https://blogs.msdn.microsoft.com/pakistan/2013/02/04/download-all-msdn-documentations-for-offline-access/ 5
Techlord Posted March 3, 2017 Posted March 3, 2017 There is actually a more or less official downloader for the MSDN Documentation : Quote Visual Studio 2012/2013/2015 Help Downloader Project Description Tool for downloading the Visual Studio 2012/2013/2015 help packages for offline use Overview Allows Visual Studio 2012/2013/2015 packages to be downloaded to an offline cache location before importing them into Microsoft Help Viewer 2.0/2.1/2.2. If the cache is kept following the import, then only changes will be downloaded on subsequent occasions. Quick Guide Select the version of Visual Studio to download the help for Select your language from the drop down list Press "Load Books" to retrieve the list of available books. Books that are already in the cache (partially or fully) will automatically be checked. Note that because packages are shared between different books, you may get extra items checked automatically. Check (or uncheck) book that you want to download. The "Download Size" and "Num Downloads" columns indicate an approximate amount of data that needs to be downloaded for the book based on what is already in the cache. Press "Download" to start downloading the requested books. Packages for books no longer selected will be deleted at this point. When the download is complete, import the new books into "Microsoft Help Viewer" using the "Manage Content" tab. Credits This project is based on (and shares some code with) the earlier project Visual Studio Help Downloader by nop. Download just the tool here : Quote https://vshd.codeplex.com/downloads/get/1479060 The Website can be accessed here : Quote https://vshd.codeplex.com/# I use this tool and must say that its excellent ! 1
Alzri2 Posted March 3, 2017 Posted March 3, 2017 Well, here is my own chm file... extracted from hxs files I didn't share this before cuz I intended to write a plugin to read this for x64dbg first; unfortunately, I didn't find enough time! https://drive.google.com/open?id=0Bwrhk5P8MLcrWHJtQllZNWlYVnc 2
Nic410 Posted July 10, 2019 Posted July 10, 2019 (edited) On 3/2/2017 at 10:40 AM, fearless said: Note: the information in them may be incomplete or outdated, but hopefully still useful. The file is not there Could you make it available ? Thanks PS: unless the file above from @Alzri2 has them all in there. Edited July 10, 2019 by Nic410 review
fearless Posted July 10, 2019 Author Posted July 10, 2019 I updated the first post with a new dropbox link: https://www.dropbox.com/s/0i19ag51ttzm5qn/ChmRefs.zip?dl=0
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now