Search results for query: *

  • Users: s810car
  • Content: Threads
  • Order by date
  1. The DEFINITIVE method to add toast to ANY game!

    Ok backstory: been trying to fix a bug discovered in ModIDE with my auto-inject toast method. Turned out to be user error due to poor instructions from my program, but it led me to do several tests with toast and find out sometimes it wouldnt add, others it would break the app. After some quick...
  2. (TIP) Using ildasm after Windows 10 creator's update

    Ran into an interesting problem coding my ModIDE program tonight after i had my computer hijacked by windows 10 required creator's update (yeah you can delay, ignore, even mess with registry to try to avoid those, one day or another they lock you into these dam updates) Anyways, Microsoft has...
  3. Android Mod IDE - Testing phase 3 v0.9 RC1

    DISCLAIMER: This application is still VERY much in its early stages, and while I have been testing to no end its interaction with files, I CAN NOT GUARANTEE it will not corrupt or otherwise damage a file. I can not be held responsible for any damage to files, filesystems, or the like (although I...
  4. Emulator for modding

    This question mostly @ the modding teams but anyone who can mod beyond "search getX" modification should have a good opinion. Trying to decide which emulator to put on my computer, last computer i had tested like every emulator i could find and ended up with too many starting at launch...
  5. Bypassing PIE check (enables gdb) for Android 5.0+

    DISCLAIMER: This hack should be done by experienced modders only, with a solid understanding of the Android file system and IDA, done incorrectly this has a HUGE potential to brick your device! Consider yourself warned... Bypassing PIE (position independent executable) check Ever run into this...
  6. Need some input about getting in over my head lol

    (tl;dr go to the large bold header to see my plan if the prologue gets long winded lol) I'm about to start my most ambitious and probably craziest programming adventure yet, I'm actually scared I may not even finish it but want to at least see if theres as much interest in it as i think there...
  7. Understanding Smali (Dalvik Bytecode) and how to start for beginners

    Question brought up in chat today regarding how to edit smali made me think of an excellent tutorial I read a couple years back on xda. Its till around so I thought I'd share it with a couple little edits in the intro to make it more applicable to general modding rather then the specific apk it...
  8. Whats your Unity disassembler of choice?

    I was using dnspy for awhile, been digging it, but had a few problems so i tried NET reflector. It's alright but then I looked at ILSpy and I like the look of it, reminds me more of IDA (my first goto until I found how much easier it is to traverse dlls in dnspy) Anyways i want to pick one and...
  9. Intro to disassembly and CIL (Used in NET Reflector) opcode list

    Been questioned about opcodes recently so thought this would make a good writeup. This is a list of opcodes used in libraries/executables created for M$ .NET framework, prefaced by an introduction to assembly and some details for those wondering why its so dam hard to hack programs if you can...
  10. Lenas Reversing for Newbies (web resource)

    I didn't double check rules on posting external link here but I didn't see this resource on AR anywhere, if staff has any issues with this post please delete. I totally forgot about this awesome tutorial site until recently so wanted to share for those who are interested. This particular link...
  11. [TUTORIAL] Simple hack of online save file using Charles Proxy

    First Post here, looking forward to learning new programming/hacking technique, site looks promising. In the spirit of offering information before just leeching it, I'm going to describe a simple hack technique for games with poorly setup backend server using one of my favorite network analysis...
Back
Top Bottom