Showing posts with label 01. Show all posts
Showing posts with label 01. Show all posts
OllyDBG 2 01 beta 2
OllyDbg is a 32-bit assembler level analysing debugger for Microsoft®Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. OllyDbg is a shareware, but you can download and use it for free. Special highlights are:
I have signifiicantly changed the way OllyDbg and plugins interact with each other. For example, all functions with fixed number of arguments are declared as __cdecl instead of __stdcall. This removes problem with Visual C that always wants to emit something like _Disasm@32 instead of plain _Disasm or Disasm. Otherwise there are only minor changes. Among them, several of OllyBugs are no longer.
Bookmark plugin now works with 4 different compilers: Borland C++ Builder 5.0 (ancient but still my favorite), command-line Borland C++ 5.5 (produces exactly the same DLL), Visual C++ 2005 (Express Edition) and Code::Blocks (in fact, MinGW which is GNU for Windows). There are separate import libraries for each. Plugin source is identical in all cases. I hope that VC library will also work with all otrher Visual versions. Detailed description will be available later - as always.
Help on API is extended but not as far as I expected. Again: If you need some API function or family that is not yet documented, drop me a mail and Ill try to describe it ASAP.
ReadMore detail...
I have signifiicantly changed the way OllyDbg and plugins interact with each other. For example, all functions with fixed number of arguments are declared as __cdecl instead of __stdcall. This removes problem with Visual C that always wants to emit something like _Disasm@32 instead of plain _Disasm or Disasm. Otherwise there are only minor changes. Among them, several of OllyBugs are no longer.
Bookmark plugin now works with 4 different compilers: Borland C++ Builder 5.0 (ancient but still my favorite), command-line Borland C++ 5.5 (produces exactly the same DLL), Visual C++ 2005 (Express Edition) and Code::Blocks (in fact, MinGW which is GNU for Windows). There are separate import libraries for each. Plugin source is identical in all cases. I hope that VC library will also work with all otrher Visual versions. Detailed description will be available later - as always.
Help on API is extended but not as far as I expected. Again: If you need some API function or family that is not yet documented, drop me a mail and Ill try to describe it ASAP.
Other new features in this version:
- Patch manager, similar to 1.10
- Shortcut editor, supports weird things like Ctrl+Win+$ etc. Now you can customize and share your shortcuts. I havent tested it on Win7, please report any found bugs and incompatibilities!
- Instant .udd file loading. In the previous versions Ive postponed analysis, respectivcely reading of the .udd file till the moment when all external links are resolved. But sometimes it took plenty of time, module started execution and was unable to break on the breakpoints placed in the DLL initialization routine
- Automatic search for the SFX entry point, very raw and works only with several packers. Should be significantly more reliable than 1.10. If you tried it on some SFX and OllyDbg was unable to find real entry, please send me, if possible, the link or executable for analysis!
- "Go to" dialog lists of matching names in all modules
- Logging breakpoints can protocol multiple expressions. Here is an example: I ask OllyDbg to protocol the contents of EAX, EBX and 4 memory doublewords starting at address ESP. Expressions must be separated by commas, repeat count has form SIZE*N, N=1..32:
VB Net to C Converter 3 01
VBConversions has complete support for VB 2003, 2005, 2008, and 2010 (all project types), including full support for the latest language enhancements, such as Implicit Line Continuation, Multiline Lambdas, Linq, WPF, inline XML, and implicit variable typing. The converter is rigorously tested on millions of lines of code in thousands of real world projects before each release, to ensure that its in tip-top shape to convert your projects accurately.
VB.Net to C# Converter is a conversion program that will rewrite your VB.Net project in C#.
VBConversions VB.Net to C# Converter is a state of the art conversion program which rewrites your VB.Net project in C#. Unlike other conversion programs, variable names, comments, and inline comments are preserved, and code conversion accuracy is over 99%.
The VB.Net to C# Converter even converts some of the most difficult features other programs dont even attempt, such as ReDim statements, parameterized properties, local shared variables, On Error Gotos, event handling, complex Case statements, API calls, and more
Other conversion programs either reverse engineer assemblies, producing unreadable assembly like code in C#, or else attempt a source code to source code conversion which isnt very accurate.
VBConversions VB.Net to C# Converter is a source code to source code converter. Your code maintains its original readability and flavor (including line and inline comments), Reliability is very good, over 99% accuracy in most tests.
ReadMore detail...
Whats new in this version: Version 3.0 has fixed error converting some dllimport functions, mismatched casing detection in labels / goto statements, improved case statement conversions.
VB.Net to C# Converter is a conversion program that will rewrite your VB.Net project in C#.
VBConversions VB.Net to C# Converter is a state of the art conversion program which rewrites your VB.Net project in C#. Unlike other conversion programs, variable names, comments, and inline comments are preserved, and code conversion accuracy is over 99%.
The VB.Net to C# Converter even converts some of the most difficult features other programs dont even attempt, such as ReDim statements, parameterized properties, local shared variables, On Error Gotos, event handling, complex Case statements, API calls, and more
Other conversion programs either reverse engineer assemblies, producing unreadable assembly like code in C#, or else attempt a source code to source code conversion which isnt very accurate.
VBConversions VB.Net to C# Converter is a source code to source code converter. Your code maintains its original readability and flavor (including line and inline comments), Reliability is very good, over 99% accuracy in most tests.
Subscribe to:
Posts (Atom)

