Jump to content

Red16

Senior Member
  • Posts

    278
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 7 Plus
  • iOS Version
    11.3.x
  • Jailbroken
    Yes
  • Rooted
    Yes
  • Gender
    Not Telling
  • Location
    IOSGods
  • Interests
    Sports

Recent Profile Visitors

8,605 profile views

Red16's Achievements

Apprentice

Apprentice (3/14)

  • Gaining Attraction Rare
  • Posting Machine Rare
  • Collaborator
  • First Post
  • 5 Years In

Recent Badges

4.6k

Reputation

2

Community Answers

  1. I remember libSupport used to work on older versions of standoff2 I updated it then they patched it again so I gived up, they implemented ‘Anti Fish’ library which can easily defeat libSupport in its current state I am working on moving away from it
  2. @Rook can we remove this post I completely forgot I had it I would have Updated it ops
  3. `libSupport` is like a toolbox for tinkering with apps. It's a dynamic library that lets you mess around with how different parts of an app work. It's not just for games – it's for all sorts of apps. You can use it to intercept and change C functions, do cool stuff like code patching, and even figure out what's happening under the hood. So, if you're into tweaking apps to do things they weren't originally meant to, `libSupport` could be your go-to toolkit. With libSupport, you can harness the power of code hooking, symbol manipulation, and method swizzling, while enjoying a streamlined development process that transcends jailbreak limitations. Features: - Dynamic Code Manipulation: Liberate your code's potential by easily hooking functions, manipulating symbols, and employing method swizzling without the need for a jailbreak. - Sideload Detection Bypass: skip detection mechanisms with the powerful SupportInitialize function. Customize your app's behavior without constraints, even on non-jailbroken devices. Example of SupportInitialize Usage: SupportEntryInfo entry_info = { .teamIdentifier = NULL, .bundleIdentifier = "com.example.myapp", .files = { "CydiaSubstrate", "embedded.mobileprovision", "libSupport", "BypassInjector", "H5GG", "iGameGod", NULL }, // Use full power if possible. .general = { .settings = { .hookSymbols = true, .hookMessages = true, .hookExpierimental = true, .allowDebugging = true } } }; SupportInitilize(&entry_info); Experience the liberation of dynamic code manipulation on jailed, enhanced debugging, and unprecedented sideload detection bypass by downloading libSupport Version 1.2.1 now Get libSupport v1.2.1 Unlock the true potential of your code, regardless of device restrictions. With libSupport, you're in control of your app's destiny, empowered to create, experiment, and debug. Happy Modding, @Red16
  4. Lets have you try the libSupport AutoInjector which makes use of `libSupport 1.2.1` https://github.com/Rednick16/libSupport/releases/tag/v1.2.1
  5. libSupport is now able to fully hook functions on non jailbroken devices with JIT.

    int SupportHookFunction(void *addr, replacement, void** original);

    `returns 1` on success, on failure it returns a set of values which vary. 0-5
     

    coming soon……

    1. Rook
    2. Flugel

      Flugel

      Let’s go 🔥

    3. Red16

      Red16

      Thanks everyone, I am also testing a version of the library where I will not use fishhook, there is a Anti-Fishhook library out there which completelys defeat this and recently iv noticed a lot of developers are using it 😂

      Yes hooking on non jailbroken & without JIT is possible it’s just super hacky.

  6. Hey if the game you’re using iGameGod on is server sided editing currency or some other values may not work.
  7. Requirements: - Sideloadly, ESign, etc Features: - bundleIdentifier check bypassed - Bypass all dylibs: (Work In Progress) Get it here: https://github.com/Rednick16/libSupport/releases/download/v1.2.1/AutoInjector.zip Note: For this to work successfully you need to be using Sideloadly " Use automatic bundleId " you can not add to the bundle id or change it in anyway. Installation: 1 - Unzip `AutoInjector.zip` It contains two files (`libSupport.dylib` & `BypassInjector.dylib`) 2 - Open Sideloadly --> Advance Options 3 - Inject dylib/frameworks select `libSupport.dylib` & `BypassInjector.dylib` 4 - Untick "Cydia Substrate box" and hit start. 5 - Your finished. Info: - Utilizing (libSupport: 1.2.1) https://github.com/Rednick16/libSupport Credits: @Red16
  8. After months of hard work iv finished jailed_support Project GitHub: https://github.com/Rednick16/jailed_support What it dose: - It hooks objective functions + exported functions that are currently active it dose not make use of substrate. Features: - Bundle ID check bypass - Dylib files check bypass - Malicious checks bypass checking hashes changes etc - Supports jailbroken devices somewhat(w.i.p) what games dose it support: - Supports all games Some good to know info: - although this is very helpful to bypass jailed detections some games have gone to very extreme to crack down on methods used here. - you might have to bypass a few detections manually than use this. Usage: void setup(){ support_init(); if(support_initialized()){ struct support_bypass bypass = { NULL, /* custom uniuque id to spoof app no use for now */ "com.rednick16.jailed.example", /* your app bundle id most basic detection but effective */ { /* add any files u wish to bypass here */ "embedded", "mobileprovision", "jailed_example", "libsupport" }, { /* add any symbols u wish to bypass here */ "example_symbol", "MSHookFunction", "MSHookMessage" } }; initilize(bypass); } Project GitHub: https://github.com/Rednick16/jailed_support Installation: - your tweak + libsupport needs to be added to frameworks folder - If your jailbroken you can add it to bin or compile it into a deb but it’s really made for non jailbroken devices Credits: @Red
  9. extern kern_return_t vm_region ( vm_map_t target_task, vm_address_t *address, mach_vm_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *infoCnt, mach_port_t *object_name ); when i call the function above i get an error yea i have the headers included there wasn't any linkable library as i could see I don't know why i keep getting vm_region referenced from then file if anyone has a solution please enlighten me
  10. Thats not possible 😅 It is a server sided game
  11. alright i figured it out you need to add to your makefile XXX_LINKAGETYPE = static XXX name of your project when you compile the library you will get a .a file then in your tweak project add these to make file $(TWEAK_NAME)_OBJ_FILES = somelib.a $(TWEAK_NAME)_LDFLAGS = -lsomelib examplefolder $(TWEAK_NAME)_OBJ_FILES = examplefolder/somelib.a $(TWEAK_NAME)_LDFLAGS = examplefolder/somelib.a also add to makefile at the top set true DEBUG = 1 add any headers you want to include etc i recently just did this
  12. Your still having that issue?
×
  • 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