General Discussions and Off Topic
General and off-topic conversations and discussions here...
1,816 topics in this forum
-
im new to this forum and would like to introduce myself, my name is Ahmed.. i hope all will be friendkly to me
-
-
- 124 replies
- 94.4k views
- 8 followers
-
-
-
-
- 887 replies
- 539.5k views
- 7 followers
-
-
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…
-
-
- 10 replies
- 343 views
- 3 followers
-
-
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
-
I check the crackmes on virus total and see lots of red flags so anyone knows why?
-
-
- 2 replies
- 57 views
- 2 followers
-
-
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
-
-
- 6 replies
- 137 views
- 1 follower
-
-
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…
-
-
- 78 replies
- 1.1k views
- 2 followers
-
-
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.
-
-
- 1 reply
- 107 views
- 1 follower
-
-
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 !!! ...
-
- 0 replies
- 15 views
- 1 follower
-
-
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…
-
-
- 9 replies
- 110 views
- 1 follower
-
-
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.
-
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…
-
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
-
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…
-
-
- 11 replies
- 121 views
- 1 follower
-
-
-
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 …
-
-
- 2 replies
- 74 views
- 2 followers
-
-
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…
-
-
- 51 replies
- 564 views
- 1 follower
-
-
It is now dettached from a laptop. I wanna use it as an external hdd. but it could not be initialized. Regards. sean.
-
-
- 8 replies
- 68 views
- 1 follower
-
-
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…
-
-
- 5 replies
- 44 views
- 2 followers
-
-
What programs should I use for viewing images? .jpg, .bmp etc. seen https://alternativeto.net/software/acdsee/ so what program you recommend?
-
-
- 35 replies
- 455 views
- 1 follower
-
-
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
-
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…
-
- 0 replies
- 32 views
- 1 follower
-
-
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 ...........
-
-
- 1 reply
- 51 views
- 1 follower
-
-
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…
-
-
- 6 replies
- 71 views
- 1 follower
-
-
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
-
-
- 12 replies
- 201 views
- 2 followers
-