View Single Post
  #42  
Old 12-31-2017, 02:45 AM
FrankyTheTank is offline FrankyTheTank
Registered User

Join Date: Dec 2017
Posts: 86

whats the problem with the med ? batch files got very restricted since 98

if its packet with a old packer it might cause the application to crash because the imports/exports are wrongfully relocated

a lot of packets/crypters done that wrong or in cost of compatibility

there some ways to solve such problems

either you have:
packer: reduze size for example
crypter: encrypts file against disassembly

both have a uncrypted or unpacked state

with other words it has to decrypt/unpack the executbale that it can run - thats the trick

now you have to work up what went wrong it can be different things but most likely the import table

you then have to build a the executable again with fixed imports for example , the packer/crypter routine can be skipped
Reply With Quote