Skip to content

Commit

Permalink
Fix plugin docs (#2554)
Browse files Browse the repository at this point in the history
* update did_fork_state doc

* update did_evm_read/write_memory_callback doc
  • Loading branch information
lordidiot committed Jun 1, 2022
1 parent b054328 commit dc99880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plugins.rst
Expand Up @@ -6,7 +6,7 @@ Core

.. py:function:: will_fork_state_callback(self, state, expression, solutions, policy)
.. py:function:: did_fork_state_callback(self, new_state, expression, new_value,policy)
.. py:function:: did_fork_state_callback(self, new_state, expression, solutions, policy, children)
.. py:function:: will_load_state_callback(self, state_id)
Expand Down Expand Up @@ -40,9 +40,9 @@ EVM
.. py:function:: did_evm_execute_instruction_callback(self, last_unstruction, last_arguments, result)
.. py:function:: did_evm_read_memory_callback(self, offset, operators)
.. py:function:: did_evm_read_memory_callback(self, offset, value, size)
.. py:function:: did_evm_write_memory_callback(self, offset, operators)
.. py:function:: did_evm_write_memory_callback(self, offset, value, size)
.. py:function:: on_symbolic_sha3_callback(self, data, know_sha3)
Expand Down

0 comments on commit dc99880

Please sign in to comment.