Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
DKingAlpha committed Jul 6, 2023
1 parent 51f8871 commit d123334
Show file tree
Hide file tree
Showing 36 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UEInterceptor
# UEInspector

**UNSTABLE DEVELOPMENT PROGRESS**

Expand All @@ -11,17 +11,17 @@

## Demo (Right Click -> View Image)

![UEInterceptor Demo](demo.png)
![UEInspector Demo](demo.png)

*All respect to the demo game*

## Dang! How to use this?


1. Find an UE game
2. Build UEInterceptor for that game (See next section)
3. Inject compiled UEInterceptor to game
4. Inpect interesting objects using in-game imgui menu provided by UEInterceptor
2. Build UEInspector for that game (See next section)
3. Inject compiled UEInspector to game
4. Inpect interesting objects using in-game imgui menu provided by UEInspector
5. Play with the objects' properties/methods. Get its offsets/attributes in the memu. Even invoke some.
6. Code you standalone tool real quick.

Expand All @@ -30,7 +30,7 @@

1. git clone **--recursive** <THIS REPO>
2. Download source code of Unreal Engine
3. Install DirectX SDK, update variables in `UEInterceptor/EnvSetup.props`
3. Install DirectX SDK, update variables in `UEInspector/EnvSetup.props`
4. Open sln, try to build.
5. Fix UE source error popping up. May be 5 places, more or less.
6. Update patterns in `UnrealInternal.cpp`
Expand Down
2 changes: 1 addition & 1 deletion UEInterceptor.sln → UEInspector.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UEInterceptor", "UEInterceptor\UEInterceptor.vcxproj", "{28745BB2-0F55-4988-9A9E-F2B191415E54}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UEInspector", "UEInspector\UEInspector.vcxproj", "{28745BB2-0F55-4988-9A9E-F2B191415E54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{28745bb2-0f55-4988-9a9e-f2b191415e54}</ProjectGuid>
<RootNamespace>UEInterceptor</RootNamespace>
<RootNamespace>UEInspector</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>UEInspector</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -90,7 +91,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>UE_BUILD_MINIMAL=1;COREUOBJECT_VTABLE=;UBT_COMPILED_PLATFORM=Windows;UE_BUILD_SHIPPING=1;WITH_EDITOR=0;WITH_EDITORONLY_DATA=0;WITH_ENGINE=1;WITH_UNREAL_DEVELOPER_TOOLS=0;WITH_PLUGIN_SUPPORT=0;WITH_SERVER_CODE=0;IS_MONOLITHIC=1;IS_PROGRAM=1;PLATFORM_WINDOWS;PLATFORM_64BITS;CORE_API=;COREUOBJECT_API=;NOMINMAX;WIN32;_DEBUG;UEINTERCEPTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>UE_BUILD_MINIMAL=1;COREUOBJECT_VTABLE=;UBT_COMPILED_PLATFORM=Windows;UE_BUILD_SHIPPING=1;WITH_EDITOR=0;WITH_EDITORONLY_DATA=0;WITH_ENGINE=1;WITH_UNREAL_DEVELOPER_TOOLS=0;WITH_PLUGIN_SUPPORT=0;WITH_SERVER_CODE=0;IS_MONOLITHIC=1;IS_PROGRAM=1;PLATFORM_WINDOWS;PLATFORM_64BITS;CORE_API=;COREUOBJECT_API=;NOMINMAX;WIN32;_DEBUG;UEINSPECTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>
Expand All @@ -117,7 +118,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>UE_BUILD_MINIMAL=1;COREUOBJECT_VTABLE=;UBT_COMPILED_PLATFORM=Windows;UE_BUILD_SHIPPING=1;WITH_EDITOR=0;WITH_EDITORONLY_DATA=0;WITH_ENGINE=1;WITH_UNREAL_DEVELOPER_TOOLS=0;WITH_PLUGIN_SUPPORT=0;WITH_SERVER_CODE=0;IS_MONOLITHIC=1;IS_PROGRAM=1;PLATFORM_WINDOWS;PLATFORM_64BITS;CORE_API=;COREUOBJECT_API=;NOMINMAX;WIN32;NDEBUG;UEINTERCEPTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>UE_BUILD_MINIMAL=1;COREUOBJECT_VTABLE=;UBT_COMPILED_PLATFORM=Windows;UE_BUILD_SHIPPING=1;WITH_EDITOR=0;WITH_EDITORONLY_DATA=0;WITH_ENGINE=1;WITH_UNREAL_DEVELOPER_TOOLS=0;WITH_PLUGIN_SUPPORT=0;WITH_SERVER_CODE=0;IS_MONOLITHIC=1;IS_PROGRAM=1;PLATFORM_WINDOWS;PLATFORM_64BITS;CORE_API=;COREUOBJECT_API=;NOMINMAX;WIN32;NDEBUG;UEINSPECTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>
Expand All @@ -144,7 +145,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>UE_BUILD_MINIMAL=1;COREUOBJECT_VTABLE=;UBT_COMPILED_PLATFORM=Windows;UE_BUILD_SHIPPING=1;WITH_EDITOR=0;WITH_EDITORONLY_DATA=0;WITH_ENGINE=1;WITH_UNREAL_DEVELOPER_TOOLS=0;WITH_PLUGIN_SUPPORT=0;WITH_SERVER_CODE=0;IS_MONOLITHIC=1;IS_PROGRAM=1;PLATFORM_WINDOWS;PLATFORM_64BITS;CORE_API=;COREUOBJECT_API=;NOMINMAX;_DEBUG;UEINTERCEPTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>UE_BUILD_MINIMAL=1;COREUOBJECT_VTABLE=;UBT_COMPILED_PLATFORM=Windows;UE_BUILD_SHIPPING=1;WITH_EDITOR=0;WITH_EDITORONLY_DATA=0;WITH_ENGINE=1;WITH_UNREAL_DEVELOPER_TOOLS=0;WITH_PLUGIN_SUPPORT=0;WITH_SERVER_CODE=0;IS_MONOLITHIC=1;IS_PROGRAM=1;PLATFORM_WINDOWS;PLATFORM_64BITS;CORE_API=;COREUOBJECT_API=;NOMINMAX;_DEBUG;UEINSPECTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>
Expand All @@ -171,7 +172,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>UE_BUILD_MINIMAL=1;COREUOBJECT_VTABLE=;UBT_COMPILED_PLATFORM=Windows;UE_BUILD_SHIPPING=1;WITH_EDITOR=0;WITH_EDITORONLY_DATA=0;WITH_ENGINE=1;WITH_UNREAL_DEVELOPER_TOOLS=0;WITH_PLUGIN_SUPPORT=0;WITH_SERVER_CODE=0;IS_MONOLITHIC=1;IS_PROGRAM=1;PLATFORM_WINDOWS;PLATFORM_64BITS;CORE_API=;COREUOBJECT_API=;NOMINMAX;NDEBUG;UEINTERCEPTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>UE_BUILD_MINIMAL=1;COREUOBJECT_VTABLE=;UBT_COMPILED_PLATFORM=Windows;UE_BUILD_SHIPPING=1;WITH_EDITOR=0;WITH_EDITORONLY_DATA=0;WITH_ENGINE=1;WITH_UNREAL_DEVELOPER_TOOLS=0;WITH_PLUGIN_SUPPORT=0;WITH_SERVER_CODE=0;IS_MONOLITHIC=1;IS_PROGRAM=1;PLATFORM_WINDOWS;PLATFORM_64BITS;CORE_API=;COREUOBJECT_API=;NOMINMAX;NDEBUG;UEINSPECTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d123334

Please sign in to comment.