unlicense icon indicating copy to clipboard operation
unlicense copied to clipboard

Dynamic unpacker and import fixer for Themida/WinLicense 2.x and 3.x.

Results 55 unlicense issues
Sort by recently updated
recently updated
newest added

Hello, I found out that WinLicense detects rundll32.exe in some cases. When I tried debugging my samples, it goes to a pitfall that allocates a string "OLLYDBG" in memory (maybe...

bug

INFO - Detected packer version: 3.x frida-agent: Setting up OEP tracing for "TEST.exe" ERROR - Original entry point wasn't reached before timeout └─test │ Get_ID.exe │ test-hash.txt │ TEST.exe https://drive.google.com/drive/folders/1TdU53xcj6N8ktwsTg32uzthysDGQ4YKX?usp=drive_link

wontfix

unlicense .\BwE_PS4_NOR_Validator.exe in pwsh at 07:45:49 INFO - Detected packer version: 3.x Traceback (most recent call last): File "C:\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Python39\lib\runpy.py", line...

question

Hey, i have a 78MB File at start, now after running it through the program it's putting out a 135kb File with only the Loadingscreen. ![image](https://user-images.githubusercontent.com/83661003/233234598-3435aa66-1f71-4e1e-b4d4-5ae4a2a78de1.png) Maybe there's anything i...

bug
v2.x
.NET

Hello, Firstly I would like to give you a round of applause for making such unpacker and releasing it for free! However, I do seem to be getting a error...

question

I am receiving the above error when unpacking a Themida protected PE Do you have any ideas how I can get passed this error? ![Screenshot from 2024-05-09 16-15-07](https://github.com/ergrelet/unlicense/assets/108430598/ba4f207e-fac3-40e6-b189-6acdd29732a7) ![Screenshot from...

Warning when trying to remove themida protection from an x32 executable I'm trying to remove themida protection, but in the middle of the process I receive an alert ![Sem título](https://github.com/ergrelet/unlicense/assets/61215575/08d6bba0-fa82-42e5-a4f9-48e644167ef3)...

I'd Thanks to your impressive work at first! :) My question is looks like sections ahead .rsrc (.text, .rdata, .data, etc.) are merged by THEMIDA 2.X and then encrypted after...

Hey guys, hope you can help me out. How can i run unlicense when an exe file need an argument / parameter. ERROR - Original entry point wasn't reached before...

- I want to make it work by just attach to running process by PID instead of start it by filename. Can you add this feature?