phra / PEzor

Open-Source Shellcode & PE Packer

Home Page:https://iwantmore.pizza/posts/PEzor.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Absolute paths are not supported

white-coffee opened this issue · comments

0x0 :
maybe we shoud not use %CURRENT_DIR in line 279 of PEzor.sh
Because these are two absolute paths, at least on my machine
%CURRENT_DIR => /root/Downloads/PEzor
${BLOB%%.exe} => /root/Downloads/out/Mimikatz.packed.exe
so , i guess u must be know whate happened next

0x1:
How about supporting the applications generated by MSF?
When I use MSF to generate the application, it tells me that it lacks relocation information

Thank you for reading, this is all

For 0. feel free to send a PR (i haven't had any problems with it)

For 1. simply generate the shellcode instead of executable. (PEzor supports raw shellcode as well)

Okay, then I don’t know what happened to mine
a
This is an error
aa

i think the problem is the absolute path, try with a relative one.