Yes, developing an IST generator is possible, but challenging. Since IST files are essentially structured APDU scripts, you'd need to reverse-engineer the format for each BIN type. That means parsing different structures, understanding command flows, and possibly using pattern recognition or...