Fix comment
parent
f6933ed02c
commit
414349972f
|
@ -8,7 +8,7 @@ var RopBuilder = function(informer, addresses, scLength) {
|
||||||
this.scLength = scLength;
|
this.scLength = scLength;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Calculate VideoPlayer.ocx base
|
// Build the ROP chain to bypass DEP
|
||||||
RopBuilder.prototype.buildRop = function() {
|
RopBuilder.prototype.buildRop = function() {
|
||||||
// ROP chain (rets in comments are omitted)
|
// ROP chain (rets in comments are omitted)
|
||||||
// we perform:
|
// we perform:
|
||||||
|
|
Loading…
Reference in New Issue