Jump to content
Tuts 4 You

UPX unpacker Delphi Src


pwnium

Recommended Posts

Hello eveyone , 

Am looking for a source code for  UPX unpacker written in Delphi, I couldn't find anything on the internet .

Any article , link , code snippet will be more than helpful .

thanks in advance .

 

Edited by Rever7eR
Link to comment

upx -d why need a app 

if google about that exist work for do that and are used as pay method
https://www.freelancer.cl/projects/php-delphi/unpacker-for-upx-fsg-delphi/

but in experience, only for unpack upx, need -d command in the original upx example
packed.exe 
upx -d packed.exe
or understand how
https://www.codeproject.com/Articles/99873/Write-Your-Own-Unpacker
or 

but if really need some in pascal  maybe in some sdk 
https://code.google.com/archive/p/glory/source/default/source?page=10

Edited by Apuromafo
  • Like 1
Link to comment
37 minutes ago, Apuromafo said:

upx -d why need a app 

if google about that exist work for do that and are used as pay method
https://www.freelancer.cl/projects/php-delphi/unpacker-for-upx-fsg-delphi/

but in experience, only for unpack upx, need -d command in the original upx example
packed.exe 
upx -d packed.exe
or understand how
https://www.codeproject.com/Articles/99873/Write-Your-Own-Unpacker
or 

but if really need some in pascal  maybe in some sdk 
https://code.google.com/archive/p/glory/source/default/source?page=10

 

I wanna develop my own tools to gain some knowledge !

thanks for the last link 

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...