All Activity
- Today
-
literallyken joined the community
-
StrongName tools - source code C#
CodeExplorer replied to CodeExplorer's topic in Programming and CodingStrongName tools: - added SamePKT tool - added 64 bits support for all tools StrongName2.rar -
rzrpdx joined the community
-
How to fix python syntax errors (f-string..backslash & unmatched '(') etc?
LCF-AT replied to LCF-AT's topic in Programming and CodingHi @adoxa, oh okay, seems that the Python version I used was too low 3.10 in the VE. I tried it again with latest version and now I don't get this error anymore. 🙂 Thanks. greetz -
romcat joined the community
-
woodsz joined the community
-
cascader joined the community
-
906 changed their profile photo -
danya joined the community
-
alyjack joined the community
-
906 joined the community -
How to fix python syntax errors (f-string..backslash & unmatched '(') etc?
adoxa replied to LCF-AT's topic in Programming and CodingMaybe you need to update your Python? Python 3.12.4 (tags/v3.12.4:8e8a4ba, Jun 6 2024, 19:30:16) [MSC v.1940 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> display_ids = ["first", "second", "third"] >>> print(f'Available audios:\n{"\n".join(f'{i:2}. {j}' for i, j in enumerate(display_ids, 1))}\n') Available audios: 1. first 2. second 3. third - Yesterday
-
How to fix python syntax errors (f-string..backslash & unmatched '(') etc?
LCF-AT posted a topic in Programming and CodingHi guy's, I was trying to test an python script but it runs into some errors. Below the script line print(f'Available audios:\n {"\n ".join((' ' if i<10 else ' ') + str(i)+'. '+j for i, j in enumerate(display_ids, 1))}\n')= SyntaxError: f-string expression part cannot include a backslash Seems that the "\n " is the problem used in {} brackets. On internet I found some info to use chr(10) instead like this... print(f'Available audios:\n {chr(10).join((' ' if i<10 else ' ') + str(i)+'. '+j for i, j in enumerate(display_ids, 1))}\n')...but I get another error... SyntaxError: f-string: unmatched '(' ...then I tried to find some python fixer online which gave me 2 other lines like this... print(f'Available audios:\n' f'{"\n ".join((" " if i < 10 else " ") + str(i) + ". " + j for i, j in enumerate(display_ids, 1))}\n') or print(f'Available audios:\n' f'{"\n ".join((" " if i < 10 else " ") + str(i) + ". " + j for i, j in range(1, len(display_ids) + 1), display_ids)}\n')..but also fails with... SyntaxError: f-string: Generator expression must be parenthesized ...so can anyone of you tell me how to fix this line? Thanks. greetz -
Rootkoser started following 0xNOP
-
Rootkoser started following whoknows
-
Rootkoser started following Kurapica
-
Rootkoser started following CodeExplorer
-
lovejoy226 started following plcc
- Last week
-
Bestamme2025 started following GautamGreat
-
Revteam Reverse Engineering Collection
0X7C9 replied to markaz.jamal's topic in Reverse Engineering ArticlesUp! -
DDim changed their profile photo -
Compiling Unlicense
HostageOfCode replied to CodeExplorer's topic in Programming and CodingHere compiled unlicense with codeexplorer's fixes: unlicense compiled With pyton 3.09 and 3.11 versions.
- Earlier
-
BinaryShield (Custom VM)
xlatb replied to ra1n's topic in CrackMeI wanted to devirtualize it manually so I made a disassembler for it using the new yara-x to locate the handlers and the bytecode. Probably going to turn it into a full devirtualizer from binaryshield bytecode straight to x86_64. I saw these values(the one in the cmp comment) put them as input since it was valid I didn't go further. You can find my work at https://github.com/xlatbx59/Bshld, the file with the disassembly is at https://github.com/xlatbx59/Bshld/blob/master/binshield.txt. It was fun to reverse -
JitDumper "Size" problem and/or synchronization problem.
rafaelcoisa replied to rafaelcoisa's topic in Programming and CodingEverything fine in Denmark. @CodeExplorer all day long, baby. Taylor Swift rules.
-
Compiling Unlicense
rafaelcoisa replied to CodeExplorer's topic in Programming and Codingdrop bombs
-
Revteam Reverse Engineering Collection
extonoxt replied to markaz.jamal's topic in Reverse Engineering Articles
-
Compiling Unlicense
InvizCustos replied to CodeExplorer's topic in Programming and Codinggit clone https://github.com/ergrelet/unlicense.git cd unlicense ### Replace the necessary files with your updates pip install --upgrade pip pip install . pip install pyinstaller pyinstaller unlicense.spec -
Compiling Unlicense
CodeExplorer replied to CodeExplorer's topic in Programming and CodingI don't know how to create exe with PyInstaller. Also I didn't finished my updates yet. -
Compiling Unlicense
sa6 replied to CodeExplorer's topic in Programming and Codingcan anyone bulid the exe please
-
Eazfuscator.NET v2025.01
Teddy Rogers replied to whoknows's topic in UnPackMe (.NET)Only a moderator or the author can mark as solved. I have removed solved status for this challenge. If there are posts incorrectly marked as solved please report or send me a PM... Ted. -
Eazfuscator.NET v2025.01
Tundxator replied to whoknows's topic in UnPackMe (.NET)How these Unpacking Posts are getting approved ? It is clearly written in the Rules that the solution of challenge will not be accepted if you don't describe the steps. Here everyone showing that they have cleaned it but no one is telling how ? so literally this is not a valid contribution to the forum if you don't describe how it has been done. Just uploading files of cleaned is not all about unpacking. I think everyone must need to describe the steps or approach he has done to clean it. If I sound rude, I am sorry but this is what i feel.
-
Safengine Licensor v2.4 (HWID Lock)
Sh4DoVV replied to lovejoy226's topic in UnPackMeI saw Sound create a script for replace public key and work with his keygen -
WinLicense v3.1.3.0 x86 (All Protection Options)
walid761 replied to boot's topic in UnPackMeHello, Can someone send me the tutoriel of this challenge please i couldn't find the solution
-
Safengine Licensor v2.4 (HWID Lock)
TenCENT replied to lovejoy226's topic in UnPackMe@Sh4DoVV If we don't have the valid HWID, then we can't bypass it, right?
-
🔐 Need software protection help
rafaelcoisa replied to Jesus's topic in Software Securityc/c++ protection from the more successful people in the industry and internet callback. there is no other way. splitting files just move the problem from one file to another one. and if you are not doing plugins or really specific programming things with hardware, you should ship nothing to anyone, you should have a internet service via browser.
-
🔐 Need software protection help
InvizCustos replied to Jesus's topic in Software SecurityBoth options are useless. -
Safengine Licensor v2.4 (HWID Lock)
Sh4DoVV replied to lovejoy226's topic in UnPackMeHi unfortunately you can't find correct hwid from license key -
🔐 Need software protection help
Jesus posted a topic in Software SecurityI'm protecting my software from piracy. Two approaches: OPTION A: Modify exe to require version.dll ✅ Stronger protection ❌ Complex to implement OPTION B: Use launcher.exe wrapper ✅ Simple & fast ❌ Customer could skip it Option 1 is very hard, is there another solution? Option 2 not useful Thanks
-
Visual Studio changed their profile photo -
DNGuard HVM v4.93
Visual Studio posted a topic in UnPackMe (.NET)DNGuard HVM v4.93 So this is my first upload - I hope I am doing this right. I have included all the protections in the screenshots being used. Good luck File Information Submitter Visual Studio Submitted 11/11/2025 Category UnPackMe (.NET) View File -
DNGuard HVM v4.93
Visual Studio posted a file in UnPackMe (.NET)- 21 downloads
So this is my first upload - I hope I am doing this right. I have included all the protections in the screenshots being used. Good luck -
jinxZ changed their profile photo -
JitDumper "Size" problem and/or synchronization problem.
rafaelcoisa replied to rafaelcoisa's topic in Programming and CodingOh Lord, it's not 2020. it's 20232, 225 dlls. lol