[help] dealing with code 06-01-2011, 07:08 PM
#1
im trying to "crack" this program..if any of you guys know, "thebotnet" requires obfuscated coding, and puts an auth screen on all their programs..im trying to "crack" one of these by editing the code so i wont need to sync my account to get authority to use. I know nothing of the true nature of cracking, nor am i a coder.But here is the .vbproj that Sage told me to paste into this section....idk what you guys can do with it, but hope it helps xD if there is more i need to post just let me know
Already been deobfuscated.
Already been deobfuscated.
Code:
<?xml version='1.0' encoding='utf-8'?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectType>local</ProjectType>
<ProjectVersion>7.10.377</ProjectVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>794e0cda-de5b-4826-85e0-a02533ab47c4</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<AssemblyName>ProxyFetch</AssemblyName>
<OutputType>WinExe</OutputType>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Core" />
<Compile Include="AssemblyInfo.vb" />
<Compile Include="Global.vb" />
<Compile Include="ProxyFetch\Form1.vb" />
<Compile Include="ProxyFetch\My\MyApplication.vb" />
<Compile Include="ProxyFetch\My\MyComputer.vb" />
<Compile Include="ProxyFetch\My\MyProject.vb" />
<Compile Include="ProxyFetch\My\MySettings.vb" />
<Compile Include="ProxyFetch\My\Resources\Resources.vb" />
<EmbeddedResource Include="ProxyFetch.Form1.resources" />
<EmbeddedResource Include="ProxyFetch.Resources.resources" />
</ItemGroup>
</Project>