![]() |
|
My Developer Tools List - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs) +--- Thread: My Developer Tools List (/Thread-My-Developer-Tools-List) |
My Developer Tools List - cxS - 03-08-2013 Here's a list of things off the top of my head and based on a quick search for what I have on my USB among other devices on my PC... A collection of things that come in very handy for a programmer/developer and advanced computer user. (Warning: Some free, others aren't...) - HxD - http://mh-nexus.de/en/hxd/ - Resource Hacker - http://angusj.com/resourcehacker/ - CFF Explorer/PE Detective/Signature Explorer - http://www.ntcore.com/exsuite.php - PEiD - IDA Pro - https://www.hex-rays.com/products/ida/index.shtml - IL Spy - http://ilspy.net/ - Lister - Regshot - http://sourceforge.net/projects/regshot/ - Unlocker - http://www.emptyloop.com/unlocker/ - Wireshark - http://www.wireshark.org/ - CPUID - http://www.cpuid.com/ - HeapMemView - http://www.nirsoft.net/utils/heap_memory_view.html - SublimeText2 (Notepad++ alternatively) - http://www.sublimetext.com/2 - curl (Compiled exe version is good) - Debugging tools for Windows* - http://msdn.microsoft.com/en-us/windows/hardware/gg463009.aspx (Comes with lots of good utilities) - Sysinternals Suite - Various tools from Nirsoft - http://nirsoft.net/ - Nullsoft Scriptable Install System - http://nsis.sourceforge.net/Main_Page I have a ton more, but I just installed Win8 not too long ago, so it's in the process of being rebuilt to the way I like my system still. Haven't got everything set in stone the way I want quite yet. RE: My Developer Tools List - BreShiE - 03-08-2013 This is a very unique list. Thanks for this, it should certainly help with my day-to-day PC use. RE: My Developer Tools List - Complibur - 04-01-2013 I have not seen some of the tools on here before ! I will be checking some of these out soon ! Thanks, Processor RE: My Developer Tools List - i0xIllusi0n - 04-10-2013
RE: My Developer Tools List - §herlock - 05-17-2013 That's reverse engg software lists, great list by the way. Here's mine, i only have software dev kits:- -->Eclipse for Java and Android - http://developer.android.com/sdk/index.html -->Visual Studio 2012 Professional (get the trial from microsoft site, i got it from dreamspark, they are providing it for free there, read the thread here) -->Netbeans C/C++ - https://netbeans.org/downloads/ -->Python - http://python.org -->Wampserver - http://www.wampserver.com/en/ -->Perl - http://www.perl.org/ -->ASP.Net - http://www.asp.net/downloads EDIT: i thought it's for only show purpose, by the way i have updated links. RE: My Developer Tools List - Customer - 05-17-2013 I love the fact that you have common sense. Most people don't provide links. So, thanks. RE: My Developer Tools List - §herlock - 05-17-2013 (05-17-2013, 09:18 AM)Customer Wrote: I love the fact that you have common sense. Updated the links, you might like the Visual Studio link... |