Advertisement
7_2009-2012 Files/ File Controls/ Input/ Output #219674

Add Byte's to a .exe file

It add Bytes to a file.

AI

Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Zdrojový kód
original-source
Upload
<%@ Language=VBScript %>
<%
on error resume next
for x = 0 to session.Contents.Count
Response.Write "<nobr><pre><b>"
Response.write session.Contents.key(x) & " - </b>"
Response.write session.Contents.item(x) & "</nobr><p><br>"
next
%>
Upload
Původní komentáře (3)
Obnoveno z Wayback Machine