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. Frought
    Started by Frought,

    im new to this forum and would like to introduce myself, my name is Ahmed.. i hope all will be friendkly to me

  2. dawwinci

    This is pretty wild. 😳 Researchers just demonstrated WeWorm, a zero-click worm capable of spreading through WeChat calls across both iOS and Android. You don't even have to answer the call. Victim gets compromised -> victim's account calls a friend -> that friend gets compromised -> repeat. The researchers also say AI helped them find the vulnerability and build the first RCE exploit in about two days. Definitely worth a read if you're into mobile security / reverse engineering 👇 https://calif.io/research/weworm

    • 1 reply
    • 55 views
  3. BufferLord
    Started by BufferLord,

    sorry wrong forum delete these please

    • 4 replies
    • 48 views
  4. ranadharm
    Started by ranadharm,

    Hi all, Could any one help me how can I download soure code from Opttech, As I don't have user id and password. Or could any one help me how can I convert the .exe back to C code. I have Version 2003a for DOS. Opttech Opttech

    • 0 replies
    • 17 views
  5. lovejoy226

    I just wonder whether there is anyone of the forum users who has ever developed the virtual machine op code disassemblers for the themida, the vmprotect, the execryptor, or the enigma protector? Just asking 'cause of wondering. Many thanks in advance. Regards. sean.

  6. lovejoy226

    Yes, in a fundamental sense, almost all ordinary computer algorithms can be expressed using three basic control structures: Sequence — do things one after another Decision — choose based on a condition (if, switch) Repetition — do something repeatedly (for, while) This idea is related to structured programming and the theoretical concept of computational universality. For example: START ↓ Read a number ↓ Is number > 0? ├── YES → print "positive" └── NO → print "zero or negative" ↓ ENDAnd repetition: START ↓ Set i = 1 ↓ Is i ≤ 10? ├── YES → print i → increase i → go back └── NO → ENDBut there is an important qualificationSequence + decision + repetit…

  7. BufferLord
    Started by BufferLord,

    I don't know if I'm being stupid about this, but I feel less and less motivated to keep learning about cracking, and my goal of being "the best" is clearly gone—all because of fornicationing AI. Do you guys feel the same way? Why should I keep learning when I already know everything needed to crack really complex things using Claude? And that's just in 2026; I can't imagine what 2027 will be like. Should I keep learning and dedicating my life to this, or are we all just going to end up out of a job?, Obviously, I enjoy learning and continuing to push myself—it gives me a sense of purpose in life—but I feel like it's pointless if AI will soon be able to do everything a tho…

  8. LCF-AT

    Hi guys, just have a new question so maybe you can help Normally I'm using DuckDuckGo website to search for anything and a while ago they also implemented that AI search function you can also start itself to ask Chat GPT. Its a nice feature I was using to ask about some coding issues etc just little things and it can work pretty well. The problem when using it is that its very limited. You only have a specific message amount / chars you can send and get back and it happens quickly that you reach the 100% of conversation and then you just get a stupid message like Opps, limit reached blah blah. Very frustrating that you can't finish the started conversation and you have to…

  9. whoknows
    Started by whoknows,

  10. Stingered

    I'm currently using a test cert but would like to test my driver in a non-test ENV (without paying big dollars, of course). Pls DM if you can assist. -thx

      • Thanks
      • Like
    • 7 replies
    • 156 views
  11. Jesus
    Started by Jesus,

    Hello is there anyone here can recommend a courses to start reverse engineering, i am now watching lena151 tuts and it's good is there other courses recommendations?

  12. ra1n
    Started by ra1n,

    Hello, If you remain up to date with the current methods being used against top protection schemes, you may have recently observed a crack due to the MKDEV team utilizing hypervisor technology. AFAIK, this technique has until now not been used in a public release, and does seem rather elegant. I would argue that this approach has effectively nuked all protections created by Denuvo over the years in response to previous cracking approaches (i.e. random paths, various integrity checks, byte scattering, encrypted checks, etc). This leaves me wondering, what is actually stopping one from: (1) Spinning up a virtual machine, (2) Purchasing a Denuvo title and generating a val…

  13. qieermanticha
    Started by qieermanticha,

    大家好,我是来自中国的逆向学习者,在练习新手creakme的一个偶然机会来到了这个论坛,我发现大家对中国一些网站的账号注册感到烦恼,因为它需要国内的手机号或者一些支付方式,又或者大家有一些其他的关于中国的问题,我发布这个主题的目的就是为大家解决这些问题,无论是你的52账号又或者其他的问题,只要是有关的,我都会尽力为大家解决,大家可以积极在评论留言,我也会经常查看这个帖子,作为一个逆向新手,我想要和大家一起进步,在解决的过程中大家不要为了我为你们付钱或者其他的感到不好意思,如果可以,请大家为我分享一些逆向知识,或者带我做一些逆向练习,我觉得技术才是无价的(不过我的能力有限,如果是那些特别难的问题,我会尽量为大家解决,但是我可能没办法做到最好)

  14. Jesus

    I am trying to learn reverse engineering but i am struggling it's very hard so for pro how did you learn and how much it took you to do be pro

  15. lovejoy226

    I saw a simulation page having a link ago that shows fetch decode and execute of a cpu in the forums. Can anyone let me know where it is? Regards. sean.

    lovejoy226
  16. Progman
    Started by Progman,

    Hi all, Just wanted to ask how everyone's experiences have been using AI tools to automate reversing grunt work. What tools do you use and when and how do you use them? I've had some success with GhidrAssistMCP and GhidrAssist but especially MCP and providing a command line debugger. On real world target, I've had it rename functions and track down complex patches where it would backtrace or forward trace by running gdb and setting breakpoint in coordination with the decompilation MCP tools available, and even generating Python scripts to patch and unpatch a library if patches some even involving making code caves at the end of the .text segment by extending its size i…

  17. LCF-AT

    Hi guys, need some help to find out how I can do that operation. I tried using WinMerge but don't get it work somehow for that compare operation. The task is pretty simple Example: Folder_1 & Folder_2. In both are files even with same file names like "config file 01.txt" and so on. I want to find a method to compare both folders with each other looking for exact same file names in both folders and only compare those files about the file size changes. Below the first results of found files with same file name & file size changes of both folders. config file 01.txt 10 KB - config file 01.txt 11 KB config file 02.txt 22 KB - config file 02.txt 33 KB config file 03.tx…

  18. CodeExplorer
    Started by CodeExplorer,

    Solitaire collection not working in Windows 10 Ltsb Solitaire collection not working in Windows 10 Ltsb, error in my case attached. You can get if from, with some other games: https://sourceforge.net/projects/freeportablesprograms/files/Games/ it require direct play to be installed. So I am wondering does this game works for you? And also please specify your OS you are running.

    CodeExplorer
  19. LCF-AT

    Hey guys, new shit happens right now. I did update Brave today and after that 9 extensions was disabled and I can't enable them back to access them? Some of them having specific settings and inputs like my FeedBro extension with lots of RSS feeds inside I can't access right now anymore. What a BS! Maybe anyone has a clue how to bypass that garbage. Must be again those Manifest version thing. Before updaing they should WARN the users about it that extnesion just gets disabled after and not just doing that shit. They are real idiots! 😡 greetz

      • Like
    • 4 replies
    • 48 views
  20. reza_wh
    Started by reza_wh,

    Oh, we didn't have internet for nearly 100 days in Iran🤣 At any moment, the war could break out again and the internet could be cut off

  21. fearless
    Started by fearless,

    I've been watching the bricks and minifigs scandal over the last few days, absolutely insane stuff. Kinda seen one or two things show up in my youtube feed, but didnt watch them then, then starting seeing bigger content creators react/watch the RecklessBen youtube videos and found it to be utterly compelling. It is so much more than just a stolen Lego collection. It's like a documentary on shady corporate business practices, police corruption and more. I tracked down the thief who stole $200,000 of LEGO: https://www.youtube.com/watch?v=wscQpkcwgNU I got arrested because of legos: https://www.youtube.com/watch?v=cxZPfj8AlmY My response to the Police: https://www.youtu…

    fearless
  22. LCF-AT

    Hi guys, today I have some specific question and this time I'm searching for a song I can't find on internet and even AI can't find it for me. So what is it you may ask, right. Its a song which was played in the TV-Show Baywatch '93 and the episode called 'Ironman Buchannon' S04-E09. You can find details about it on imdb but the song info's there and on other info sites does not match correctly. In this episode was two songs used. The first song is correct 'Beloved - Dream On' but the second one is wrong called 'The Weathermen - You Want it All'. I found those both songs on YT and did wonder why the second one is not the same song used in the episode I watched. After som…

  23. CodeExplorer
    Started by CodeExplorer,

    Text File Joiner: I have to ask you something. Which interface you like more?, the original interface or the interface created by https://chatgpt.com/. I could try to re-do the original interface if you think the new interface is too ugly. Any suggestion for this little project is welcomed. Original interface: New interface by ChatGpt: Text File Joiner (2 gui versions).rar

      • Thanks
    • 2 replies
    • 83 views
    CodeExplorer
  24. Jesus
    Started by Jesus,

    I check the crackmes on virus total and see lots of red flags so anyone knows why?

    dongledumpers
  25. LCF-AT
    Started by LCF-AT,

    Hi guys, so I have a new problem I need to find a solution for. Few day's ago I tried testing the ComfyUI portable tool what can install repos from Github etc. Some of them was working using the in build installing option and some others not. Even to uninstall of some tools ComfyUI did install is not working too and the repo folders are still in custom_nodes folder. So, the main problem I have now got twice already is that sometimes (2 times so far) ComfyUI does freeze somehow and I can reload the local-host page anymore (nothing comes) and even using CTRL+C in terminal does nothing. It just hangs. A look into task manager shows me the python process is still running whic…

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.