and,when i convert the egg PID from hex to bin,thprogram that i found in internet didn't give me any results,why? i knew that a hex number has letters and numbers,but the PID that the pokèsav show me is only numbers...
A PID is 32 bits. I'm guessing the program you found doesn't handle numbers that large. You average program uses an int datatype which stores signed numbers between +/-2147483647 PIDs on the other hand, need to go to 4294967295.