DOS Games -> ARCADE 16 bit!

Posted in Downloads with tags , , , on 4 Ju6e, 2008 by msbasic

C++ Win32

Posted in C++, Virus info with tags , , on 4 Ju6e, 2008 by msbasic

Wanted to show some review of my working virus release 0.05 BETA or V1 BETA. I’m working it in Visual C++ 6.0 And I can agree is better than Blood Shed’s! Visual C++ Has even more commands avaible to write even in the 6.0 version and more avaible options, even you can build the program easily, Visual C++ would let you build it with errors anyway, it will ignore them, CMD ignore error and do not try to read the rest of them so theres no really problem. Viual C++ 6.0 has several number of tutorials for learning C++ and they are really good.
Preview 1

Well, it’s not ready yet but it will be soon and Ill upload a video on youtube…

Visual Studio 2008 Proffesional

Posted in C++, Downloads with tags , , , , , on 4 Ju6e, 2008 by msbasic

Visual Studio

This software is free and I’m not responsible for your acts. First of all download file, burn the ISO File to a DVD with Power ISO or Ultra ISO or whatever you use like Nero….

Download Ultra ISO by clicking here!
Download Power ISO by clicking here!
Visual Studio Main Site

Or Mount with Daemon Tools or Power ISO.

Download Daemon Tools by clicking here!

Password

Password: 1123581321

1
2
3
4
5
6
7
8
9
10
11
12
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

Info

Microsoft Visual Studio is the main Integrated Development Environment (IDE) from Microsoft. It can be used to develop console and GUI applications along with Windows Forms applications, web sites, web applications, and web services in both native code as well as managed code for all platforms supported by Microsoft Windows, Windows Mobile, .NET Framework, .NET Compact Framework and Microsoft Silverlight.

Visual Studio includes a code editor supporting IntelliSense as well as code refactoring. The integrated debugger works both as a source-level debugger and a machine-level debugger. Other built-in tools include a forms designer for building GUI applications, web designer, class designer, and database schema designer. It allows plug-ins to be added that enhance the functionality at almost every level - including adding support for source control systems (like Subversion and Visual SourceSafe) to adding new toolsets like editors and visual designers for domain-specific languages or toolsets for other aspects of the software development lifecycle (like the Team Foundation Server client: Team Explorer).

Visual Studio supports languages by means of language services, which allow any programming language to be supported (to varying degrees) by the code editor and debugger, provided a language-specific service has been authored. In-built languages include C/C++ (via Visual C++), VB.NET (via Visual Basic .NET), and C# (via Visual C#). Support for other languages such as F#, Python, and Ruby among others has been made available via language services which are to be installed separately. It also supports XML/XSLT, HTML/XHTML, JavaScript and CSS.

Code editor

Visual Studio, like any other IDE, includes a code editor that supports syntax highlighting and code completion using IntelliSense for not only variables, functions and methods but also language constructs like loops and queries.[11] IntelliSense is supported for the included languages, as well as for XML and for Cascading Style Sheets and JavaScript when developing web sites and web applications. Autocomplete suggestions are popped up in a modeless list box, overlayed on top of the code editor. Visual Studio 2008 onwards, it can be made temporarily semi-transparent to see the code obstructed by it. The code editor is used for all supported languages.

The Visual Studio code editor also supports setting bookmarks in code for quick navigation. Other navigational aids include collapsing code blocks and incremental search, in addition to normal text search and regex search. The code editor also includes a multi-item clipboard and a task list. The code editor supports code snippets, which are saved templates for repetitive code, that can be inserted into code and customized for the project being worked on. A management tool for code snippets is built in as well. These tools are surfaced as floating windows which can be set to automatically hide when unused or docked to the side of the screen. The Visual Studio code editor also supports code refactoring including parameter reordering, variable and method renaming, interface extraction and encapsulation of class members inside properties, among others.

Visual Studio features background compilation (also called incremental compilation). As code it being written, Visual Studio compiles it in the background with a view to pointing out compilation errors and warnings on-the-fly. Errors are flagged with a red wavy underline and warnings with a green underline. Background compilation does not generate executable code, and needs a different compiler than the one used to generate executable code.. Background compilation was initially introduced with Microsoft Visual Basic but has now been expanded for all included languages.

Debugger

Microsoft Visual Studio Debugger

