Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

All Activity

This stream auto-updates

  1. Past hour
  2. Quarrel
    Quarrel joined the community
  3. Today
  4. lovejoy226 started following XorRanger
  5. Yesterday
  6. procomp started following GautamGreat
  7. procomp started following azufo
  8. jimmingneutron11
    jimmingneutron11 joined the community
  9. welwelwelw
    welwelwelw joined the community
  10. iced
    iced replied to XorRanger's topic in KeygenMe
    To solve this is pretty simple,put .exe in a folder and make a file named duh!!.syk the key is already inside,also when you save make sure "ENCODING" is set to ANSI.
  11. greensolit
    greensolit joined the community
  12. Oliver
    @boot please can you again sign your titanhide driver (the certificate is revoked) or if possible can you share the method to load latest vmp in xdbg without titanhide? Thanks in Adv!
  13. Keith123
    Keith123 joined the community
  14. mp420
    mp420 joined the community
  15. maetthi
    maetthi joined the community
  16. m!x0r
    m!x0r commented on m!x0r's file in Tools & Utilities
    Keep default Settings 10000ms (10s) for Base Timeout 10000ms (10s) For Opcode Timeout, and Loader Timer Delay with Enigma is 00 if Obsidium is 3000us or Use Wait Lib Feature
  17. zin
    zin joined the community
  18. pentium450 started following Deathway
  19. alisafei
    alisafei commented on m!x0r's file in Tools & Utilities
    i test it 2-3 softwares and all works fine. but today, i tried one of same previous software (upgraded version) with same process, i put these information: x64 software. inport the .1337 file directly, no manual input. Base Timeout: i tested two values 1000 and 99999 opcode timeout: i tested two values 1000 and 99999 Loader time delay: 5000000 it does not work, and shows Error: Failed to change memory protection. it uses the two protections: ENIGMA(5.X)[-] protection, and Obsidium(-)[-] it is not the protection issue (i believe) as the older version of that software also the same protections.
  20. Last week
  21. ganeosxlepos
    ganeosxlepos replied to boot's topic in UnPackMe
    ineed unpack this file https://www.mediafire.com/file/lsv5mru8nj317ed/xUnRAR.zip/file
  22. dr.amp
    The JNI is a native programming interface. It allows Java code that runs inside a Java Virtual Machine (VM) to interoperate with applications and libraries written in other programming languages, such as C, C++, and assembly. By programming through the JNI, you can use native methods to: Create, inspect, and update Java objects (including arrays and strings). Call Java methods. Catch and throw exceptions. Load classes and obtain class information. Perform runtime type checking. Java obfuscation is too weak. Translating it to native code can greatly boost its anti-reverse ability. JNIC is just the kind of software. The workflow of JNIC: Translate Java bytecode to C code and compile it into DLL files. Translate DLL file to DAT file. The workflow of Java programs protected by JNIC Translate DAT file to DLL file. Load DLL with FUNCTION System.load. Some helpful tools: GitHub - Exeos/JnicX: Tool for extracting platform binaries from compressed jnic bin format (A tool to extract native shared libraries (.so, .dll, .dylib) from the compressed binary used by JNIC-protected applications) JNIC Reversing Notes https://jnic.dev/ · GitHub GitHub - CLzimo/jnic-Carck (An old version. Uncertain if the crack contains backdoors) Leave your contact info if you have in-depth ideas.🤓 HelloWorld-jnic.jar
  23. m!x0r
    m!x0r commented on m!x0r's file in Tools & Utilities
    New Version 1.9 Published Release Date: 01/01/2026
  24. lovejoy226 started following factorx31
  25. factorx31
    Hi, and happynew year... Somebody can help me please to get SoftwarePassport/Armadillo full? I don't care pay for it, but the company shut down lol. Somebody can help me?
  26. lovejoy226 started following noxv
  27. vinod123
    vinod123 replied to markaz.jamal's topic in Reverse Engineering Articles
    @0X7C9 pls can u upload https://tut4u.com/hexorcist-reverse-engineering-course/ in your webdav server
  28. noxv
    noxv replied to CodeExplorer's topic in Programming and Coding
    ty
  29. Earlier
  30. zacula
    zacula changed their profile photo
  31. lovejoy226 started following eq23
  32. TeRcO
    TeRcO replied to otmanov's topic in KeygenMe
    import hashlib def generate_key(input_string): input_string = input_string.upper() salted_string = input_string + ':K3yS@lt2025' md5_hash = hashlib.md5(salted_string.encode()).hexdigest().upper() md5_hash = md5_hash[:16] formatted_hash = '-'.join([md5_hash[i:i+4] for i in range(0, len(md5_hash), 4)]) return formatted_hash input_string = input("Enter your string: ") key = generate_key(input_string) print("Generated serial:", key)
  33. lengyue
    lengyue posted a topic in CrackMe
    VMPLicenseProtector This is a recently developed recreational utility. I'm unsure which forum section is appropriate, so moderators please feel free to move it if necessary. The tool implements a combined The Enigma and VMProtect protection scheme and is designed for applying VMProtect to Win32/Win64 executables and DLLs without requiring source code. It is not compatible with .NET assemblies. The interface supports Chinese/English language switching. To function, VMProtect_Con.exe must be placed in the tool's directory. Note that the tool itself is incompatible with Windows 7 and requires the DirectX 11 runtime to be installed. Software protected with it remains compatible with Windows XP/7/10. Trial Version Limitations: Only the anti-hijacking feature is enabled. All other functions are disabled. Uses a fixed RSA key. Please do not use it to protect commercial software. While some features are disabled, the tool may be sufficient for users with modest needs if patched. The trial license expires after one month, but functionality can be extended through patching. Archive Password: View by double-clicking the RAR file in WinRAR (check comment) or use: tuts4you. File Information Submitter lengyue Submitted 12/26/2025 Category CrackMe View File
  34. lengyue
    lengyue posted a file in CrackMe
    • 21 downloads
    This is a recently developed recreational utility. I'm unsure which forum section is appropriate, so moderators please feel free to move it if necessary. The tool implements a combined The Enigma and VMProtect protection scheme and is designed for applying VMProtect to Win32/Win64 executables and DLLs without requiring source code. It is not compatible with .NET assemblies. The interface supports Chinese/English language switching. To function, VMProtect_Con.exe must be placed in the tool's directory. Note that the tool itself is incompatible with Windows 7 and requires the DirectX 11 runtime to be installed. Software protected with it remains compatible with Windows XP/7/10. Trial Version Limitations: Only the anti-hijacking feature is enabled. All other functions are disabled. Uses a fixed RSA key. Please do not use it to protect commercial software. While some features are disabled, the tool may be sufficient for users with modest needs if patched. The trial license expires after one month, but functionality can be extended through patching. Archive Password: View by double-clicking the RAR file in WinRAR (check comment) or use: tuts4you.
  35. m!x0r
    m!x0r commented on m!x0r's file in Tools & Utilities
    Our Tools are 100% Clean we Have Changed The Packer To UPX For avoid Conflicts with AVs, Get Enjoy To Bypass The Most Complex Protectors with Our Loader (Arab Team Hand Made).
  36. Tundxator
    Tundxator replied to whoknows's topic in UnPackMe (.NET)
    @CodeExplorer Very good. The bad thing is that if the executable protected with net reactor is compiled as: <PropertyGroup> <TargetFramework>net9.0</TargetFramework> <OutputType>Exe</OutputType> <PublishSingleFile>true</PublishSingleFile> <SelfContained>true</SelfContained> <RuntimeIdentifier>win-x64</RuntimeIdentifier> <PublishTrimmed>true</PublishTrimmed> <EnableCompressionInSingleFile>true</EnableCompressionInSingleFile> </PropertyGroup> NetReactorSlayer can't do anything with this.
  37. Aliester Crowley
    Aliester Crowley changed their profile photo
  38. AdrianoSousa
    AdrianoSousa replied to SReg's topic in UnPackMe
  39. NeophobiA
    NeophobiA changed their profile photo
  40. Washi
    Washi replied to Washi's topic in Reverse Engineering Articles
    Better late than never, my writeups are finally live: https://washi1337.github.io/ctf-writeups/writeups/flare-on/2025/
  41. tindellcecil5
    tindellcecil5 changed their profile photo
  42. user552
    • 11 downloads
    Cartoon Diablo Universal Patcher Skin 15 User552Pack V 1.1 (now fixed Wacky Races 2 and addictions of Flintstones and Russian Blue). Please delete User552Pack V 1.0. Daitarn III Danguard Goldrake Gundam 1 Gundam 2 Jeeg Lupin III 1 Lupin III 2 Mazinga Wacky Races 1 Wacky Races 2 Flintstones Normal+Wide and one pretty present: Russian Blue Normal+Wide
  43. Asif
    Asif changed their profile photo
  44. kikime
    kikime commented on Teddy Rogers's file in OllyDbg
    thanx
  45. INDO-CHEERS
    INDO-CHEERS commented on m!x0r's file in Tools & Utilities
    Thank you, m!x0r. The version 1.8 you released is now free of the issues with my Kaspersky Anti-virus. I've tried a scan and there are no more False or True alarm issues. Thank you again for your hard work.
  46. CodeExplorer
    CodeExplorer replied to whoknows's topic in UnPackMe (.NET)
    NETReactorSlayer-6.4.0.0_Fixed9.rar: https://workupload.com/file/9FgKGVGdEEY I completely restored NETReactorSlayer-6.4.0.0\NETReactorSlayer.Core\Helper\EncryptedResource.cs and just add trial Decrypter_v5. I've added ControlFlowReactor.cs for the new control flow and I've changed MethodDecrypter.cs to call it from "public void Run(IContext context)" in each Module.cctor method called.
  47. decode
    decode replied to whoknows's topic in UnPackMe (.NET)
    Hello master, it's working great, I tested it, and I'd like to ask you to send me the source code of this Slayer project and tell us the differences between this and the original, because instead of just relying on a ready-made solution, I want to learn how it was done. Finally, according to which instructions did you update Slayer? How did you discover the reason why the program wasn't working? How can we understand this, because it doesn't give any error when it's not working?
  48. user552
    • 2 downloads
    Cartoon_Diablo_Universal_Patcher_Skin: Mazinga
  49. Asif
    Asif replied to Visual Studio's topic in UnPackMe (.NET)
    okay
  50. 0xFFFFDAY
    0xFFFFDAY replied to Visual Studio's topic in UnPackMe (.NET)
    you really want then open a new challenge of unpack me. Will try to do it. Like a proper way.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.