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

General Discussions and Off Topic

General and off-topic conversations and discussions here...

  1. CodeExplorer
    Started by CodeExplorer,

    How to download Video using Browser (3 free plugins): For Mozilla Firefox they are two free plugins: 1. Video DownloadHelper https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/ 2. Ant video downloader https://addons.mozilla.org/en-US/firefox/addon/video-downloader-player/ Ant video downloader require to install this: AVD-NativeApp-4.18.7-Release.msi download link: https://workupload.com/file/thqpJ4z6Vdj For Chrome there is CocoCut: https://chromewebstore.google.com/detail/video-downloader-cococut/ekhbcipncbkfpkaianbjbcbmfehjflpf Some video are not playable on firefox only on google chrome.

    CodeExplorer
  2. unknownpers0n
    Started by unknownpers0n,

    In applied mathematics two, its given as an exercise to write a keygen for a crackme, tho i dont know where that particular crackme is !!! ...

    unknownpers0n
  3. LCF-AT

    Hi guy's, so I got two questions about YT. First problem is if I'm looking for something using my mother language I'm getting also results of other countries languages. Now I would like to filter by used language in the video itself to find just video's with the language I'm looking for like German and not English or etc you know. There is a location filter in YT but this isn't showing any results anymore. I think YT should spend some time to create a function for this to make a better filter for their video / content results. No idea why they didn't done it yet. Next question is how to filter OUT those annoying SHORT video results? I hate them so much! So at al…

  4. Caleb

    A guy named voices38 cracked Resident evil requiem solo which has 2026 denuvo Voices38 post on reddit re 9 Whereas scene groups are releasing just standard lame steam protections PreDB scene release database Is there no one in scene who can patch denuvo or can challenge denuvo, or scene being lazy or run by newbies or experienced guys already left. Lately Denuvo is having hard time at their headquarters after hypervisors 0days being released, well proper old school released by voices38 is certainly topic of the town.

      • Like
    • 2 replies
    • 134 views
  5. LCF-AT

    Hi guy's, short question. In the past someone told me how to enable some exception log on Windows to protocol the data of exception of any app when it happens etc. I can't find that topic anymore here on forum so I have to ask again. Does someone know it how this was? Problem: I have a app what runs into some exception (random) when its finished to run (CLI tool) and when this exception occurs then Windows hangs for a while so the mouse just showing a circle and I have to wait few seconds. I think Windows does create a log somewhere on system about that exception (don't remember where) and I would like to disable that process to skip logging exception n stuff. So where in…

      • Thanks
      • Like
    • 7 replies
    • 59 views
  6. dongledumpers
    Started by dongledumpers,

    I have a Notepad (.txt) file that belongs to a machine. How can I extract the decoder key from it? There is a tool for this file—when the file is loaded into that tool, it removes the remaining machine format and generates the key. If anyone knows how this works, please guide me. DH-PARAM.TXT

    • 0 replies
    • 42 views
    dongledumpers
  7. LCF-AT

    Hi guys, so I found a new / older problem I want to fix and need some help to find the reason. So in some cases when I select a file or press right mouse to get the context menu it will take a long time and it also depends on the filesize & file itself. So in my problem case I found out that this problem happens for some video files having an specific audio format which is PCM... pcm_s24le pcm_s16be ...but I don't know why. Windows can play it but somehow it always hangs when I select any video (MP4 / MOV) or wanna get the right mouse context to see. Even if the file is larger it takes more time. That's really horrible. So must be that audio format. When I separate bo…

  8. hitech444
    Started by hitech444,

    that poses as CD-ROM... Is it any better than the usual?

    • 0 replies
    • 21 views
    hitech444
  9. francy222

    Hi everyone, I've been following this forum for a long time even though I've never posted. I apologize if this is off-topic, but not entirely — after all, we're in the off-topic section 🤷‍♀️ I wanted to share my story. It all started in '99. I was a broke musician teaching music in elementary schools. I ended up with a computer I got by chance and a music software without a serial. Almost by accident I found the now defunct UIC. I knew nothing about reversing or programming.. I remember the first time I saw someone use keyboard shortcuts for copy/paste — I stared at them like they were a wizard XD. Nobody had ever taught me anything, I had never had a PC in my hands. And …

    francy222
  10. LCF-AT
    Started by LCF-AT,

    Hi guys, just have a new question. So I have a folder with JSON files which using same structure and I would like to merge them together into one file. I found no tool what could do that just a CLI tool called JG what should do that but somehow I don't get it working correctly etc. I tried this command... jq-win64 -s . "a1.json" "a2.json" > combined.json ...and it does merge those 2 files into one single file. First problem here is that I want to merge all files without to set any filename just the extension like "*.json" but this fails and I get this error info... C:\jq-win64" -s . *.json > combined2.json Assertion failed! Program: C:\jq-win64.exe Fi…

  11. lovejoy226

    It is now dettached from a laptop. I wanna use it as an external hdd. but it could not be initialized. Regards. sean.

  12. lovejoy226
    Started by lovejoy226,

    operating systems absolutely have “engines,” though we usually call them subsystems or kernel components instead of engines. An OS is basically a collection of internal engines working together. 🧠 1️⃣ Kernel (Core Engine)Example: Linux kernel Windows NT The kernel is the main engine that handles: CPU scheduling Memory management Process management Hardware communication It’s the heart of the OS. 💾 2️⃣ File System EngineHandles how data is stored and retrieved. Examples: NTFS ext4 This engine manages: Directories Permissions Disk allocation Journaling 🎨 3️⃣ Graphics / Windowing EngineIn desktop OS systems: X.Org Server Wayland Windows Desktop Window Manager They handle: Dr…

  13. CodeExplorer
    Started by CodeExplorer,

    What programs should I use for viewing images? .jpg, .bmp etc. seen https://alternativeto.net/software/acdsee/ so what program you recommend?

    testednation
  14. LCF-AT

    Hi guys, just have a question about using TAB key on keyboard in different text editing tools. So when I write some text anywhere I'm using the TAB key sometimes also when coding as well so make all pretty clean and clear. So the problem is when I do some copy / paste operation into some other text editor / textbox etc then its messed up and that's really bad and I have to fix that manually by entering single spaces or so. Now I would like to know whether there is any method to format my text with TAB's to make it look nice and clean and same like in the text editor where I wrote that text before? Do you have some idea's maybe? greetz

      • Like
    • 9 replies
    • 88 views
  15. MLT1995
    Started by MLT1995,

    Hi everyone! I'm new to the forum. I just registered, but I've been reading and practicing some basic things for a while now. I used to dedicate my free time to programming, working with Trojans, packers, and some general reverse engineering—always basic stuff, just for myself. Nowadays, due to work-related reasons, learning all these things has been very helpful, but some of them are beyond my reach. My name is Matias, and I'm from Argentina. I decided to register on the forum because I need to unpack a file protected with Enigma (a keygen) from software I bought for work. The seller wasn't very helpful, and I had to pay someone else to give me the program installer. Thi…

  16. cool
    Started by cool,

    hi everyone , i was searching about the possibility of LLMS that soon as possible they can train in odd features , data that can analyse and and discover the 0 days exploitations, , many context has been showed up like wormgpt ,....... so do you think that maybe come true ? i mean beyond just use reverse eng to crack games ...........

  17. LCF-AT
    Started by LCF-AT,

    Hi guy's short while ago I found some strange issue for some websites. Normally I use the middle mouse key to open any link in new tab to keep the main site open where I am right now. Now the strange part is this, if I try it then it happens that I get redirected to main page and not on the linked page of same website. If I try again with left mouse press it opens the LINK page in same tab = works. What a BS! So what is that for a FCK? Why are some websites forcing us just using the same tab to browse around on their site? Totally stupid. Is there a way to get a rid of that and make it work normally again? Even, same problem happens too but little differently. It also doe…

  18. LCF-AT
    Started by LCF-AT,

    Hi guys, I found a new problem trying to access some reg keys and getting an error about opening those keys with the info denied. Then I tried using the psexec tools to run regedit with in system account but I still get the same error and can not open the keys etc. psexec -i -d -s c:\windows\regedit.exe Why? My questions is what can I do to get access of specific keys back if even psexec isn't working? Where can I change set permissions? Why are there locked keys at all in registry? Maybe you can help with some advice. Thanks. PS: Do you know some reg scanning tools to fix that back automatically etc? I tried using sfc /scannow but does not show any error. greetz

  19. LCF-AT

    Hi guy, so yesterday I got some strange problem I never got before. I was on PC and everything was normal and then I started a movie with VLC player and I did press on seek bar to skip the intro and right after this everything was freeze! It looks like you would press pause on what happens on monitor screen. Even the VLC player was still playing (I could hear the audio of video only) but I could do nothing. Only thing what was working is the mouse pointer I could move anywhere on screen. Even the keyboard didn't help (was working / lights on / off etc) pressing Windows key or ESC etc nothing did pop up on screen. That was super strange. So why can I move the mouse po…

  20. Macwinlin
    Started by Macwinlin,

    Hi everyone, As a newcomer to reverse engineering, there are so many tools and programs that can be downloaded - many of them being easily accessible, some of them being more niche. Either way, they are spread out far and wide - which is understandable. However, is there a mass repository of tools out there that are maintained (or at least archived) in one central location? I ask because, whether or not it exists - I am a proponent of self-hosting and local backups for preservation. I want to backup whatever tools are deemed essential (I’ll learn, in time…), or even those which are just obscure or niche. I want to keep everything I can locally (with all the responsibiliti…

  21. MD MAHMUD KHAN
    Started by MD MAHMUD KHAN,

    If I want to reverse such a group, can you contact me? Inbox please.

    • 0 replies
    • 36 views
    MD MAHMUD KHAN
  22. franklinsaint
    Started by franklinsaint,

    hi, i'm not that bad at reverse engineering, my assembly language's comprehension is pretty good, C++ too and i wanna start other things like cracking, but i don't know how to unpack, manually or not etc etc. So if anyone can help me that would be great (sorry if i made any orthograph fault, i'm don't speak english every day so be cool please 😭)

  23. d4378y3cb2i9

    I know it's always been this way, but I've never liked how security researchers and reverse engineers insist that certain bugs and certain protectors cannot be attacked using static analysis. I first noticed this attitude in the RE community, and later with certain types of heap and stack bugs—even in C. I was reminded of this mindset recently when people were analyzing Denuvo. As far as I can tell, the claim only really holds for things like decompression, decryption, or mutation tracking. It definitely doesn't apply to something like an unused (dangling) pointer or TOCTOU bug in C code. In the security research world, it's actually taught that only about 30% of exploita…

    d4378y3cb2i9
  24. blackpirate
    Started by blackpirate,

    Ahoy guys, Long time no see! I want to wish everyone a wonderful time and hope you’re enjoying life. It’s been 17 years since I found this website, I’ve gained a lot of knowledge and made some good friends here! Greetings to all old and new t4y members! Cheers BP

  25. Kurapica
    Started by Kurapica,

    https://www.youtube.com/watch?v=J5ZmLvy_Jfg

Account

Navigation

Search

Search

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.