Visual Studio includes a debugger that works both as a source-level debugger as well as machine-level debugger. It works with both managed code as well as native code and can be used for debugging applications written in any language supported by Visual Studio. In addition, it can also attach to running processes and monitor and debug those processes. If source code for the running process is available, it displays the code as it is being run. If source code is not available, it can show the disassembly. The Visual Studio debugger can also create memory dumps as well as load them later for debugging. Multi-threaded programs are also supported. The debugger can be configured to be launched when an application running outside the Visual Studio environment, crashes.

The debugger allows setting breakpoints (which allow execution to be stopped temporarily at a certain position) and watches (which monitor the values of variables as the execution progresses).[20] Breakpoints can be conditional, that is it they get triggered when the condition is met. Code can be stepped over, i.e., run one line (of source code) at a time.[21] It can either step into functions to debug inside it, or step over it, i.e., the execution of the function body isn’t available for manual inspection.[21] The debugger supports Edit and Continue, i.e., it allows code to be edited as it is being debugged.[22] When debugging, if any variable is hovered over by the mouse pointer, its current value is displayed in a tooltip (”data tooltips”), where it can also be modified if desired. During coding, the Visual Studio debugger lets certain functions be invoked manually from the Immediate tool window. The parameters to the method are supplied at the Immediate window.[23]

Designer

WinForms Designer
The WinForms designer is used to build GUI applications using WinForms. It includes a palette of UI widgets and controls (including buttons, progress bars, labels, layout containers and other controls) that can be dragged and dropped on a form surface. Layout can be controlled by housing the controls inside other containers or locking them to the side of the form. Controls that display data (like textbox, list box, grid view etc) can be data bound to data sources like databases or queries. The UI is linked with code using an event-driven programming model. The designer generates either C# or VB.NET code for the application.

WPF Designer
The WPF designer, codenamed Cider,[24] was introduced with Visual Studio 2008. Like the WinForms designer it supports uses the drag and drop metaphor. It is used to author user interfaces targeting Windows Presentation Foundation. It supports all WPF functionality including databinding and automatic layout management. It generates XAML code for the UI. The generated XAML file is compatible with Microsoft Expression Design, the designer-oriented product. The XAML code is linked with code using a code-behind model.

Web designer
Visual Studio also includes a web site editor and designer that allows web pages to be authored using by dragging and dropping widgets. It is used for developing ASP.NET applications, and supports HTML, CSS and JavaScript. It uses a code-behind model to link with ASP.NET code. Visual Studio 2008 onwards, the layout engine used by the web designer is shared with Microsoft Expression Web.

Class designer
The Class Designer is used to author and edit the classes (including its members and their access) using UML modelling. The Class Designer can generate C# and VB.NET code outlines for the classes and methods. It can also generate class diagrams from hand-written classes.

Data designer
The data designer can be used to graphically edit database schemas, including typed tables, primary and foreign keys and constraints. It can also be used to design queries from the graphical view.

Mapping designer
Visual Studio 2008 onwards, the mapping designer is used by LINQ to SQL to design the mapping between database schemas and classes that encapsulate the data.

Other tools

Open Tabs Browser
The open tabs browser is used to list all open tabs and switch between them. It is invoked using CTRL+TAB.

Properties Editor
The Properties Editor tool is used to edit properties in a GUI pane inside Visual Studio. It lists all available properties (both read-only and those which can be set) for all objects including classes, forms, web pages and other items.

Object Browser
The Object Browser is a namespace and class library browser for Microsoft .NET. It can be used to browse the namespaces (which are arranged hierarchically) in managed assemblies. The hierarchy may or may not reflect the organization in the file system.

Solution Explorer
In Visual Studio parlance, a solution is a set of code files and other resources that are used to build an application. The files in a solution are arranged hierarchically, which might or might not reflect the organization in the file system. The Solution Explorer is used to manage and browse the files in a solution.

Team Explorer
Available only in Visual Studio Team System, Team Client is used to integrate the capabilities of Team Foundation Server, the Revision Control System into the IDE. It can be used to manage and explore individual work items (including bugs, tasks and other documents) as well as to access the TFS source control functionality. It is also used to browse TFS statistics.

Data Explorer
Data Explorer is used to manage databases on Microsoft SQL Server instances. It allows creation and alteration of database tables (either by issuing T-SQL commands or using the Data designer). It can also be used to create queries and stored procedures, with the latter in either T-SQL or in managed code via SQL CLR. Debugging and IntelliSense support is available as well.

Server Explorer
The Server Explorer tool is used to manage database connections on an accessible computer. It is also used to browse running Windows Services, performance counters, Windows Event Log and message queues and use them as datasource.

[edit] Extensibility

