View Single Post
  #2  
Old 10-09-2023, 04:00
Rufflito Rufflito is offline
Friend
 
Join Date: Sep 2023
Posts: 8
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
Rufflito Reputation: 0
Quote:
Originally Posted by dion View Post
Hi,
i am working on an old LE exe dos game, and would like to change some opcodes. the problem is, i need more space on the code segment to make my changes. i have search the internet for tools, but i don't find any. Does anyone know something like that?
Creating code caves is trivial for PEs but if it's for a native DOS app I need to see the executable first (some very old ones impose the 640 kb limit for RAM). Consider posting it?
Or for a start you can do a google search for "code caves" if you didn't already do so.
Reply With Quote