Showing posts with label file. Show all posts
Showing posts with label file. Show all posts

Tuesday, June 27, 2017

Decompile Android’s DEX File

Decompile Android’s DEX File


Android uses a DEX archive in place of JAR. Also, the Java classes are compiled differently.
To decompile the classes, you need to go through a few extra steps.

What Will You Need?

Dex2Jar from http://code.google.com/p/dex2jar/
A regular Java decompiler, such as JD (please, search "java decompiler" on google)

The Steps

First, extract the .apk file of the Android application.

jar  xvf  HelloWorld.apk

(in alternative you can use the 7zip program)

You will notice classes.dex file in the extracted folder.

Next, run dex2jar to convert the classes.dex file to a JAR file.

(you can extract the dex2jar file in the same folder of classes.dex)

dex2jar.bat  classes.dex   (for winfows)
dex2jar.sh  classes.dex   (for linux)

This will produce an improbably named classes.dex.dex2jar.jar file.

Launch JD decompiler.

Open the classes.dex.dex2jar.jar file and then view the .class files
Read more »

Friday, June 16, 2017

Default Configuration file for OpenOffice

Default Configuration file for OpenOffice


Recently I posted an answer about Default Configuration file for OpenOffice on superuser. So this blog might help further more.

The default configutration/modification file is located at
%APPDATA%OpenOffice.org3user egistrymodifications.xcu
The file is in XML format and is written in one line, therefore difficult to read.
Search for
<item oor_path="/org.openoffice.Office.Writer/DefaultFont">
And you can find the default font value for OpenOffice Writer
Same way it works for Draw, Calc, Base, Math, Impress.
If you misconfigure the registrymodificaitons.xcu file, It can prevent OOo from starting up; just remove the file in such a situation. 


Read more »

Wednesday, May 31, 2017

Delete and Blocked Autorun inf System File Malware in My Local Disk Drive Volume C and D

Delete and Blocked Autorun inf System File Malware in My Local Disk Drive Volume C and D



Autorun.inf file create a system file in your local drive and flood your system.

Show Hidden Files and folders and unchecked hide protected operating system files (recommended) to ensure if your disk drive volume is safe for malware. The above image is a sample of malware that run automatically using autorun.inf file also known as system information file. see the image above sample of autorun.inf file affect your local drive.


AutoRun was introduced in Windows 95 to ease application installation for non-technical users and reduce the cost of software support calls. When an appropriately configured CD-ROM is inserted into a CD-ROM drive, Windows detects the arrival and checks the contents for a special file containing a set of instructions. For a commercial application, these instructions normally initiate installation of the software from the CD-ROM. To maximise the likelihood of installation success, AutoRun also acts when the drive is accessed ("double-clicked") in Windows Explorer (or "My Computer").

Heres My Guide on how to delete and blocked Autorun.inf.


1: Show Hidden Files and folders and unchecked hide protected operating system files (recommended).


Disable one or More System Services and Startup in System Configuration Utility or you can run shortcut command "MSCONFIG".

2. Find the Sytem Files Autorun.inf Creates.


Note:
File Name : mvnmbx.exe
File Type   : System File
File Size   : 101 kb

3. Create a clean Autorun.inf File.

You can Download Here or follow my step-by-step instruction Here


Note:
Make Sure You Checked Hidden and Read-only file Attributes of your Autorun file Properties.

4. To Delete the file.

Log off Your Computer


Copy Your Clean Autorun.inf file and Paste on affected Local Drive


Replaced the existing Autorun.inf file with your newly created autorun.inf CLEAN file.Now view the file, to insure that your already replaced it.

Note: This is my sample Autorun.inf file


Now Delete The System File Autorun.inf Created
Name: mvnmbx.exe


5. Checked Your Local Drive For Malware





More Tags: Angry Bird, Blogger, Fate , Plants Vs Zombie, Special Force, Point Blank, Ai Maps, Deep Freeze UnFreezer, Ninja Saga, Deep Freeze, Samsung SGH, Guitar Pro, USB XP Install, Yahoo 443 Problem, Turtle Odyssey, GTA San-Andreas, PlayStation, Tips Tweaks Tricks, HTML, Facebook, Animated JPG, Counter-Strike, USB Windows Format, Screensaver, USB Security.
Read more »

Wednesday, April 5, 2017

DeadBeef installation from a deb file

DeadBeef installation from a deb file


All versions in deb format: here.

Installing from deb seems preferable.

On  installing addons: here.
Read more »