Jump to content

ss77ss77

Member
  • Posts

    86
  • Joined

  • Last visited

Everything posted by ss77ss77

  1. I can't use Live Offset Patcher. When I jailbroke with palera1n, there was no substitute and ElleKit was installed. How do I get it to work? postscript The cause was understood. palen1x-v1.1.7-x86_64 Jailbreaking with a lower version was successful.
  2. I would like to know the offset code for "Unlimited SP", so please DM me.
  3. 9th Anniversary Event from July 14! I think it will be ver3.39.0 tomorrow or the day after tomorrow. Please upgrade.
  4. error: attributes may not be specified on a category @interface NSArray<ObjectType> (NSArrayDiffing) ^ error: nullability specifier '_Nullable' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (instancetype)initWithUUIDBytes:(const uuid_t _Nullable)bytes; ^ fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ fatal error: could not build module 'IOSurface' #include <IOSurface/IOSurfaceRef.h> ~~~~~~~~^ The "^" arrow seems to specify "N <_". Is there a solution?
  5. How did you solve it?
  6. Set target binary to UnityFramework. iGDecrypt for iGameGodtool used. The result is the same when compared. VA := "0x275225C" Do you want to do something special?
  7. wcat.app v4.32.0 <Token(Token := "0x17000EA9")> Public Property DamageValue As Long <Token(Token := "0x6009A6C")> <Address(RVA := "0x28E9E4C", Offset := "0x28E9E4C", VA := "0x1028E9E4C")> <Attribute(Name := "CompilerGeneratedAttribute", RVA := "0x179920", Offset := "0x179920")> Get Return 0L End Get <Token(Token := "0x6009A6D")> <Address(RVA := "0x28E9BA0", Offset := "0x28E9BA0", VA := "0x1028E9BA0")> <Attribute(Name := "CompilerGeneratedAttribute", RVA := "0x179930", Offset := "0x179930")> Set(value As Long) End Set End Property wcat.app v4.32.1 <Token(Token := "0x1700119F")> Public Property DamageValue As Long <Token(Token := "0x600A6B3")> <Address(RVA := "0x275225C", Offset := "0x275225C", VA := "0x275225C")> <Attribute(Name := "CompilerGeneratedAttribute", RVA := "0xAEEF8", Offset := "0xAEEF8")> Get Return 0L End Get <Token(Token := "0x600A6B4")> <Address(RVA := "0x2752264", Offset := "0x2752264", VA := "0x2752264")> <Attribute(Name := "CompilerGeneratedAttribute", RVA := "0xAEF08", Offset := "0xAEF08")> Set(value As Long) End Set End Property The address I always check is different. VA := "0x1028E9E4C" VA := "0x275225C" When the location of the binary changes, the address location is no longer known. How do I re-0x1?
  8. /〇〇.app/〇〇 ↓change /〇〇.app/Frameworks/UnityFramework.framework/UnityFramework With the upgrade of the app, the binaries are now like this. When I peek at dnspy, the address is 0x2 and I can't find 0x1. Even if you change it with the 0x2 with offset patcher, it will not be reflected. How do I find an address in 0x1? As an aside, along with that, iGameGod's speedup can now be used in v2 due to the binary change.
  9. ~v4.32.0 /wcat.app/wcat v4.32.1~ /wcat.app/Frameworks/UnityFramework.framework/UnityFramework Changing the position of a binary.
  10. >Please add the BigBoss repo and install AppList from there. Thank you. (iphone7p(ios15.1) :iosgods install)〇 app:colopl wcat live offset patcherv2.2 iosgods tool install wcat iphone10(ios15.1) :iosgods install 〇(speed tool v1〇 v2×) iphone7p(ios15.1) :iosgods install〇(speed tool v1〇 v2×) iphone8p(ios13.4.1) : iosgods install 〇(speed tool v1〇 v2×)
  11. Today new Jailbreak for palera1n iphone10(ios15.1) :iosgods install 〇(speed tool ×) iphone7p(ios15.1) :iosgods install × err(com.gamedgod.igg Depends applist) unc0ver Jailbreaked iphone8p(ios13.4.1) iosgods install 〇(update: speed tool ×)
  12. HELP Il2CppDumper Err UnityFramework global-metadata Generate dummy dll... ERROR: Error while restoring attributeIndex 71249 ERROR: Error while restoring attributeIndex 71258 ERROR: Error while restoring attributeIndex 71320 ERROR: Error while restoring attributeIndex 71624 How can I fix it?
  13. I couldn't apply it because it's part of the code and not the whole code. After checking the code with Live Offset Patcher, that code is working.
  14. v4.17.0 offset run speed 1023522C4 2008211E I think it's different from the original code, but I happened to find it. The code is hard for me to read.
  15. LDR Copy from memory to register Online ARM to HEX Converter 00D444BD I don't know how to proceed from here.
  16. I'm not used to "live offset patcher" so I changed it.
  17. Of course, I ran the code using the "live offset patcher", but it didn't reflect.
  18. Namespace System ''' <summary>単精度浮動小数点数を表します。</summary> ' Token: 0x0200001F RID: 31 <Token(Token := "0x200001F")> <Attribute(Name := "ComVisibleAttribute", RVA := "0x984BC", Offset := "0x984BC")> <System.Serializable()> Public Structure [Single] Implements System.IFormattable, System.IConvertible, System.IComparable, System.IComparable(Of Single), System.IEquatable(Of Single) ''' <summary>このメンバーの説明については、<see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" /> のトピックを参照してください。</summary> ''' <param name="provider">このパラメーターは無視されます。</param> ''' <returns>現在のインスタンスの値が 0 でない場合は <see langword="true" />。それ以外の場合は <see langword="false" />。</returns> ' Token: 0x0600020D RID: 525 RVA: 0x00003FC0 File Offset: 0x000021C0 <Token(Token := "0x600020D")> <Address(RVA := "0x8ED3C", Offset := "0x8ED3C", VA := "0x10008ED3C", Slot := "5")> Private Function ToBoolean(provider As System.IFormatProvider) As Boolean Return Nothing End Function Of course, I ran the code using the "live offset patcher", but it didn't reflect. Above is after "As Single"clicking. Other parameters are also set to "As Single" and are not reflected. I don't know where the cause is.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines