Posted April 6, 20205 yr 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 April 6, 20205 yr by Rever7eR
April 7, 20205 yr 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 April 7, 20205 yr by Apuromafo
April 7, 20205 yr Author 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
Create an account or sign in to comment