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...
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...
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...
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...
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...
(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...
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...
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...
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...
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...
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...