SparkSoft 0 Posted December 13, 2010 I was googling around, and found this DLL Function ViewerIt lists all the functions you can call from a chosen dllCould be usefull for people learning to call dlls [center]First Ever Script/App[/center][center]Simple Battery Meter[/center] Share this post Link to post Share on other sites
funkey 128 Posted December 13, 2010 ?do=embed' frameborder='0' data-embedContent> Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning. Share this post Link to post Share on other sites
kaotkbliss 146 Posted December 13, 2010 (edited) Wow, great find! I know I will be getting this as soon as I get home. It will help a lot when I start to learn DLL calls *edit* And thank you funkey! (as well as Monoceres for the creation) The more options the better. BTW, your avatar still hurts my eyes Edited December 13, 2010 by kaotkbliss 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites
SparkSoft 0 Posted December 13, 2010 (edited) just something i found while looking for something Download link for Monoceres doesnt work Edited December 13, 2010 by SparkSoft [center]First Ever Script/App[/center][center]Simple Battery Meter[/center] Share this post Link to post Share on other sites
funkey 128 Posted December 13, 2010 @kaotkbliss: I tried it myself: But it's by far not that good: @SparkSoft: Try it later. Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning. Share this post Link to post Share on other sites
Mat 376 Posted December 13, 2010 I download the whole sysinternals suite. Don't know what half of it does, but it is handy to have. The entire suite is available here: http://technet.microsoft.com/en-us/sysinternals/bb842062 I use most of them looking at the list, some are very basic no-nonsense programs, but a few have GUI's and more advanced options. AutoIt Project Listing Share this post Link to post Share on other sites
Ascend4nt 131 Posted December 13, 2010 (edited) Problems with the above:NirSoft's DLL Export Viewer doesn't know about or handle forwarder strings (many times you'll wind up with bad addresses)Monoceres' DEE doesn't handle PE32+ (x64) files, and crashes as well as other misc. problemsfunkey's.. well, they know the function isn't a real export viewerThe solution:My File + Process Imports/Exports Information UDF. It reads and reports things just as it should, plus reports Imports which none of the above do.The one thing that Nirsoft can do that mine can't is read COM exports, though I haven't tested it out. If only they would fix the forwarder strings issue..*edit: link Edited December 13, 2010 by Ascend4nt My contributions:Performance Counters in Windows - Measure CPU, Disk, Network etc Performance | Network Interface Info, Statistics, and Traffic | CPU Multi-Processor Usage w/o Performance Counters | Disk and Device Read/Write Statistics | Atom Table Functions | Process, Thread, & DLL Functions UDFs | Process CPU Usage Trackers | PE File Overlay Extraction | A3X Script Extract | File + Process Imports/Exports Information | Windows Desktop Dimmer Shade | Spotlight + Focus GUI - Highlight and Dim for Eyestrain Relief | CrossHairs (FullScreen) | Rubber-Band Boxes using GUI's (_GUIBox) | GUI Fun! | IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) | Magnifier (Vista+) Functions UDF | _DLLStructDisplay (Debug!) | _EnumChildWindows (controls etc) | _FileFindEx | _ClipGetHTML | _ClipPutHTML + ClipPutHyperlink | _FileGetShortcutEx | _FilePropertiesDialog | I/O Port Functions | File(s) Drag & Drop | _RunWithReducedPrivileges | _ShellExecuteWithReducedPrivileges | _WinAPI_GetSystemInfo | dotNETGetVersions | Drive(s) Power Status | _WinGetDesktopHandle | _StringParseParameters | Screensaver, Sleep, Desktop Lock Disable | Full-Screen Crash RecoveryWrappers/Modifications of others' contributions:_DOSWildcardsToPCRegEx (original code: RobSaunder's) | WinGetAltTabWinList (original: Authenticity)UDF's added support/programming to:_ExplorerWinGetSelectedItems | MIDIEx UDF (original code: eynstyne)(All personal code/wrappers centrally located at Ascend4nt's AutoIT Code) Share this post Link to post Share on other sites