Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


[help] dealing with code filter_list
Author
Message
[help] dealing with code #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.

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>

Reply

RE: [help] dealing with code #2
or you could teach me C;

Reply

RE: [help] dealing with code #3
(06-02-2011, 03:47 AM)The 7th Sage Wrote: You need to learn programming for it, no other way. You will need to read what code is doing what, you can only do that if you know the language.

PS : Someone needs to find a crack to reflector, its god damn paid now. Sad


I may have your fix sir, pming you a program that will probably fix this for you, and well..works for me. Please don't leak it, because if its leaked too heavily then people will start patching it...its a real easy patch but also a simple program.

Reply







Users browsing this thread: 1 Guest(s)