Hi Friends,
reverse engineering is everywhere. but reverse engineering is meant for code review of vulnerable application. so I hope you guys will not use this reverse engineering tricks to do any illegal things.
all android application are running on Dalvik , which is a Virtual Machine having register-base architecture and different from Java Virtual Machine by sun-microsystem (and now by oracle ) which is stack machine.
hence all android application is consist of Dalvik Executable (.dex). hence to convert those android application( *.apk) to source code we have to follow below steps
(Note : apk is packing of .dex file and other resources.)
step to decompile
1) convert .dex file format to .class file
2) convert .class file format to java code file
1) android application will come with .apk file format. which contains .dex file .
hence to convert .dex file in to .class file ( and those compress .class files are placed in .jar file)
one need to have .dex to .class file converter .(both are binary format)
you can download such tool from below link.
after downloading you need to extract them and it will have following files in you file system.
Friday, 8 July 2011
Sunday, 3 July 2011
How to prevent from Cross-site scripting attacks on your ASP.NET website?
Hi friends,
Security is major concern for our clients when they ask us to develop their website. Hence we have to take care of attacks like sql injection and cross-site scripting attacks.
today I come across with a very good library to prevent our website against cross-site scripting attacks.

Cross-site scripting (which also called as XSS) attacks occur when an attacker uses a web apps to inject malicious code(mainly scripting), generally in the form of a browser side (means java script injection ), to a different visitor or your site.
Labels:
Asp.net,
cross-site scripting,
DotNet
Friday, 1 July 2011
How to compress our websites..!!??
Hi friends,
when you have website which has heavy pages( means all page are loaded with lots of html and css etc...) .It is recommended to compress your website pages while serving. This will decrease your network traffic at your server. To achieve such compression of your website pages while delivering to browser is done by two way.
2) do custom coding in your web application
Labels:
DotNet,
HttpModule,
IIS
Wednesday, 29 June 2011
Advantages of QTP
1) Support for record and playback and ability to edit scripts after recording. Also different recording modes are provided in QTP viz.
2) Support for different addins like Java, Oracle, SAP, .NET, Web Forms, Siebel, PeopleSoft, Web services, Main frame.
3) Ability to let you enhance the existing tests even without the AUT (Application under test) through active screen.
4) QTP uses VBScript which is English-like and very easy to learn and gain expertise. We have plenty of resource available to learn VBScripts.
5) Microsoft Object model can be implanted in QTP easily. Like, Word document object, Excel Object, Outlook Object, ADO objects, File system objects.
6) It comes with loads of inbuilt properties and methods in QTP as well as inbuilt functions in VBScripts
7) Support for XML.
8) Use of Datatables/Excel files are easier and provides a variety of methods to play around with rows and columns.
9) Test reporting with all necessary details for analysis is provided.
2) Support for different addins like Java, Oracle, SAP, .NET, Web Forms, Siebel, PeopleSoft, Web services, Main frame.
3) Ability to let you enhance the existing tests even without the AUT (Application under test) through active screen.
4) QTP uses VBScript which is English-like and very easy to learn and gain expertise. We have plenty of resource available to learn VBScripts.
5) Microsoft Object model can be implanted in QTP easily. Like, Word document object, Excel Object, Outlook Object, ADO objects, File system objects.
6) It comes with loads of inbuilt properties and methods in QTP as well as inbuilt functions in VBScripts
7) Support for XML.
8) Use of Datatables/Excel files are easier and provides a variety of methods to play around with rows and columns.
9) Test reporting with all necessary details for analysis is provided.
When your client will concern about his db password
Hi friends,
When you get a client who is more technical ,then it accentuate on safety of his critical data. Recently I faced such type of client. When my client went through publish asp.net project on server and he found that our db password inside web.config ‘s connection string , and expressed his concern for it safety of db password. so he suggested me not to placed in web.config moreover he asked me to hardcoded that password in my asp.net code and obfuscate that dll..!!.
Labels:
Asp.net,
DotNet,
Web.config.
Tuesday, 28 June 2011
Accelerate Downloads In Chrome & IE With FileServe Manager
FileServe Manager is a free download management application which is designed to optimize your system resources and to provide you with accelerated download speed. It is much similar to the widely used Orbit downloader and supports downloading files from Windows clipboard, resumption of broken downloads, provision for managing downloads by means of adjusting speed limit, and download scheduling.
FileServe Manager can also be integrated into both Chrome and Internet Explorer, letting you download files directly from the web without having to copy and paste source URL to begin downloading process. Unlike Orbit, it automatically moves downloads into convenient categories according to file types. You will, for instance, be able access all the downloaded apps, photos, and audio files from Software, Picture, and Music categories. Other than serving as a download manager, it also has an uploading utility to instantly save and access your files to and from the cloud. If you have your download URLs stored in a text file, you can append them in its Batch download window to start downloading all the items in one go.
FileServe Manager can also be integrated into both Chrome and Internet Explorer, letting you download files directly from the web without having to copy and paste source URL to begin downloading process. Unlike Orbit, it automatically moves downloads into convenient categories according to file types. You will, for instance, be able access all the downloaded apps, photos, and audio files from Software, Picture, and Music categories. Other than serving as a download manager, it also has an uploading utility to instantly save and access your files to and from the cloud. If you have your download URLs stored in a text file, you can append them in its Batch download window to start downloading all the items in one go.
Sort C# Code Structure In Visual Studio 2010 With CodeSorter
One of the most tiring task you might have to perform over source code files everyday is code sorting. Since there aren’t any set conditions which one can instantly apply over source code file to make it look tidy and clean, users have to manually sort the code structure according to their requirements. If you’re looking for a relatively easy way to sort your C# code in Visual Studio 2010, you can try out CodeSorter to specify code sorting conditions, so that they can be applied with a single click over all the code files. The add-in only works with C# project files and may disturb code structure of other languages. The add-in has a host of different code sorting conditions which can be customized in numerous ways. It was developed to sort source code files by different conditions such as, names, types; including, class, struct, method, virtual modifiers; virtual overide, new, etc.
Subscribe to:
Posts (Atom)

