This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2786359
commit 712a083
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
Сразу скажу, инжектор не мой, он лишь мною модифицировался. | ||
Сразу скажу, инжекторы не мои, один из них лишь мною модифицировался. | ||
|
||
В bypass.jar содержатся классы которые модифицируют minecraft.jar или core-mode.jar, в частности там убирается проверка на @SidedApi(Side.SERVER) также проверки запрещающее доступ модам ко внутренним классам майнкрафта | ||
в ru.cristalix.client.CristalixClient.class идёт подгрузка модов из папки C:\Xenoceal\mods, также разрешена модификация пакетов для PluginMessage (убрано использование метода slice в ByteBuf) | ||
в dev.xdark.clientapi.loader.ClientVerifier.class убираются проверки на доступ к внутренним классам майнкрафта | ||
dev.xdark.clientapi.loader.Verifier.class это интерфейс класса dev.xdark.clientapi.loader.ClientVerifier.class, иначе без него не запускается майнкрафт | ||
|
||
sucec.jar не мой, скорее всего это Xenoceal'а, я просил его дать мне исходники но я получил отказ из-за чего мне пришлось его ковырять, там немного изменены приоритеты на подгрузку классов в bypass.jar | ||
Bypass.dll ваще хрен знает чей это откуда и чо с чем его есть. | ||
sucec.jar не мой, скорее всего это Xenoceal'а, я просил его дать мне исходники но я получил отказ из-за чего мне пришлось его ковырять, там немного изменены приоритеты на подгрузку классов в bypass.jar | ||
|
||
Исходного кода разумеется на всё это нет, правки делалались манипуляциями с байткодом | ||
Исходного кода на .jar нет, правки делалались манипуляциями с байткодом |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters