|
LTProf is a small but powerful code profiler tool for VC++, CBuilder, Delphi and VB applications. Although small, it has a combination of features difficult to find in even the most expensive tools available today:
Line level resolution
One of the best features of LTProf. Most profilers have a function-level resolution, that is, they can display a list of functions and the time spent in each one. LTProf goes further and displays graphically, on the source file, time spent by each line of code, relative to the function it belongs to. Thus if you have a long algorithm you can see which parts of it are the most time consuming.
No instrumentation, no rebuild, no time wasted
Unlike most profilers on the market LTProf does not require a rebuild or an instrumentation step. The normal build of your application can be profiled at any stage in its development, without any other adjustments.
Profiled program runs at its normal speed
Instrumented programs have additional code inserted in every function to measure the time spent, which greatly reduces the program's speed because some of the instrumented functions are called very often. It is not uncommon that slow programs become completely unusable after instrumentation.
LTProf does not change your application in any way, which means it can run at its normal speed, making your life a lot easier. The amount of processor time consumed by LTProf itself can be adjusted by setting the sampling resolution.
Profile VC++, CBuilder, Delphi and Visual Basic code
as well as any application that stores debug information in PDB/TDS files. LTProf is not language-oriented and it can analyze any program as long as it contains debug information in PDB/TDS files. It can do so even in cross-language applications, for example an EXE written in C++ that uses VB components.
Price
Compare the price of other similar applications with LTProf which retails at only EUR 49.95
|
|
C++ formatter
JavaScript profiler
sets class c/c++
Visual C/C++
Borland profiler
manglers c++
scramblers c++
Disk profiler
Microsoft Visual C++
-------------------------
|
LTProf: http://www.lw-tech.com/ltprof/LTProf_setup.exe
|
Stunnix CXX-Obfus is very advanced cross-platform (Windows, MacOS X and any Unix are supported!) professional obfuscator (encoder, scrambler) - solution for protecting intellectual property that makes unreadable and unreworkable C/C++ code, with advanced GUI - Project Manager - supporting projects with files that arbitrarily heavy use preprocessor directives and macros, spanning several directories, mixing C and C++ languages that use any dialect of C/C++. The GUI has ActiveX symbols extraction tool included. All functionality can be reached via very flexible and powerful commandline interface.
It has full support for keeping library source files code uses in non-obfuscated (original) form.
Includes means to make analysis of changes between different releases of the obfuscated product more difficult.
Names of macros and their definitions also become obfuscated.
Includes unique support for very easy preparation of code for obfuscation.
Source compression mode is also supported. Comes with exception tables for common C and C++ libraries: ANSI C standard library, ISO C standard library, ISO C++ standard library (with and without STL symbols), POSIX standard v.2, UNIX95 standard, XPG3 standard, XPG4 standard, X Window System release 5, Motif user interface toolkit.
Includes several configurable obfuscation engines for symbol names, strings and integers.
Supports multiple case-sensitive and case-insensitive exception tables, user-specified symbol mapping.
Included GUI has well-known IDE and "projects" concept.
Stunnix C and C++ Obfuscator: http://www.stunnix.com/pad/c-obfuscator-trial-download.exe
|
|
|
|