Search Apps Documentation Source Content File Folder Download Copy Actions Download

nilvictim.gno

0.27 Kb · 11 lines
 1package nilvictim
 2
 3import nilhole "gno.land/p/g1hzlg063fqrq4gltql992ssjc0xzau89t5jp63w/audit/nilhole1780756786"
 4
 5var gSlot = nilhole.Slot{Field: "original"}
 6
 7func Attack() {
 8	nilhole.PDispatch.UseMutator(&gSlot, nilhole.EvilInt(0))
 9}
10
11func GetField() string { return gSlot.Field }