See also: List of Microsoft Visual Studio Add-ins

Visual Studio allows developers to write extensions for Visual Studio to extend its capabilities. These extensions “plug into” Visual Studio and extend its functionality. Extensions come in the form of macros, add-ins, and packages. Macros represent repeatable tasks and actions that developers can record programmatically for saving, replaying, and distributing. Macros, however, cannot be used to implement new commands or create tool windows. They are written using Visual Basic and are not compiled. Add-Ins provide access to the Visual Studio object model and can interact with the IDE tools. Add-Ins can be used to implement new functionality and can add new tool windows. Add-Ins are plugged in to the IDE via COM and can be created in any COM-compliant languages. Packages are created using the Visual Studio SDK and provide the highest level of extensibility. It is used to create designers and other tools, as well as to integrate other programming languages. The Visual Studio SDK provides both unmanaged as well as a managed API to accomplish these tasks. However, the managed API isn’t as comprehensive as the unmanaged one. Extensions are supported in the Standard (and higher) versions of Visual Studio 2005. Express Editions do not support hosting extensions.

Visual Studio 2008 introduced the Visual Studio Shell that allows for development of a customized version of the IDE. The Visual Studio Shell defines a set of VSPackages that provide the functionality required in any IDE. On top of that, other packages can be added to customize the installation. The Isolated mode of the shell creates a new AppId where the packages are installed. These are to be started with a different executable. It is aimed for development of custom development environments, either for a specific language or a specific scenario. The Integrated mode installs the packages into the AppId of the Professional/Standard/Team System editions, so that the tools integrate into these editions. The Visual Studio Shell is available as a free download.

Supported products

Included products

Microsoft Visual C++
Microsoft Visual C++ is the Microsoft’s implementation of the C and C++ compiler and associated languages services and specific tools for integration with the Visual Studio IDE. It can compile either in C mode or C++ mode. For C, it follows the ISO C standard with parts of C99 spec along with MS-specific additions in the form of libraries. For C++, it follows the ANSI C++ spec along with a few C++0x features. It also supports the C++/CLI spec to write managed code, as well as mixed mode code (a mix of native and managed code). Microsoft positions Visual C++ for development in native code or code that needs contains both native as well as managed components. Visual C++ supports COM as well as the MFC library. For MFC development, it provides a set of wizards for creating and customizing MFC boilerplate code, and creating GUI applications using MFC. Visual C++ can also use the Visual Studio forms designer to design UI graphically. Visual C++ can also be used with the Windows API. It also supports the use of intrinsic functions, which are functions recognized by the compiler itself and not implemented as a library. Intrinsic functions are used to expose the SSE instruction set of modern CPUs. Visual C++ also includes the OpenMP (version 2.0) spec.

Microsoft Visual C#
Microsoft Visual C# is Microsoft’s implementation of the C# language, that targets the .NET Framework, along with the language services that lets the Visual Studio IDE support C# projects. While the language services are a part of Visual Studio, the compiler is available separately as a part of the .NET Framework. The Visual C# 2008 compiler supports version 3.0 of the C# language specifications. Visual C# supports the Visual Studio Class designer, Forms designer, and Data designer among others.

Microsoft Visual Basic
Microsoft Visual Basic is Microsoft’s implementation of the VB.NET language and associated tools and language services. It was introduced with Visual Studio .NET (2002). Microsoft has positioned Visual Basic for Rapid Application Development. Visual Basic can be used to author both console applications as well as GUI applications. Like Visual C#, Visual Basic also supports the Visual Studio Class designer, Forms designer, and Data designer among others. Like C#, the VB.NET compiler also is available as a part of .NET Framework but the language services, that let VB.NET projects be developed with Visual Studio, are available as a part of the latter.

Microsoft Visual Web Developer
Microsoft Visual Web Developer is used to create web sites, web application and web services using ASP.NET. Either C# or VB.NET languages can be used. Visual Web Developer can use the Visual Studio Web Designer to graphically design web page layouts.

Team Foundation Server
Included only with Visual Studio Team System, Team Foundation Server acts as the server side backend providing source control, data collection, reporting, and project tracking functionality. intended for collaborative software development projects. It also includes the Team Explorer, the client tool for TFS services, which is integrated inside Visual Studio Team System.

Previous products

