mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
cleanup and gitignore update
This commit is contained in:
parent
6680c105de
commit
3748105e36
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
.idea/
|
||||
out/
|
||||
G-Earth2.iml
|
||||
Extensions/
|
||||
/Extensions
|
||||
/G-WinMem/.vs
|
||||
/G-WinMem/x64
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -23,7 +23,7 @@
|
||||
<ProjectGuid>{D445BBD6-23E4-40AD-BB05-39E0401D7421}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>GWinMem</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
|
4
G-WinMem/G-WinMem/x64/Debug/G-WinMem.log
Normal file
4
G-WinMem/G-WinMem/x64/Debug/G-WinMem.log
Normal file
@ -0,0 +1,4 @@
|
||||
stdafx.cpp
|
||||
G-WinMem.cpp
|
||||
c:\users\jeunez\g-earth\g-winmem\g-winmem\g-winmem.cpp(119): warning C4244: 'argument': conversion from 'DWORD' to 'u_short', possible loss of data
|
||||
G-WinMem.vcxproj -> C:\Users\Jeunez\G-Earth\G-WinMem\x64\Debug\G-WinMem.exe
|
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.obj
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.obj
Normal file
Binary file not shown.
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.pch
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.pch
Normal file
Binary file not shown.
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/CL.command.1.tlog
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/CL.command.1.tlog
Normal file
Binary file not shown.
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/CL.read.1.tlog
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/CL.read.1.tlog
Normal file
Binary file not shown.
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/CL.write.1.tlog
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/CL.write.1.tlog
Normal file
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.16299.0
|
||||
Debug|x64|C:\Users\Jeunez\G-Earth\G-WinMem\|
|
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/link.command.1.tlog
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/link.command.1.tlog
Normal file
Binary file not shown.
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/link.read.1.tlog
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/link.read.1.tlog
Normal file
Binary file not shown.
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/link.write.1.tlog
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/G-WinMem.tlog/link.write.1.tlog
Normal file
Binary file not shown.
BIN
G-WinMem/G-WinMem/x64/Debug/stdafx.obj
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/stdafx.obj
Normal file
Binary file not shown.
BIN
G-WinMem/G-WinMem/x64/Debug/vc141.idb
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/vc141.idb
Normal file
Binary file not shown.
BIN
G-WinMem/G-WinMem/x64/Debug/vc141.pdb
Normal file
BIN
G-WinMem/G-WinMem/x64/Debug/vc141.pdb
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
[LocalizedFileNames]
|
||||
jna-4.5.1.jar=@jna-4.5.1.jar,0
|
||||
jna-platform-4.5.1.jar=@jna-platform-4.5.1.jar,0
|
BIN
jna-4.5.1.jar
BIN
jna-4.5.1.jar
Binary file not shown.
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
Manifest-Version: 1.0
|
||||
Main-Class: main.extensions.examples.adminonconnect.AdminOnConnect
|
||||
|
||||
Manifest-Version: 1.0
|
||||
Main-Class: main.Main
|
||||
|
||||
|
@ -31,7 +31,6 @@ public class WindowsHabboClient extends HabboClient {
|
||||
while((line = reader.readLine()) != null) {
|
||||
if (line.length() > 1) {
|
||||
possibleData.add(line);
|
||||
System.out.println(line);
|
||||
}
|
||||
}
|
||||
p.destroy();
|
||||
@ -42,13 +41,12 @@ public class WindowsHabboClient extends HabboClient {
|
||||
public List<byte[]> getRC4possibilities() {
|
||||
List<byte[]> result = new ArrayList<>();
|
||||
try {
|
||||
Thread.sleep(3000);
|
||||
ArrayList<String> possibleData = readPossibleBytes();
|
||||
|
||||
for (String possibleHexStr : possibleData) {
|
||||
result.add(DatatypeConverter.parseHexBinary(possibleHexStr));
|
||||
}
|
||||
} catch (IOException | URISyntaxException | InterruptedException e) {
|
||||
} catch (IOException | URISyntaxException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user