Search found 3 matches

by miked
Mon May 30, 2022 12:03 am
Forum: Basic
Topic: Change payload or file after packing?
Replies: 2
Views: 6828

Re: Change payload or file after packing?

I've now run a test where I: * build my multi-file x64 app * protect it using Vitual Box or Protector * take the single-file-exe and add a payload to the end (by simply appending it) * inside the EXE, my app asks for the "executable file" which is the real EXE (not the original virtual one...
by miked
Fri May 27, 2022 11:25 pm
Forum: Basic
Topic: Change payload or file after packing?
Replies: 2
Views: 6828

Re: Change payload or file after packing?

Regarding #2, I just did a test and it seems that if you ask for the EXE file inside your app that's been protected, you will actually be given a file handle to the container EXE (e.g. the boxed / protected virtual app, not the original EXE file): Notice how the original EXE is about 2MB in size, bu...
by miked
Fri May 27, 2022 6:26 pm
Forum: Basic
Topic: Change payload or file after packing?
Replies: 2
Views: 6828

Change payload or file after packing?

I have a 64 bit app which plays back a movie using a HTML player. The files structure looks like this: https://xochi.com/xojo/pix/payload.png Questions: 1. Is there any way that I can change out the payload AFTER I've boxed the app? In other words, I want to box the app, and then change the video.m4...