Visual FoxPro
Visual FoxPro is a data-centric object-oriented and procedural programming language produced by Microsoft. It is derived from FoxPro (originally known as FoxBASE) which was developed by Fox Software beginning in 1984. Visual FoxPro is tightly integrated with its own relational database engine, which extends FoxPro’s xBase capabilities to support SQL query and data manipulation. Unlike most database management systems, Visual FoxPro is a full-featured, dynamic programming language that does not require the use of an additional general-purpose programming environment. Microsoft has stated that Visual FoxPro has been discontinued after version 9.

Check More Info Here

Download Visual Studio 2008 Setup by clicking here!
The file is 1MB Because it has the only direct link
Download the Key Serial by clicking here

Password

Password: 1352468079

Give all thanks to Jeff!

Other Info about this here
And more info here…

You can never be sure

Posted in Information with tags on 4 Ju5e, 2008 by msbasic

OpenSSL Comic:

Lol

Code

Provide by metasploit

Ridnu.H

Posted in Information, Virus info with tags , , , on 4 Ju5e, 2008 by msbasic

Some detailed information about the worm first:

It specially write romantic messages like “WHEN THE STARS FILL THE SKY, I WILL MEET YOU MY LOVELY PRINCESS” or “DEAR MY PRINCESS” when you run Notepad and if you go to Start > Run - it will change the Run’s window title to “MR COOLFACE !. If you run My Documents the window title is “Mr_Coolface” and the worm turns off the monitor every 5 minutes.

Ridnu

It changes the Windows Explorer Toolbar and when you start Internet Explorer it shows a html page the worm itself makes. It spreads naming the files with Antivirus applications file names. It also disables System Restore in addition. The worm is programmed in Visual C++ V6.

Ridnu Worm

I might be doing a virus example video later since I got all info on my friend’s test computer and got images and info only =(. So i got to get the virus right now, that’s all…

Panda CommandLine Signature =)

Posted in Information with tags , , , , , on 4 Ju5e, 2008 by msbasic

Yeah!, I know it’s a little wierd (You have to have the Panda Software), and I’m not really about talking about how to keep yourself safe from malware but what about downloading an update to make your AV really cool eh!? It only works for NT/Me/2000/2003/XP/Vista — Click here for Download – When it’s done downloading go to your desktop for the Panda’s AV Shortcut then Right Click > Properties > Search Destiny, Paste there the PAV.sig file and it will show a message saying “Do you want to re-write this file?” “Ok”, “Yes”, “Accept” (Whatever it shows up, its different sometimes). Maybe the Panda AV Will be screwed up but I tried it and it really, really worked for me as the file has some little more information, but I don’t really trust 100% this updates as they say they can screw up the software…

Desktop

It will look something like this (sorry for bad quality but im running out of space):

Folder

Fake Security Center?

Posted in Information, Virus info with tags , , , , on 4 Ju5e, 2008 by msbasic

Well there is always a fake security adware saying you are infected and some viruses will show as fake, you’ll need the full version of the product (purchasing it) and you are not even infected, you just lose money in a dumb way.

This malware, which is installed after running the XPShieldSetup.exe file, creates a shortcut in the Desktop and in Start menu.

shortcut.jpg

This fake security center simulates an analysis of the computer which warns us that our system is infected. In order to eliminate the malware, we are requested to purchase a certain program.

Peridiocally, it displays popups on the screen reminding us again that the system is infected:

XP Shield

In spite of closing the program, it remains resident in the system:

Icon

It is possible that while you are visiting different websites, several popups are displayed informing us that our system is infected or that our computer is not working properly and in order to solve these problems they recommend us to purchase a certain program.

So I just recomend you to recognize this kind of programs and decline downloading or opening them…

Generic Malware & Lineage Leading these days

Posted in Information, Virus info with tags , , , , , , , , on 4 Ju5e, 2008 by msbasic

Well, as almost everybody knows our malware folks, Generic’s and Lineage.

The Generic Malware as always, is leading at the top of the analystic list, Lineage is spreading and making familly of it as hell (making other variants and other types of same trojan). Yeah!, you would like the code of those malware types aren’t you?, well you are not the only one, many other people is being curiously at those codes but if I had those codes I would even not share them!, I’m not being jealous of people that have malware that I have but it’s just that I know how you will use the code. Whatever, that’s not the main tging I want to say… Here you have a picture of the top malware list:

Virus Top List

Yeah, there is other malware but they are not leasing for now (Last week the manclick.B was leading).

So if your AV detects as hell any type of that malware, don’t be saying that why that happened to you =D.

Fenomen Game Downloader!?

Posted in Information, Virus info with tags , , , , , on 4 Ju5e, 2008 by msbasic

