Skip to content

Commit 0015fa4

Browse files
committed
First commit
0 parents  commit 0015fa4

File tree

95 files changed

+7660
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+7660
-0
lines changed

LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# PS3 Library for .NET
2+
3+
This will allow you to communicate with your PS3 DEX/CEX
4+
Connection with targets , read/write memory and more...
5+
6+
# Functions list :
7+
8+
- Support CCAPI v2.60 C#.
9+
- Set boot console Ids
10+
- No need to give CCAPI.dll
11+
- Function ReadString is now very fast.
12+
- Extension class support both API's.
13+
- ArrayBuilder for build arrays easily.
14+
- IO Removed (Few people used it).
15+
- Set API to switch when you want.
16+
- Use both API's with same function names.
17+
- Dialog CCAPI for ip implemented.
18+
- Connect & Attach function returns bool.
19+
- Fixed some bugs TMAPI.
20+
21+
# Information
22+
23+
- Don't forget to INSTALL the latest version of CCAPI (v2.60) in your PS3 if you want develop applications with CCAPI C#
24+
- http://www.frenchmoddingteam.com/shop/application/20-control-console-api-2-60-rte-cex-dex
25+
26+
More informations about all PS3Lib functions here :
27+
28+
- http://www.nextgenupdate.com/forums/ps3-cheats-customization/697273-release-ps3lib-v4-4-dex-cex.html
29+
30+
- http://www.frenchmoddingteam.com/news/article/9-release-ps3lib-v4-4-dex-cex
31+
32+
# Contributing
33+
34+
Feel free to do a PR. :)

bin/PS3Lib.dll

68 KB
Binary file not shown.

demo/CCAPI-Demo/BUILD/CCAPI-Demo.exe

31.5 KB
Binary file not shown.

demo/CCAPI-Demo/BUILD/PS3Lib.dll

68 KB
Binary file not shown.

demo/CCAPI-Demo/CCAPI-Demo.sln

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCAPI-Demo", "CCAPI-Demo\CCAPI-Demo.csproj", "{808DDD4E-65CB-495E-9007-34B69FD60937}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{808DDD4E-65CB-495E-9007-34B69FD60937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{808DDD4E-65CB-495E-9007-34B69FD60937}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{808DDD4E-65CB-495E-9007-34B69FD60937}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{808DDD4E-65CB-495E-9007-34B69FD60937}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

demo/CCAPI-Demo/CCAPI-Demo.v11.suo

59.5 KB
Binary file not shown.

demo/CCAPI-Demo/CCAPI-Demo/App.config

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5+
</startup>
6+
</configuration>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{808DDD4E-65CB-495E-9007-34B69FD60937}</ProjectGuid>
8+
<OutputType>WinExe</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>CCAPI_Demo</RootNamespace>
11+
<AssemblyName>CCAPI-Demo</AssemblyName>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<PlatformTarget>AnyCPU</PlatformTarget>
17+
<DebugSymbols>true</DebugSymbols>
18+
<DebugType>full</DebugType>
19+
<Optimize>false</Optimize>
20+
<OutputPath>bin\Debug\</OutputPath>
21+
<DefineConstants>DEBUG;TRACE</DefineConstants>
22+
<ErrorReport>prompt</ErrorReport>
23+
<WarningLevel>4</WarningLevel>
24+
</PropertyGroup>
25+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26+
<PlatformTarget>AnyCPU</PlatformTarget>
27+
<DebugType>pdbonly</DebugType>
28+
<Optimize>true</Optimize>
29+
<OutputPath>bin\Release\</OutputPath>
30+
<DefineConstants>TRACE</DefineConstants>
31+
<ErrorReport>prompt</ErrorReport>
32+
<WarningLevel>4</WarningLevel>
33+
</PropertyGroup>
34+
<ItemGroup>
35+
<Reference Include="PS3Lib">
36+
<HintPath>..\..\PS3Lib - v4.4\PS3Lib - v4\bin\Release\PS3Lib.dll</HintPath>
37+
</Reference>
38+
<Reference Include="System" />
39+
<Reference Include="System.Core" />
40+
<Reference Include="System.Xml.Linq" />
41+
<Reference Include="System.Data.DataSetExtensions" />
42+
<Reference Include="Microsoft.CSharp" />
43+
<Reference Include="System.Data" />
44+
<Reference Include="System.Deployment" />
45+
<Reference Include="System.Drawing" />
46+
<Reference Include="System.Windows.Forms" />
47+
<Reference Include="System.Xml" />
48+
</ItemGroup>
49+
<ItemGroup>
50+
<Compile Include="Form1.cs">
51+
<SubType>Form</SubType>
52+
</Compile>
53+
<Compile Include="Form1.Designer.cs">
54+
<DependentUpon>Form1.cs</DependentUpon>
55+
</Compile>
56+
<Compile Include="Program.cs" />
57+
<Compile Include="Properties\AssemblyInfo.cs" />
58+
<EmbeddedResource Include="Form1.resx">
59+
<DependentUpon>Form1.cs</DependentUpon>
60+
</EmbeddedResource>
61+
<EmbeddedResource Include="Properties\Resources.resx">
62+
<Generator>ResXFileCodeGenerator</Generator>
63+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
64+
<SubType>Designer</SubType>
65+
</EmbeddedResource>
66+
<Compile Include="Properties\Resources.Designer.cs">
67+
<AutoGen>True</AutoGen>
68+
<DependentUpon>Resources.resx</DependentUpon>
69+
<DesignTime>True</DesignTime>
70+
</Compile>
71+
<None Include="Properties\Settings.settings">
72+
<Generator>SettingsSingleFileGenerator</Generator>
73+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
74+
</None>
75+
<Compile Include="Properties\Settings.Designer.cs">
76+
<AutoGen>True</AutoGen>
77+
<DependentUpon>Settings.settings</DependentUpon>
78+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
79+
</Compile>
80+
</ItemGroup>
81+
<ItemGroup>
82+
<None Include="App.config" />
83+
</ItemGroup>
84+
<ItemGroup>
85+
<None Include="Resources\ps3.ico" />
86+
</ItemGroup>
87+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89+
Other similar extension points exist, see Microsoft.Common.targets.
90+
<Target Name="BeforeBuild">
91+
</Target>
92+
<Target Name="AfterBuild">
93+
</Target>
94+
-->
95+
</Project>

0 commit comments

Comments
 (0)