Long as the executeable file is within the source somewhere within the source folder.
System works like this.
SOURCE FILE CHECK => SCAN => SOURCE FILES FOUND? YES/NO => DECOMPILE/CONTINUE
Let's drop the whole license questions.
It won't happen, and never will.
Made a anti-license system within a plugin.
Remove the plugin RevEmu will crash. [I've hidden lines within plugins good luck wasting 5 years to find it]
Add a license RevEmu which remove the license and continue...
Erm, because it's open source....?
Jake yes you will need a license and 20quid.
No i'm not Phoenix.
The source will be free-open source, updated casually when updates are required. NO license will be required. I'm gonna add some lines of code somewhere in the source code, so no one can add...
If you ever decide hooking up ASP.NET for 4.0, 5.0 what ever build.
Let me know, i'll make the best fluent NHibernate system for your ASP.NET.
Anyhow progress seem great as ever, keep it up!
RevEmu won't be done for a while.
RevEmu will be released in builds.
First release will be for example STABLE RELEASE BUILD: 1.0, Rev: 1.2.5, Minor: 0.1
= 1.2.5.1
Anyhow first stable build will be Rev having all the basics done proper coded [Not Hardcoded].
Which will be most likely...
Well, Itachi said it's going good so far extracting the headers.
So i'm just gonna work on the V26 Protocol handling for a day or two. Until itachi is done.
It's 8:43am and i've completed on my research on NHibernate for storage handling.
(See how dedicated i am haha)
Here's what i've come up with
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NHibernate;
using NHibernate.Criterion;
using...
Got NHibernate configured up with FluentNHibernate.
(MySql)
public static Configuration NHibernateConfiguration()
{
var config = Fluently.Configure()
.Database(MySQLConfiguration
.Standard...