In Samsung Devices PARAM Partition Location Can Be Different. Before You Get PARAM.bin file You Need To Locate Correct Partition.
1. Run These Commands
adb shell
ls /dev/block/platform
In Results you can find blocks (ex: 13540000.dwmmc0/ 13560000.dwmmc2/ -Result can be Different in your device)
2. Now Run ls Command against these blocks to get partition names by-name
ls /dev/block/platform/<insert block here without <> ex:13540000.dwmmc0>/by-name
Repeat This Command Until you find a partition List that Contain PARAM
Now You Can Dump and Pull Partition
1. Run These Commands
adb shell
ls /dev/block/platform
In Results you can find blocks (ex: 13540000.dwmmc0/ 13560000.dwmmc2/ -Result can be Different in your device)
2. Now Run ls Command against these blocks to get partition names by-name
ls /dev/block/platform/<insert block here without <> ex:13540000.dwmmc0>/by-name
Repeat This Command Until you find a partition List that Contain PARAM
Now You Can Dump and Pull Partition