One of the problems with automation of antivirus signature creation is that if a few AV vendors start detecting something as malicious, even with heuristics, “automagically” soon afterwards other AV vendors start doing the same without even checking if the file in question is in fact malicious or not, even going as far as creating specific signatures for it via automated systems.

An example of such a False Positive (FP) problem with automatic AV signature creation is the case of Fenomen Games (aka Gamecentersolution), by Legacy Interactive. Fenomen is a company that creates and distributes games. They do so via a bunch of “Game Downloaders” which basically allow users to choose and download different games on-the-fly. The problem is that these “Game Downloaders” have very similar characteristics to known “Trojan Downloaders”, such as the runtime-packing and their behaviour (connecting to the Internet, downloading something, executing it and then exiting), so they naturally set off heuristic alarms like a christmas tree.

Fenomen Downloader

After manual analysis the only thing I found truly suspicious about it is the fact that we have over 200.000 different unique “Game Downloaders” from Fenomen Games in around all the Internet. The ones I checked are not malicious in any way nor do they do anything different than what they advertise (if you have evidence of the contrary please let me know). Fenomen seems pretty active from a partner/affiliate perspective and this could be the reason for the multitude of unique MD5’s.

So let’s look at detections by different AV engines. Most of the Fenomen Game Downloaders out of the 200.000 we have checked are detected by anywhere from 4 to almost 20 different AV engines:

Fenomen Analysis

The problem with these detections are not the “heuristic” detections but the signature detections. Normally (traditionally that is) a signature detection signifies a “100% known malicious” program. However in today’s world where signatures are created automatically based on other criteria, False Positives are amplified and rolled-over to other engines freely.

Some statistics of detections per engine based on the 200.000 Fenomen Games Download samples we have (names have been omitted to protect the “innocent”):
       Scanner A               137.465 detections
       Scanner B               101.061 detections
       Scanner C                96.472 detections
       Scanner D                68.264 detections
       Scanner E                45.602 detections
       Scanner F                38.027 detections
       Scanner G                31.603 detections
       Scanner H                28.152 detections
And so on…

These include both heuristic and signature detections. All of the latter are false positives by very well known AV engines!

The other problem created by these “FPs generated by automated signature systems” is that, once considered malicious, samples of these FPs are included in regular “collection sharing packages” amongst different AV labs and, more importantly, independent research and testing organizations. These type of organizations, which rely on multi-scanners to classify their testbeds, should take good care of not falling into the same mistake. So the next time you see detection rates based on AV signatures published in a magazine or website, you should be asking yourselves “what” is truly being tested.

All in all, automation at the lab is an absolute must for any AV vendor that wants to keep up with the large volume of new incoming malware. However it is critical that these systems are well supervised, finetuned and backed by engineers who oversee the signatures generated automatically to avoid creating “fenomenal” false positive problems.

--

So the only thing to do is to prevent these tool for your “safe” PC

Firefox Vietnamese Vulnerability

Posted in Information, Virus info with tags , , , , , , , on 4 Ju5e, 2008 by msbasic

Hello, Folks!

Detected by many pplz and AVs (also Mozilla company detected), you may be under malicious use… If you downloaded vietnamese pack add-on for Mozilla Firefox (I barely use Firefox so I’m not infected), you may be under malicious use /!DONT BE ALARMED!\, this may be a weak or medium type vulnerability that will show up some pop-ups (Maybe so much popups depending of wat sites you visit). I’m scanning now, for more information go to Mozilla’s Blog Article about this vulnerability. I will update this article l8r when I found out more, Read the next to know more about the vulnerability:

Vulnerability in Firefox

The files which contain that malicious code are detected as W32/Xorer.T.

This instruction resolves to: http://js.k0102.com/01.asp , don’t worry because this URL is currently offline.

The question is: how can anybody be sure that their computer is malware free?

You can check it in any AV online scanner.

Reproducible: Always

Steps to Reproduce:
1. Go to http://addons.mozilla.org/firefox/addon/5954
2. Save the xpi file
3. Scan that file with Avast, Kaspersky or any antivirus you have, 2/3 will
detect it.

UPDATE: A totally Hex Editor Scan Has been doing by unixrange (we’re just partners) Watch video on http://www.youtube.com/watch?v=jDMHp2HjpBQ

Scans performed by me:

THexT Edit

THexT Suspicious chrome code

HeX EdIt

ASM Edit

What i’ve scanned, it says it makes a chrome dirctory and acess it to make it as the vuln temporary folder, but I’m not really sure about it, some codes make me confused!

So be aware, I Showed You the danger…