Popular recipes by Sharon http://code.activestate.com/recipes/users/4180356/2011-12-23T21:58:01-08:00ActiveState Code RecipesEMMG simulator (Python)
2011-12-23T21:45:31-08:00Sharonhttp://code.activestate.com/recipes/users/4180356/http://code.activestate.com/recipes/577994-emmg-simulator/
<p style="color: grey">
Python
recipe 577994
by <a href="/recipes/users/4180356/">Sharon</a>
(<a href="/recipes/tags/cas/">cas</a>, <a href="/recipes/tags/dvb/">dvb</a>, <a href="/recipes/tags/emm/">emm</a>, <a href="/recipes/tags/simulcrypt/">simulcrypt</a>).
</p>
<p>Implement an EMM generator simulator for CAS DVB Simulcrypt EMM</p>
Find function in a ram.map file (Python)
2011-12-23T21:58:01-08:00Sharonhttp://code.activestate.com/recipes/users/4180356/http://code.activestate.com/recipes/577995-find-function-in-a-rammap-file/
<p style="color: grey">
Python
recipe 577995
by <a href="/recipes/users/4180356/">Sharon</a>
(<a href="/recipes/tags/map/">map</a>, <a href="/recipes/tags/ram/">ram</a>, <a href="/recipes/tags/vxworks/">vxworks</a>).
</p>
<p>The findCloseAddress() function receives an input parameter ram.map file "ramMapFile", and search inside it for the function with the closest address to the input parameter "reqAddress".</p>